content top

PHP instant gallery maker with thumbnail

PHP instant gallery maker with thumbnail

this is a file by putting it in a folder containing some images will be displayed as gallery in thumbnail. it will generate thumbnail for the first time only. later it will grab the thumbnails from it’s cache directory. the class itself and instantiation is in same class. you just need put it in the folder where your images resides. NO JAILBREAK REQUIRED! Good...

Read More

Generate a twitter like timespan from a given timestamp in Symfony2 or ZF2

Generate a twitter like timespan from a given timestamp in Symfony2 or ZF2

We must have seen the human readable time in twitter saying that something like about 2 hours ago… etc. In this post we will see a walk around on how to do it in a Symfony2, Zend Framework2 or any other PHP based application. I wrote and used this class as helper in one of my Symfony2 project. This helper could be used in Zend Framework as well. I used some PHP magic methods to cope with different configuration settings so that any...

Read More

Here is the update

Here is the update

I left my job from RBS and joined at NPND Inc. on this month. for now I am just saying that this is a FUN job. I really love to work with the guys around with me. I hope I could evolve myself more fast here in NPND Inc. What is NPND you ask? why don’t ask it to uncle G? http://google.com/search?q=NPND what you got? yet not satisfied? Okay, you got me. here is it http://npnd.com (don’t ask me for user:passwd) Related Reading: M

Read More

html2pcl and html2ps wrapper class

html2pcl and html2ps wrapper class

This wrapper class is a gift for my blog readers. I think the class is self descriptive. This is why I ain’t write how to use it bla bla bla…You can make pcl and ps files from html with this class. I have submitted this class at phpclasses too. You may have a look by clicking HERE. It runs both on Windows and *Nix...

Read More

Create your IM bot for gtalk/jabber/aim/yahoo with imified API

Create your IM bot for gtalk/jabber/aim/yahoo with imified API

Recently I made a news bot named news@bot.im AKA newsbot24@yahoo.com with the help of a wrapper class wrote by Hasin Hayder. This cool API has been provided by imified recently to make your application IM enable easily . You may test my bot by sending any instant message to newsbot24@yahoo.com or sending a message from your GTalk. It will grab one of the latest 25 top news from www.news.google.com or www.bdnews24.com RSS feed. I have set...

Read More

Access the inbox of Facebook Users with PHP

Access the inbox of Facebook Users with PHP

you might be interested to add facebook inbox manipulation functionality for your next app. I did the same few days back. Thought it could save a good amount of time for you! if you like it say it plz share it with others. This class can be used to access the inbox of Facebook users.  It can use the Facebook Inbox API to perform several types of operations to access the inbox of a given Facebook user.  Currently it can get information...

Read More
content top