Create your first real-time PHP application
If you ever wondered if there is a way to write a real-time web application using PHP where any event or message is delivered/pushed to […]
If you ever wondered if there is a way to write a real-time web application using PHP where any event or message is delivered/pushed to […]
If you need to convert between Oracle date and PHP/Unix timestamp then you might need to implement two functions in Oracle. The following two Oracle […]
Both PHP and Oracle provide functionality manipulating dates and times. Which to use and when? If you’re new to PHP or Oracle, working out how […]
Here are some most useful Eclipse PHP Development Tools shortcut keys that you should be using while developing applications. Enjoy 🙂 Ctrl + M = […]
Reading XML using the DOM library The easiest way to read a well-formed XML file is to use the Document Object Model (DOM) library compiled […]
Learn how to setup your development environment in Eclipse/PHP.
This is a curated list of free tools for everything from productivity to hosting to development tools to designing. These tools are all digital i.e., […]
Want to make a career out of programming in 30 days? Here are the things you need to know and the path you need to […]
Recently I developed a theme for one of my clients and I had to highlight the menu item of the parent category in the main […]
Often when designing websites static or dynamic, PHP or ASP.Net, Laravel or WordPress, you have to design in a way that if the user hovers […]