Published News


Made in PHP »

Neural networks allow emulating the behavior of a brain in software applications. Neural Networks have always had a too steep learning curve to venture towards, especially in a Web environment.
Neural Mesh is an open source, pure PHP code based Neural Network manager and framework that makes it easier to work with Neural Networks.
This article explains how to easily implement Neural Mesh to dev
Posted by girish.r 2 days ago (http://www.phpclasses.org)
Discuss  | Read MoreBury | Tweet This | Tagged: neural networks
| Add To 

Articles »

I handpicked 10 webdev articles an tutorials i consider to be the best from February 2010. Hope you like my selection.
Posted by girish.r 6 days ago (http://tutsvalley.com)
Discuss  | Read MoreBury | Tweet This | Tagged: wordpress jquery css3 html5
| Add To 

Tips & Tricks »

There are a lot of plugins you can use to show random posts, but why use plugins when it’s so simple to do it with a bit of coding. Here is how to do it.
Posted by girish.r 11 hours ago (http://wpcanyon.com)
Discuss  | Read MoreBury | Tweet This | Tagged: wordpress random
| Add To 

Tutorials »

Using Restrictive Constructors in PHP 5: What exactly is a restrictive constructor, and why would you want to use one? If you're a PHP programmer who uses such design patterns as Singleton and Factory, this series of articles on restrictive constructors will give you another tool to use in your applications.
Posted by girish.r 6 days ago (http://www.devshed.com)
Discuss  | Read MoreBury | Tweet This | Tagged: constructors php 5 singleton
| Add To 

PHP Dev Tools »

Small pieces loosely joined is one of the defining paradigms of the web and in many cases we recommend investing in two or three smaller websites rather than a single big one. Smaller sites are cheaper to build and maintain and by keeping sites independent you give yourself maximum flexibility for future decisions.
Posted by girish.r 6 days ago (http://developmentseed.org)
Discuss  | Read MoreBury | Tweet This | Tagged: openid github
| Add To 

Articles »

I am halfway through reading Growing object-oriented software, guided by tests, a book that teaches Test-Driven Development in a Java environment. A review will come soon, since the process described in this work is really language-agnostic and interesting also for php developers.
Posted by girish.r 1 day 11 hours ago (http://giorgiosironi.blogspot.com)
Discuss  | Read MoreBury | Tweet This | Tagged: phpunit tdd testing zend framework
| Add To 

Articles »

Support for the next generation of HTML is already appearing in today’s browsers and Web pages. Are you ready to take advantage?
Posted by girish.r 2 days ago (http://infoworld.com)
Discuss  | Read MoreBury | Tweet This | Tagged: html5
| Add To 

Tutorials »

We all agree that testing code is better than not testing it right? So why do we tend to avoid writing unit tests to make sure that we are writing code that works? I’m looking at you PHP guys. Good thing there is PHPUnit and it is as easy as can be to get started with it.
Posted by girish.r 4 days ago (http://blog.seanja.com)
Discuss  | Read MoreBury | Tweet This | Tagged: phpunit
| Add To 

Articles »

Want to know how well your browser supports HTML5? Try the HTML5 test and find out. Points are awarded for every HTML5 feature that is supported. Added together these points give a total score between 0 and 160. Compare multiple browsers or different versions of the same browser and find out which vendor is slacking off and which vendor is pushing the web forward.
Posted by girish.r 1 day 19 hours ago (http://rakaz.nl)
Discuss  | Read MoreBury | Tweet This | Tagged: html5 browser
| Add To 

PHP Dev Tools »

Collection of 101 free premium wordpress themes ready for download.
Posted by girish.r 1 day 17 hours ago (http://www.tooft.com)
Discuss  | Read MoreBury | Tweet This | Tagged: wordpress themes free
| Add To 

Tutorials »

I think I speak for a number of developers when I say that I strive to have my code readable and easy to maintain. This is way easier said than done as many of you know. The most familiar way of doing this is using the Model View Controller (MVC) concept.
Posted by girish.r 3 days ago (http://brenelz.com)
Discuss  | Read MoreBury | Tweet This | Tagged: mvc oop
| Add To 

Articles »

Many articles that present methods to make WordPress load faster, recommend efficient solutions like having css and javascript files minified and merged, using CSS sprites and caching.
Posted by girish.r 3 days ago (http://www.webtechwise.com)
Discuss  | Read MoreBury | Tweet This | Tagged: wordpress performance
| Add To 

Security »

It may considerably reduce XSS attack possibilities if not completely eradicate it. XSS, or Cross Site Scripting, is probably the most common security problems in web applications that engage in heavy user input. If you’ve ever tried to build a web application that users can input data in a lot of different venues, chances are it has a security hole somewhere that allows XSS attacks. Don’t panic
Posted by girish.r 6 days ago (http://www.kavoir.com)
Discuss  | Read MoreBury | Tweet This | Tagged: setcookie xss cookies
| Add To 

PHP Dev Tools »

Right now nobody’s interested in a mobile solution that does not contain the words “iPhone” and “app” and that is not submitted to a closed environment where it competes with approximately 2,437 similar mobile solutions. Compared to the current crop of mobile clients and developers, lemmings marching off a cliff follow a solid, sensible strategy. Startling them out of this obsession requires noth
Posted by girish.r 2 days ago (http://www.quirksmode.org)
Discuss  | Read MoreBury | Tweet This | Tagged: html5
| Add To 

Tutorials »

Like most PHP developers, I know a little bit about PHP's GD extension, which makes it remarkably simple to create dynamic images in JPEG, GIF or PNG formats. This comes in particularly handy when generating complex images, such as graphs and charts, from dynamic data sets at run-time.
Posted by girish.r 6 days ago (http://devzone.zend.com)
Discuss  | Read MoreBury | Tweet This | Tagged: graphs gd svg vector
| Add To