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 1 day 7 hours ago (http://www.phpclasses.org)
Discuss  | Read MoreBury | Tweet This | Tagged: neural networks
| 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 1 day 14 hours 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 1 day 14 hours ago (http://www.webtechwise.com)
Discuss  | Read MoreBury | Tweet This | Tagged: wordpress performance
| 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 1 day 11 minutes ago (http://infoworld.com)
Discuss  | Read MoreBury | Tweet This | Tagged: html5
| 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 1 day 9 hours ago (http://www.quirksmode.org)
Discuss  | Read MoreBury | Tweet This | Tagged: html5
| Add To 

PHP Dev Tools »

There are so many javascripts libraries available in web world like jQuery, prototype, moo tools which having so many functionality and so many features available to make site attractive. But sometime when we need to use two or more libraries together to achieve some functionality, they conflicts with each other. So to avoid conflict with each other we have to override variable used in library wi
Posted by girish.r 1 day 7 hours ago (http://www.phpzone.net)
Discuss  | Read MoreBury | Tweet This | Tagged: jquery prototypemootools
| Add To 

Tutorials »

Application that you create in Flex 4 uses PHP and MySQL database. It shows the most simple and the most recent approach for working with data in Flash Builder 4/Flex 4. Basically it’s just a few clicks, which generate the necessary code. We use Flash Builder 4 Beta 2 introduced at MAX 2009.
Posted by girish.r 1 day 1 hour 46 minutes ago (http://www.flashrealtime.com)
Discuss  | Read MoreBury | Tweet This | Tagged: flash builder 4 data services zend
| Add To 

Tutorials »

Today's pattern is the Observer one. The intent of this pattern is breaking a [usually one-to-many] dependency between objects by making the set of objects act as Observers of a Subject one, which notifies them when its state changes or is affected someway.
Posted by girish.r 1 day 59 minutes ago (http://giorgiosironi.blogspot.com)
Discuss  | Read MoreBury | Tweet This | Tagged: oop patterns practical php patterns
| Add To 

Tips & Tricks »

Nearly everyone who has a website and a twitter account shows their status on the website. Here are 2 different ways you can use to get the status and show it on your website.
Posted by girish.r 1 day 14 hours ago (http://wpcanyon.com)
Discuss  | Read MoreBury | Tweet This | Tagged: twitter jquery
| Add To 

Database »

Having covered the preparation and character set options of performing a latin1 to utf8 MySQL migration, just how do you perform the migration correctly.
Posted by girish.r 1 day 11 hours ago (http://ronaldbradford.com)
Discuss  | Read MoreBury | Tweet This | Tagged: mysql latin1 utf8
| Add To 

Articles »

I've been writing a book about the Zend Framework recently - I'm sure some of you have noticed . A while back I finished a draft of two chapters called "The Architecture of Zend Framework Applications" and "Understanding The Zend Framework". The first chapter is an exploration of the Model-View-Controller (MVC) architectural pattern and why it has become the defacto standard for adoption in web a
Posted by girish.r 1 day 9 hours ago (http://blog.astrumfutura.com)
Discuss  | Read MoreBury | Tweet This | Tagged: mvc models. oop
| Add To 

Made in PHP »

Cassandra abstraction layer and keyspace scaffolder for PHP developers. Please note this an active development repositiory, tagged commits can be considered stable.
Posted by girish.r 1 day 9 hours ago (http://github.com)
Discuss  | Read MoreBury | Tweet This | Tagged: pandra cassandra crud
| Add To 

Tutorials »

Asynchronous HTTP And HTML or AHAH is a technique which allows you to update parts of a DOM without reloading the entire page. In Drupal, AHAH refers to adjusting forms dynamically by changing a part of a form based on input given in other form elements without a page reload.
Posted by girish.r 1 day 54 minutes ago (http://krimson.be)
Discuss  | Read MoreBury | Tweet This | Tagged: ahah drupal
| Add To 

Database »

While some may think I’m daft, I have a legitimate reason for wanting to crash mysqld. However first we need to find a way to crash it.
Great thanks to Alan K, Mark L, Harrison and Hartmut on #mysql-dev for several suggestions and a config option I was unaware of. My investigation even lead to a documentation bug logged as #51739.
Posted by girish.r 1 day 12 hours ago (http://ronaldbradford.com)
Discuss  | Read MoreBury | Tweet This | Tagged: core dump crash mysql mysqld
| Add To 

PHP Dev Tools »

There are many tools in the market that allow you to customize your pages' cascading style sheets (CSS), but there are actually a very few that do the opposite—scan for all the CSS rules in the document and remove those that are not used. Cleaning out the CSS will not only reduce the bandwidth impact, but will also improve the performance of the browser (minimizing the time spent by the CSS engin
Posted by girish.r 1 day 10 hours ago (http://blogs.msdn.com)
Discuss  | Read MoreBury | Tweet This | Tagged: ie extension css
| Add To