March 13, 2008 at 6:11 am · Filed under Web Development
Was looking for a JavaScript table datagrid that worked with Prototype or jQuery libraries and found these worth mentioning:
- Ext JS – Client-side JavaScript framework for building web applications
- tablesorter – tablesorter is a jQuery plugin
- Ingrid – jQuery component that adds datagrid behaviors
- Reorganizable DataGrid – built on Ajax / Smarty / Prototype / Scriptaculous
Am still looking for a datagrid with search.
Permalink
February 28, 2008 at 5:46 am · Filed under Web Development
Came across this via the Coldfusion Weekly Podcast – Version 2.26 (The “Using YSlow” Edition with Guest Host Kurt Wiersma)
The Exceptional Performance group at Yahoo! has come up with 14 ways you can increase the front-end performance of your web site. The group found that 80+% of the time is spent dealing with what’s in the HTML document, namely, the front-end. That’s why the key to faster web sites is to focus on improving front-end performance.
The 14 techniques discussed in the article are:
- Make Fewer HTTP Requests
- Use a Content Delivery Network
- Add an Expires Header
- Gzip Components
- Put Stylesheets at the Top
- Put Scripts at the Bottom
- Avoid CSS Expressions
- Make JavaScript and CSS External
- Reduce DNS Lookups
- Minify JavaScript
- Avoid Redirects
- Remove Duplicate Scripts
- Configure ETags
- Make Ajax Cacheable
Definetly a very informative article and highly recommend it to anyone involved with web site development.
Permalink
January 24, 2008 at 7:29 am · Filed under Web Development
Came across these very cool Date Pickers via the Ajaxian blog.
- Datejs – an open-source JavaScript Date Library (released under the MIT License)
- Sliding Date Picker – script is based on Prototype/Scriptaculous, but now combined with the DateJs library
Permalink
November 18, 2007 at 2:31 am · Filed under Web Development
Adobe Systems has created a Facebook page.
Permalink
November 8, 2007 at 11:59 pm · Filed under General, Web Development
Jim Priest has written an excellent article on using CFEclipse for ColdFusion Development at IBM Developer Works. Excellent read.
Permalink