|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
We all know how AJAX has reduced the gap between desktop applications and web applications. I have always been a fan of the SitePoint books, and often buy a new book once it is launched. The last "The Art & Science of JavaScript" written by seven of the world's premier JavaScript experts is impressing. Examples of what can be done with JavaScript and DOM.
Dragging columns in a table with and without (tabbing) a mouse by implementing an oneliner once you have the function library. window.onload = function () {var sales = new ColumnDrag("ID);} where ID is your name property for table. E.G sales as in the books example. Similarily you can implement a table that can be sorted ascending or descending with and without the mouse. The well known inefficient bubble sort algorithm is used in the sorting, but there is no reason why you should not be able to easily modify the sort functiong by a more efficient algorithme like heap, merge, quick, radix sort etc. if you have to manage large tables in your online documents. That is the first chapter of the book. You may download an excerpt of the book from the above link and get a full overview of how powerful JavaScript has become. The essence of this paradigme is to understand the DOM and the dom node tree. By manipulating the node tree, deleting, inserting and moving nodes in the tree + styling, you have complete control over your document. If you have these books (in addition to the above)
"Teaching students how to use manuals (especially the index and the content) is one of the most important thing you learn them." Conclusion: Learn to use libraries and reuse code and you do not need to reinvent the wheel. Some will say that you do not need books. There is more than enough free code online. That is a matter of taste.
__________________
Mini Network:: Financial information at your fingertips Learn object oriented programming where it started Last edited by kgun; 02-09-2008 at 09:26 AM. |
|
||||
|
An article related to the book: The Art and Science of JavaScript [JavaScript & AJAX Tutorials]
The Sitepoint JavaScript page is an excellent page to stay updated on JavaScript, DOM scripting, DOM building and DHTML. Note the last two articles
Send form data with PHP Note the post with the following object instantiation: Var regex = new RegExp("string"); PHP, Security and Where am I Google search for additional threads: DHTML OR JavaScript kgun -breakroom site:www.webproworld.com Tools: Firebug - Web Development Evolved Explained in chapter 4 of "The art and science of JavaScript". Chickenfoot Explained in article above. Sidenote: Private prediction, today about 10 % of surfers have JS turned off. In 10 years this percentage will have turned to less than 5 %.
__________________
Mini Network:: Financial information at your fingertips Learn object oriented programming where it started Last edited by kgun; 02-14-2008 at 12:10 PM. |
|
|||
|
I've recently started working with jquery (having never done js) and I just wish I'd done it earlier.
Jquery really does seem to make my output a lot nicer, its actually quite anoying sometimes. I can have the nicest db system running and all the client sees now is an auto complete box or some nice effect. However, if it makes them happy, I can only praise jquery. Thanks for the links! |
|
||||
|
|
|
||||
|
Now that I have started with Borland C++ Builder 2009 professional, web debugging becomes more important. I have added some great resources here: DigitalStart.net: The starting point for English speaking surfers and webmasters
|
|
||||
|
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| New Yahoo! Desktop Search Beta Goes Beyond the Desktop | WPW_Feedbot | Search Engine Optimization Forum | 0 | 03-23-2005 02:00 AM |
| My Yahoo! on Your Desktop | WPW_Feedbot | Search Engine Optimization Forum | 0 | 01-20-2005 10:30 PM |
| $$$ in Desktop Search? | WPW_Feedbot | Search Engine Optimization Forum | 0 | 01-12-2005 04:00 PM |
| New Desktop which type?? | monie8 | IT Discussion Forum | 6 | 09-17-2004 04:58 AM |
| Pic of your desktop? | splinter | The Castle Breakroom (General: Any Topic) | 76 | 08-23-2004 12:56 PM |
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |