Jump to content

poryagrand

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by poryagrand

  1. yes of course. i said at first it needed to developers to help in framework developing. but using ted js doesn't mean that create every element by tedjs. if i meant that , it shows that i am so stupid. i my self , always use html native elements but in cases that html coding is wasting my time , i prefer to use a simplest way. tedjs can be similar to angularjs templates. in tedjs your hands are open . some times and for some ones , html validating is not so so important. Certainty it is important but not every where and every time. i create it to make coding easy for web designer and programer. i didn't create it for just an one-dimensional aim . i created it for create a wide variety of functions to help developers and web designers. and in this way i will learn more and more. for answering this question: the answer is simple . if js were disabled , most pages will be disorganized and some unreadable. so my framework destiny will be like other js libraries. i hope to god and i will do my best to develop it to the best. thank you.
  2. as i remember about html5 , it and css accessing to developer to use custom elements. (i forgot the source.) yes you are right! but this is a simplest sample that i mentioned. imagine that you want to write multi side bars that each one has 10 line code. as you say you can write it with data attributes and html elements but at end you must write the 10 lines. so you have two way : 1) use a framework to easy you works. 2) doing by yourself. if you love coding as me , you will code your self. or as you said you can simulate the tedjs works with pure js. but if you don't have time to code all thing your self , so you need some frameworks , like jquery or ... and with tedjs you can writing a little and use it alot. in this case in adition of creating element and attributes you can create functional text nodes and comment nodes. this is the first library that i write for it as sample and its Complementarity. please visit this page: https://github.com/poryagrand/tedjs.aml.std thank you for your time.
  3. yest it is better. but first, i wanted to create a library to for my records. i am a iranian computer student. so it will be a point for me . and second , My Framework, wants to to solve different issue . And in my opinion this was not compatible with other frameworks. thanks for answering
  4. sorry for my mistakes . but i don't receive this errors. i test it on firefox and chrome and on smart phone. just there is an error in IE. that i will correct it. what is your browser? i will correcting mistakes. thanks
  5. which one is like this? do you know what is it exactly? you can create your elements. for example: imagine that you want create 4 side menu box , in html you must write (for example) 10 line code for each times. it make your code unclear and make writing hard. it was a simple example. for creating attribute: imagin you want to write an mouseover event with js for some elements. you must write atleast 3 line code with (jquery). $(<Element>).on("mouseover",function(){ alert("test"); }); (it is a simple one) now , if you write it again and again ... your code will be unclear and messy but if you create an attribute like "hover" you can use it in any element you decide . like: <element hover="alert('test')"></element> (i say again that it is a sample , and there are better examples that shows this framework make works easy) and also in textnodes for example you can create a javascript inline executer. like : js: var name = "david"; html: hi {{name}} ==> hi david these are the simplest samples that i said. as i said it is a library oriented. it means that it needs developers to develop it and create librarys for it to make it more usefull. I ask you to read my framework and the say your comments again. thanks for answering me!
  6. i want to introduce my first open source framework. its name is tedjs(easy elemen definer) . a library oriented framework. with this you will can design your html in your way. you can create elements , attributes , text nodes and comment nodes. you can control every thing. could you please visit its documents and tell your comments? i write a complementary library for it. its name is aml. it has some functions to help you. you can use it as a sample. tedjs documents: https://tedjs.org/#page:doc tedjs github: https://github.com/poryagrand/tedjs aml github: https://github.com/poryagrand/tedjs.aml.std thank you in advance
×
×
  • Create New...