In this new post to his blog Sameer Borate applies an interesting method of discovery of structure in unfamiliar code - generating code signatures.
borateSameer Borate's Blog: Source Code Signatures in PHPPHPDeveloper.org Thu, 11/10/2011 - 13:11
In this new post to his blog Sameer Borate applies an interesting method of discovery of structure in unfamiliar code - generating code signatures. Sameer Borate's Blog: Grabbing the referrer search engine keywor...PHPDeveloper.org Tue, 10/18/2011 - 12:25
On his blog today Sameer Borate has a new post with a handy bit of code you can use to find the keywords from a search engine referral to help with tracking how visitors have come to your site. Sameer Borate's Blog: Checking your site for malicious changesPHPDeveloper.org Tue, 08/09/2011 - 09:04
Sameer Borate, in the wake of having security issues with his site, has posted a hint you could use to help detect when something has changed in important files in your application by checking their hash. Sameer Borate's Blog: Read the version of a PDF in PHPPHPDeveloper.org Fri, 07/22/2011 - 08:54
Sameer Borate has a quick post to his blog today with some code that lets you read the version of a PDF document programmatically without a dependency on a PDF extension or library being installed. Sameer Borate's Blog: Generating a color palette from a image in...PHPDeveloper.org Tue, 06/21/2011 - 12:09
Sameer Borate has posted a simple method for creating a color palette from a given image using just PHP and GD. Sameer Borate' Blog: Creating SQL schemas with Doctrine DBALPHPDeveloper.org Wed, 12/22/2010 - 14:25
On his blog today Sameer Borate has a new post looking at using Doctrine DBAL to make schemas rather than having to make them by hand each time (can be very useful for reloads with fixtures). Site News: Popular Posts for the Week of 12.03.2010PHPDeveloper.org Fri, 12/03/2010 - 07:01
Popular posts from PHPDeveloper.org for the past week: Sameer Borate's Blog: Raw vs. cooked PHP $_POST variablesPHPDeveloper.org Mon, 09/20/2010 - 09:15
Sameer Borate as a new post to his blog today looking at some of the quirks he's found when dealing with the $_POST superglobal in PHP. Tags:
Site News: Popular Posts for the Week of 06.11.2010PHPDeveloper.org Fri, 06/11/2010 - 06:04
Popular posts from PHPDeveloper.org for the past week: Sameer Borate's Blog: Geographical information lookup using GeoN...PHPDeveloper.org Mon, 04/19/2010 - 07:25
New on his blog today Sameer Borate has posted a new tutorial about using the GeoNames web service to look up geographical information about your visitors (and help with targeting the experience just for them). |