Tutorials »

Getting the Latitude and Longitude of an address using the Google Maps API is actually quite easy. This example uses PHP to get the job done. Read More
Posted by girish.r 986 days ago (http://www.adampatterson.ca)
Discuss  | Read MoreBury | Tweet This | Tagged: google http geocoding
Add To 

Tutorials »

With our knowledge of PHP we can learn a lot about Ruby. Use of variables, loops, arrays, functions and classes, everything starting from PHP. In the end, there is an example to see all together where we’ll combine what we have learnt to see something really useful in action. Read More
Posted by girish.r 986 days ago (http://www.tuttoaster.com)
Discuss  | Read MoreBury | Tweet This | Tagged: ruby php developers
Add To 

Tutorials »

In Flash Builder 4 there are many new features that make it much easier to build Flex applications that work with data from a PHP back-end via a standard create, read, update, and delete (CRUD) setup. Sometimes, however it's helpful to start with the basics, so you can appreciate the new data-centric development features all that much more. This article takes you through setting up the PHP code o Read More
Posted by girish.r 986 days ago (http://ria.dzone.com)
Discuss  | Read MoreBury | Tweet This | Tagged: crud flex php zend amf
Add To 

Database »

If you are in a situation where you have to insert a very large number of records into one table (with indexes on it) it may very well have occurred to you that such inserts take forever. To descrease the time usage we suggest 2 methods: A temp table or a table rename flow. Read More
Posted by djamma (#7) 987 days ago (http://echodevil.com)
Discuss  | Read MoreBury | Tweet This | Tagged: mysql sql
Add To 

PHP Dev Tools »

- Debug PHP code with xDebug debugger - Validate PHP code with Syntax Check - Realtime PHP Syntax Check as you type - Built-in web server for easy PHP preview - Integration with PHP, HTML and CSS documentation - Save and open files directly from FTP/SFTP - Project management and FTP/SFTP publishing... Read More
Posted by girish.r 987 days ago (http://rangbabi.blogspot.com)
Discuss  | Read MoreBury | Tweet This | Tagged: editor php ide
Add To 

PHP Dev Tools »

Extract text from PDF, Image files, Word document by using these open source tools and libraries. Read More
Posted by girish.r 987 days ago (http://www.findbestopensource.com)
Discuss  | Read MoreBury | Tweet This | Tagged: gocr ocr optical character recognition
Add To 

PHP Dev Tools »

I am using Zend Studio for my everyday PHP work, and I like it. I know many others do too, or use PDT. It has one very cool – though not widely known – feature that allows you you to add unknown extensions to code completion. I.e., if you have some extension, create stub file with PHPDOC descriptions – i.e. something like this: Read More
Posted by girish.r 988 days ago (http://php100.wordpress.com)
Discuss  | Read MoreBury | Tweet This | Tagged: php extensions reflector reflection zend studi
Add To 

PHP Dev Tools »

Eclipse Helios (3.6) and Zend Studio 7.1 (and above) include a new version of Eclipse PDT, labeled 2.2. This new release uses a new repository for storing code reference information. With these simple tips you can significantly improve the performance of this repository which will speed up code completion, searching for definitions, type hierarchy views and more. Read More
Posted by girish.r 988 days ago (http://devzone.zend.com)
Discuss  | Read MoreBury | Tweet This | Tagged: tips eclipse pdt zend studio
Add To 

Articles »

Welcome back to the series of articles, where we work our way from the scratch to creating an application with quality code. You will learn how to quickly improve your coding habits and style to write easy to understand and manageable code. Read More
Posted by girish.r 988 days ago (http://tech.ovaistariq.net)
Discuss  | Read MoreBury | Tweet This | Tagged: creating quality code
Add To 

Tutorials »

A nice tutorial on google maps api v3: how to create a distance finder. Read More
Posted by girish.r 989 days ago (http://www.1stwebdesigner.com)
Discuss  | Read MoreBury | Tweet This | Tagged: google maps tutorial
Add To 

Tutorials »

Some friends of mine publish a literary journal that accepts submissions via email. At their request I wrote a script to download messages from the journal's Gmail account and do some simple parsing tasks. Read More
Posted by girish.r 989 days ago (http://www.phpbuilder.com)
Discuss  | Read MoreBury | Tweet This | Tagged: downloading gmail messages php
Add To 

Articles »

Why Java Web Application UI lags ? Problem and Solution Read More
Posted by girish.r 990 days ago (http://mdshannan1.blogspot.com)
Discuss  | Read MoreBury | Tweet This | Tagged: java ui lags
Add To 

Tutorials »

Ever wanted to add a small chat to your own website? If you look around you'll find plenty of ways to do so, some use Flash, others PHP and a database and there are even some Java applets out there (they still exist!). However when searching for a really simple chat I could integrate into the website of the 6th gamesday I found nothing that satisfied me: I didn't need logins or a user management Read More
Posted by girish.r 990 days ago (http://arkanis.de)
Discuss  | Read MoreBury | Tweet This | Tagged: programming php javascript jquery simplicity
Add To 

Tips & Tricks »

Find out if a password is strong using regular expressions in PHP. Read More
Posted by girish.r 990 days ago (http://www.whileifblog.com)
Discuss  | Read MoreBury | Tweet This | Tagged: regex password
Add To