PHP Universal Feed Parser – lightweight PHP class for parsing RSS and ATOM...
After the PHP Universal Feed Generator, I’ve written the PHP Universal Feed Parser for Orchid Framework. It’s a RSS and ATOM parser written in PHP5. Though there are many feed parsers over Internet,...
View ArticleDeveloping web application with PHP-MySql-Apache in Ubuntu Linux
I have started using Ubuntu 8.04 in few days ago and found it Great. So, now I’ve moved my development environment from windows and working in Ubuntu. Here I am just explaining what steps I had to take...
View ArticleMy Bookmarks – A WordPress plugin to show your valuable bookmarks on sidebar
If you are using delicious or simpy as your bookmarking tool, this plugin is for you. This will help a wordpress user to show his valuable bookmarks on sidebar. Just install this plugin and set your...
View ArticleFront-end optimization with PHP Speedy – increase Yslow grade in 10 minutes!
Before I move into PHP Speedy, a small background won’t hurt much! Until a few days back, whenever I hear the word optimization, my brain quickly shows a few keywords in my mental screen: “query...
View ArticleSimple PHP PDO Wrapper : light, static, easy
A few days ago, I was looking for a PDO wrapper to work with a small PHP application. I’ve searched around and found fractalizer’s PDO wrapper nearest to my purpose. Then I just wrote my wrapper on the...
View ArticleAdding watermark on image or PDF with PHP
Watermarking with PHP is not a complex thing. Google will list hundreds of solutions using GD or ImageMagick. But the complexity starts when I need custom positioning, rotation, repetition etc. Though...
View ArticleMerge Images and PDFs into PDF
When working with PDF documents or scanned images, it’s a pretty common task to merge them to PDF. We have been doing these things using imagemagick and ghostscript for years. But we had to compromise...
View ArticleA free, hosted, advanced wiki – Dropbox Paper
Around a year ago, while starting a new project, I was asking a friend and colleague for a suggestion between Docuwiki and Confluence to use as team wiki. He suggested trying Dropbox Paper instead....
View Articlemarkpdf – a CLI tool for Watermarking PDF files
TL; DR: markpdf is a CLI tool for watermarking PDF that produces better PDF quality and dramatically smaller file size. I’ve released a PHP library for Adding watermark on image or PDF with PHP last...
View ArticleE-Code Verifier relocated
E-Code Verifier is a free web application for checking/verifying Shariah status (Halal, Haram, Mushbooh) of E Code (food ingredient codes). It was developed as a PWA and published in Jun 2016 at...
View ArticleDurbin – monitor Docker Containers remotely
You’ve installed Docker on your server and running some apps in containers. Awesome! But wait.. How do you check which containers are running and which are stopped at this moment? How do you check...
View Article