Add To Facebook Share on Twitter Add To Google Bookmarks Add To Linkedin Add To Del.icio.us Add To digg Add To Stumble Upon Add To Yahoo My Web Add To Technorati
06/02/2011
Rate:  Be the first to Rank
MyWebSql is the ultimate desktop replacement for managing your mysql databases over the web. With interface that works just like your favourite desktop applications, you don't need to keep switching over webpages to get simple things done. Just login to your database and manage your database as if your are working on your desktop!
Location: PHP / Database
learn php,condition,statement,programming
11/12/2010
Rate:  
In this PHP guide, we will take a look at conditional statements in PHP. Conditional statements — also known as conditional statements, conditional expressions or conditional constructs — are a group of programming features that can be found in every programming language. An example of a conditional statement is the if statement.
A Boilerplate CakePHP Distribution For Web Apps
01/12/2010
Rate:  Be the first to Rank
Even with a rapid development framework like CakePHP, when creating a production site, there are tons of assets and configurations you need to really create a production site that works and works fast, and as you probably know if you're a CakePHP developer, FAST is not one of it's Pros. so here's something that will save you some time! here's also a github link that can save you some more scrolling time!
Location: HTML / PHP
very simple solution for a big problem
01/12/2010
Rate:  Be the first to Rank
problem with loading JavaScript in the HEAD tag is that scripts load before HTML, makes the site load slower (and I'm not just talking about download time). problem with loading JavaScript at the bottom can cause problems with HTML5 and CSS3. so this simple 2.3k solution will solve all your problems!
Location: JavaScript / PHP
Learn everything you need to know about PHP magic methods
20/07/2010
Rate:  
11/05/2010
Rate:  Be the first to Rank
Simple code in PHP that created a random password
Image manipulation methods can be chained efficiently. Recommended order: resize, crop, sharpen, quality and rotate or flip
29/03/2010
Rate:  Be the first to Rank
Provides methods for the dynamic manipulation of images. Various image formats such as JPEG, PNG, and GIF can be resized, cropped, rotated and sharpened. All image manipulations are applied to a temporary image. Only the save() method is permanent, the temporary image being written to a specified image file.
Location: Kohana 3 / PHP
27/03/2010
Rate:  Be the first to Rank
27/03/2010
Rate:  Be the first to Rank
Location: Cheat Sheets / PHP
27/03/2010
Rate:  Be the first to Rank
Location: Cheat Sheets / PHP
Area select in jQuery and PHP
16/02/2010
Rate:  
Very slick "area select" on-top of images plugin for jQuery. You can use it in your projects to create image "tags" or "tooltips" like Facebook does, or Flickr does even better. As usual for jQuery awesomeness, this is pretty easy to integrate. http://odyniec.net/projects/imgareaselect/ And here's somebody that shows a validation processor in PHP that can crop the select area and save as an image. http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/
Location: JavaScript / jQuery / PHP