I am now working on the creation of a mobile phone application for Android and Iphone which will allow you to send free SMS using the PHP API which I created a month back . This is the domain I never explored before, so will take a bit longer to come up with something useful. Hopefully, I can finish it by the end of this week, so that mid of next week, I can release it here.
Follow me on twitter to stay updated on the latest posts.
Flash CS3 Source code and PHP script to export drawing to JPG.
I made this flash app a year ago for my college NITK Surathkal’s cult fest Incident’s website. But I did not find time to add all the features I had thought of. The plan was to have this drawing canvas as the background of the website for beach events, but I later decided to keep it simple.
Update as of 15th Aug ’10 : The code has been updated to work on all 160by2 and way2sms accounts and also will fetch any error codes being generated by these gateways. If you encounter any bugs, drop in a comment.
This is a PHP script I wrote a while back to automate the sending of SMS/text message using 160by2.com/way2sms.com account.
You can use this PHP API script to send free sms India, Kuwait, Singapore, UAE, Phillipines, Malaysia etc. Very useful if you are combining this with the registration page of your website to verify the users mobile number similar to verification of their email address.
Some possible real world applications of this script are :
1. Email to SMS.
2. Birthday alerts/Daily joke/thought for the day/news SMS
3. Gtalk/XMPP to SMS More >
This Community builder plugin enables adding of multiple registration forms to Joomla. It is tested to be working in Community builder 1.2 with Joomla 1.5.
Install this plugin into Joomla through the community builder plugin installer and enable it.
Defining multiple forms
Click on this plugin under the plugin management tab and in the params section define the forms in this format:
form_name1:field_name1,field_name2
form_name2:field_name1,field_name2
form_name is a identifier for the form you are creating. Keep it unique and without spaces. This form_name has to be passed as a GET parameter to the default CB registration page to show up only the fields you want.
field_name1,field_name2 etc are the names of the fields under the Field management tab in CB.
Google latitude is a great way to share your current GPS location with everyone. You can put up the google location badge on your blog and let the world know your exact geographical location.
But the latitude badge does not provide the exact address of your current location in terms of the area names but shows the exact location on the map. Google latitude badge shows only city level address along with the map. So I decided to write my own small PHP script to print out the exact address instead of an approximate one which is shown by default. You could use this code coupled with XMPP integration to show it as you google talk status message (a tutorial and script for this..sometime later)
Basically, instead of displaying “<City name>,<country>”, this script will display “<Road name>, <areaname>,<cityname>,<country>” More >
I have been doing PHP on Windows till now, but a week back I realised that I wanted something which Windows couldnt give me. The pcntl_fork( ) function was not implemented on windows. So I had to either do PHP on a remote shell or install linux on separate partition. Remote shell wasnt a bad idea because I already had an account on freeshell.de and they had all PHP functions enabled. But there was not Gnome/KDE and I had to settle for vim. Then I decided that I will run Linux through VMware. I had tried this even before, and knew that it would be painstakingly slow.
Luckily I came across andLinux when I was googling for vmware. I thought I will give it a try .. 200 MB wont take much time. The installation was quick, just keep “next”ing and Voila , linux is installed in 5 minutes. More >
This widget will enable your site visitors to subscribe to you google sms channel just by entering their mobile number. An invite is sent to their mobile phone automatically.
Please wait till the widget loads
The php curl script will automate a user login to google sms channel More >
The reason beahind writing this post is this: I got recruited into Oracle through my campus placements. And I got to know that I will be posted in hyderabad within a month. The offer letter said that I am supposed to report to Hitec city by June 29th 09. And I was curious to know whats so HIGH-TECH about this place. So I Googled to find the wikipedia entry and a couple of blogs. But that did not quench my thirst. So I decided to fill in this gap and write a detailed post. Here it comes , the hitchhikers guide to hitec city…
HITEC stands for Hyderabad Information Technology Engineering Consultancy City. It is “the” technology hub of Hyderabad… situated about 15 – 20 kms from the main Hyderabad city.
Let me be frank, in the first month I stayed here, I couldn’t figure out how to spell the name of this city. Some call it Hightech and others use hitech. And you will find different anagrams of it on the hoardings. But the guys at the post office have no issues whatsoever in whatever spelling you choose to put in the postal address.
Accomodation :
If you are looking for a place near Hightec city there are 2 choices you can consider.
1. Either stay in Madhapur which is closer to the Hyderabad city but has lesser number of flats available for rent
2. Look out for a rented flat in Kondapur which is farther from Hyderabad city but is a total residential area and has better choice of rented flats available. More >
Hey all
This is a small flash banner to display messages from an XML file and auto refreshes to show new updates. Just thought of sharing it.
It is a dynamic XML powered flash CS3 swf file with a few customizing options.
It is useful for displaying your website updates or showing dynamic chat messages.
It auto refreshes the text content with a time interval specified in the xml file. The time gap between each message being displayed can also set in the same xml file.
The swf initially loads updates_setup.xml (shown below) More >
I have been using the windows vista sidebar a lot lately and found a gadget for every purpose from love calculators to email alerters. Yesterday I came across the eftel usage meter and then felt that there must be a gadget for my ISP too. So I created this small gadget.
Vista Sidebar Gadget
The dataone usage finder vista sidebar gadget is a must if you use the BSNL’s Dataone broadband connection. It will automatically login to your dataone account and retreive the off-peak and total bandwidth usage and calculates the bandwidth remaining in the current month. More >