Sometimes we need to clean up XML files before being able to make sense of them. Here is a quick way to get nicely formatted and readable XML files while using Vim. Continue reading
Search
Topics
Codes
Frameworks
People I follow
Sometimes we need to clean up XML files before being able to make sense of them. Here is a quick way to get nicely formatted and readable XML files while using Vim. Continue reading
Web page performance is critical to keeping customers and visitors moving along on your site. Slow responses typically result in frustrated users, unhappy customers and worse, abandoned orders. It is important to reduce the number of requests generated by a web page in order to increase its actual and perceived performance. Continue reading
Despite looking like a typical select box, Ext.form.ComboBox does not behave exactly as you would expect. It submits the display text instead of the selected option’s value. This post provides a solution to this problem. Continue reading
Chris Boersma posted this example of using TaskRunner and TaskManager to keep a user informed while a task is handled server-side.
Aaron Conran posted an entry about Ext.ux.GVisualizationPanel, a user extension that takes advantage of the similarities between the Ext data store and Google’s data table to allow reuse of an Ext data store with Google’s Visualization API. Continue reading
This demo shows you how to retrieve today’s top rated photos from Flickr as well as the most recent uploads using jQuery and phpFlickr. Continue reading
Kriesi Budschedl has posted a very detailed tutorial to help you build your own Apple.com style menu and adds a nice touch by animating it. Continue reading
Shea Frederick has created a user-defined extension to integrate Google Maps with ExtJS. Continue reading
Here is an interesting tutorial about Flex and Ajax integration. April 6th, 2009 UPDATE – The original article appears to have been lost when webmonkey.com was redesigned. This other article of theirs references the same broken link. Sorry.
Rob Gonda posted this today, which I had also experienced while attempting to connect to the Yahoo! Maps API. The solution in my case was to add charset=”utf-8″ to the cfhttp call.