Posts Tagged ‘Development’
Code Directly From Your Browser with the help of PHPanywhere.
Wednesday, October 14, 2009 9:46 No CommentsPHPanywhere is a new online service that’s changing the way people develop on the web. They enable users to develop and maintain their php/html projects online using any standard web browser. This is a web based free Integrated Development Environment or IDE for the PHP language, in other words it is an application that gives [...]
Collection of Free And Powerful Windows Text Editors For Web Developers
Tuesday, August 4, 2009 8:40 No CommentsYou probably have some powerful IDEs such as Visual Studio or Adobe Dreamweaver installed. But what happen when you just want to edit a single line of code, or maybe you don’t need those advanced features that provided by most IDEs? So, you probably need a simple text editor like Notepad, which is installed by [...]
Collection of Useful Tools and Generators for Easy CSS Development
Thursday, July 16, 2009 0:09 1 CommentThe 1KB CSS Grid This is a fresh take on the CSS grid. It can be used to streamline page templates for content management systems, its mission is to be lightweight. Variable Grid System The variable grid system is a quick way to generate an underlying CSS grid for your site. The CSS generated file [...]
Collection of Free and Essential Web Design and Development eBooks from Google
Tuesday, July 7, 2009 2:45 12 CommentsCSS Cookbook CSS Cookbook » By Christopher Schmitt The CSS Cookbook provides more than quick code solutions to pressing problems. The explanation that accompanies each recipe enables readers to customize the formatting for their specific purposes, and shows why the solution works, so you can adapt these techniques to other situations. Recipes range from the [...]
Useful Tips To Speed Up Your MySQL Queries
Sunday, July 5, 2009 6:55 2 CommentsIf you are interested in how to create fast MySQL queries, this article is for you Use persistent connections to the database to avoid connection overhead. Check all tables have PRIMARY KEYs on columns with high cardinality (many rows match the key value). Well,`gender` column has low cardinality (selectivity), unique user id column has high [...]
Basic Introduction of Object Oriented PHP
Thursday, July 2, 2009 10:50 4 CommentsOver the next few articles I write, I hope to delve into the depths of PHP and some of the ways it can best be utilized. To get started, we’ll begin with object oriented PHP programming. If this concept is new to you, have no fear. As long as you have an understanding of PHP [...]

