ZENDFRAMEWORK ARTICLES

In this post I’ll go over how you can utilize JQuery and CSS classes to show/hide various parts across the different sections of a page without creating a mess!

I recently found myself needing to make cUrl calls from the command-line to an endpoint which returned JSON responses. Rather than parsing through the JSON as a string, or downloading some third party tool to format it for me, I created this handy...

In my previous post about Dependency Injection Container (DiC) configuration I made mention of some more complicated scenarios that you can use to configure your objects. Not that you need help to make it more complicated. One of the things I...

Most of the Open Source softwares are much better than their proprietary alternatives. So I prefer to look for Open software before going for any proprietary one. Also if we use such softwares, it’s our responsibility to support and promote them....

AjaXplorer is another “brick” that you can install on your web server : you may know WordPress, Joomla! or other “web-based” softwares. It’s the same technology (PHP), and AjaXplorer is normally accessed via an URL such as...

elFinder is an open-source file manager for web, written in JavaScript using jQuery UI. Creation is inspired by simplicity and convenience of Finder program used in Mac OS X operating system. It supports all operations with files and folders on a...

UpThemes was release latest plugin, Typecase. Typecase is a web font manager for WordPress unlike anything you’ve every experienced. Tapping into the library of Google’s 500+ (and growing) web fonts, Typecase makes it easy to browse, select and...

This time my tutorial is to find out accurate geographical coordinates (latitude and longitude) for any place on Earth using PHP, then display it on the map with the help of Google Maps API. The provides ways to search is by typing an address. Its...

jQuery file upload is a ready to use file uploading widget that works with any server-side platform including PHP, Python, Ruby on Rails, Go, Node.js, Java, and anything else that supports the standard HTML form for uploading files. The jQuery file...

WordPress-powered sites are visited by millions of people all over the world. For many of them, English is not their native language, which makes using these sites harder. Fortunately this issue can easily be solved by offering users a translation.

The first one I’d like to discuss is a JavaScript plugin that makes font sizes flexible. It’s called FitText and is pretty simple to use. You can download it, for free, on github. In the zip file you download are 3 files: a readme file, the...

Project Manager & Billing PHP Script

I recently came across a problem in an app I was working on of needing to remove a class name from an element that began with a particular string. The removeClass() method that comes with jQuery does not seem to be able to handle any type of...

This plugin is really neat because it gives us a JSON response for any WordPress press by just appending ?json=1 at the URL. For example if I load this URL with the plugin installed: http://localhost/?json=1 I get a response in JSON containing the...