Search in Development
Subscribe
JavaScript font libraries and frameworks
2009-10-21 10:42:59
1 Comments
JavaScript font libraries and frameworks
3 Ways to Speed up Your Site with PHP
2009-07-22 12:05:19
4 Comments
These days, with broadband connections the norm, we don’t need to worry as much about internet speeds or the filesize of our pages. However, that’s not to say that we still shouldn’t do so. If you wish to reduce the load times on your...
Using jQuery To Manipulate and Filter Data
2009-06-23 09:52:34
1 Comments
When a webpage is designed to display large tables of data, a great amount of consideration should be dedicated to allowing the user to sort through the data in a structured manner. In this article, I will go over four techniques: hover effects, zebra...
15 Really Useful Web-based HTML Editors
2009-07-17 11:07:20
1 Comments
Web-based HTML Editor, WYSIWYG editor, or rich text editor, is a web component that let users enter rich text input within the browser. Most of the time, these html editors are used within content management systems where administrators or authors can...
Create a Twitter-Like “Load More” Widget
2009-07-16 10:01:19
1 Comments
Both Twitter and the Apple App Store use a brilliant technique for loading more information; you click the link and fresh items magically appear on the screen. This tutorial teaches you to use AJAX, CSS, Javascript, JSON, PHP, and HTML to create that...