Upcoming News


PHP News »

WordPress is already a great piece of software and if you use these great WordPress plugins, is your system is almost ready for production. After your WordPress website is finished, you should do some optimizations on the html source code and you have to manipulate the basic behavior of a few features. The following list [...] Read More
Posted by girish.r 204 days ago (http://www.web-development-blog.com)
Discuss  | Read MoreBury | Tweet This | Tagged: optimize wordpress website web development blog php scripts
Add To 

PHP News »

If you’re running this code in Lithium, it’s not doing what you think it’s doing:$count = Results::find(’all’, array(’conditions’ => array(’fruit’ => ‘apples’)))->count();This is a really easy line of code to end up writing, especially if you’ve been reading the MongoDB docs a bunch, or are just porting some code into the application. That’s because if you were accessing the MongoDB driver direct Read More
Posted by girish.r 204 days ago (http://blog.preinheimer.com)
Discuss  | Read MoreBury | Tweet This | Tagged: lithium paul reinheimer
Add To 

PHP News »

My slides introducing PHP 5.4.8 from the talk at ZendCon are now available online and can be downloaded at: http://ilia.ws/files/zendcon2012_php54.pdf Read More
Posted by girish.r 204 days ago (http://ilia.ws)
Discuss  | Read MoreBury | Tweet This | Tagged: introduction php zendcon santa clara ilia alshanetsky
Add To 

PHP News »

A common problem in software development, is that you need data to work with. This is especially true with data-oriented websites. Working with an empty database leads to all sorts of unexpected problems cropping up once the site goes live and receives real world data. Performance issues, visual bugs due to missing fields, too long or too small texts, etc.The best way to address this is to have f Read More
Posted by girish.r 204 days ago (http://nelm.io)
Discuss  | Read MoreBury | Tweet This | Tagged: generating fixtures alice nelmio
Add To 

PHP News »

Managing Pull Requests for the MongoDB PHP driver London, UK Monday, October 29th 2012, 09:22 GMT The MongoDB PHP Driver is hosted as an Open Source project through GitHub. Everybody can check-out the repository and provide patches to this. In order to make things easier to manage, even Hannes, Jeremy and me, the maintainers of the extension will Read More
Posted by girish.r 204 days ago (http://derickrethans.nl)
Discuss  | Read MoreBury | Tweet This | Tagged: managing pull requests mongodb php driver derick rethans
Add To 

Articles »

Today i will show how to check url is working or not.Normally we are doing URL validation based on format of URL.Now days every evertything should be perfect means if url is well formatted then our next step should be check it is working or not.If its working then its usefull otherwise its garbage. Read More
Posted by girish.r 204 days ago (http://phpflow.com)
Discuss  | Read MoreBury | Tweet This | Tagged: next steps validate url
Add To 

Articles »

There are still a very good number of PHP developers who still work on Windows and MacOS environment judging by the popularity the popularity of WAMP, MAMP and XAMPP. Its always a good practice to develop your PHP code in a Linux environment. This is because you will be ultimately deploying your code into a Linux server. When you shift your code from a Windows machine to a Linux machine many thin Read More
Posted by girish.r 204 days ago (http://www.techathlon.com)
Discuss  | Read MoreBury | Tweet This | Tagged: turnkey linux professional replacement wampmampxampp
Add To 

Articles »

My slides from the "Under the Hood" talk at IPC 2012 are now available online and can be downloaded at: http://ilia.ws/files/ipc2012_under_the_hood.pdf Read More
Posted by girish.r 204 days ago (http://ilia.ws)
Discuss  | Read MoreBury | Tweet This | Tagged: under hood slides ipc
Add To 

Articles »

PHP provides direct access to its development repository. If you want to get the latest PHP fixes and updates, without having to wait for the official release. Then you can obtain it through Git. But remember, this source code is development version, and is often unstable and may not even compile properly. Read More
Posted by girish.r 204 days ago (http://www.phpzag.com)
Discuss  | Read MoreBury | Tweet This | Tagged: php git access latest php source wait official releases
Add To 

Articles »

Both the Symfony 2 and Doctrine 2 libraries and components make liberal use of what have come to be called annotations—special code comments, usually prefixed with an @ that are actually interpreted by the application and affect its functionality. Read More
Posted by girish.r 204 days ago (http://theunraveler.com)
Discuss  | Read MoreBury | Tweet This | Tagged: php annotations horrible idea
Add To 

Articles »

Imagine your an employer sitting in your office on a Monday morning. Your browsing through all of your emails that came in over the weekend and you see a few candidates have sent you their resume. You take a look at their PDF resume and notice that they're certified. When we at Headhuntable asked several tech companies if certification matters to them, the majority of them answered "No but i Read More
Posted by girish.r 204 days ago (http://www.headhuntable.com)
Discuss  | Read MoreBury | Tweet This | Tagged: are phpruby certification tests worth it
Add To 

Articles »

In my previous post, I have explained about how to create our own Front End Component in Joomla. In this post I will explain about How to create a Back End Component in Joomla and how to activate and execute the Back End Component in Joomla. Read More
Posted by girish.r 204 days ago (http://phpcmsframework.blogspot.in)
Discuss  | Read MoreBury | Tweet This | Tagged: create component joomla step step procedure php cms frameworks
Add To 

Articles »

I was perusing the Web looking for some quick and dirty Javascript I could use with the Twitter Search API to display a list of recent tweets containing a particular keyword. I came across the monitter.com widget, which was almost exactly what I had in mind, except that it includes some really great, rich features that were well beyond what I needed. Read More
Posted by girish.r 204 days ago (http://advancedphptutorial.blogspot.in)
Discuss  | Read MoreBury | Tweet This | Tagged: twitstream jquery ajax twitter search api
Add To 

Articles »

Sometimes it may be essential to change the BASE URL and Usually when you want to make a similar copy of site on another server. Today I am going to explain about how to change base path or domain url Read More
Posted by girish.r 204 days ago (http://creativedev.in)
Discuss  | Read MoreBury | Tweet This | Tagged: to change base path typo
Add To 

Articles »

For Drupal 8, we want to bake REST support directly into the core system. It's unclear if we'll be able to go full-on hypermedia by the time we ship, but it should be possible to add via contributed modules. For the base system, though, we want to at least follow REST/HTTP semantics properly. Read More
Posted by girish.r 204 days ago (http://www.garfieldtech.com)
Discuss  | Read MoreBury | Tweet This | Tagged: up put
Add To