Very simple to use notification system that pops from the bottom right of the screen
Today the majority of the web applications like news portals, social media platforms or administration interfaces contain a notification system that reminds the visitor/user about certain promotions or settings available.
The easiest way to show any...
8 weeks 22 hours ago
Use CSS media queries to display the same layout on multiple resolutions
UPDATE 09 January, 2012:
Take a peek at adapt.js is a lightweight JavaScript file that determines which CSS file to load before the browser renders a page.
Make sure you try respond.js - a fast...
8 weeks 6 days ago
Free tool to edit and manage AdWords campaigns
Today I realized that I've wasted all the monthly budget in one week because of my bad campaign management. I did a little search over the Internet because I couldn't find a way to more an 'Ad group' from a 'Campaign' to another and I hit the...
9 weeks 5 days ago
The smallest slideshow for images and text made in jQuery
There are a lot of slideshows scripts out there and many of them are very useful. This is my attempt to create a jQuery slideshow as small (light) as possible with the following properties:
10 weeks 1 day ago
Indexes, keys, values ... they all have some surprises for you
As a PHP programmer you are dealing with arrays every single day, meaning that there is a high probability of hitting some "unexpected" results. In this article we will not deal with array operations and functions.
Try to answer the following...
16 weeks 2 days ago
Output suprises from using echo and print
You will probably freak out because you have never saw echo and print working together, it's highly uncommon to see this in a production environment. Yet ... I've discovered an interesting PHP gotcha in the Zend Certified Engineer test question:
18 weeks 2 days ago