Upcoming 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
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
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
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
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
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
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
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
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
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
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
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
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