-
Using PHP to connect to the new Google Blogger API
Check this cool article and give source code if you want to do Google’s Blogger automation using PHP. Link : http://kosso.wordpress.com/2007/03/01/using-php-to-post-to-the-new-google-blogger-api/ PHP Source Link : http://kosso.co.uk/PHP/blogger_google_secure_AuthSub.phps Thanks Kosso,
-
Get Gmail work for your domain
Today I check Gmail’s new feature, well for me atleast, that you can use your own domain to use Gmail interface. It send email using google server, recieve email from there.. What else we need. I read somewhere that you even has POP3 access to your account. As soon as I read it, I spare…
-
Thanks to Nethues India
I would like to thanks my Company Nethues India, for their kind help in settling down even personnel problems. Life is two ways always, something you take something you give. As I spend more time with my company, I feel it start giving me more than I give back to it. I try my best,…
-
I have a computer
Once upon a time, I brought my second PC for home. I have my personnel pc shared with my brother and 7-8 months ago we decide to buy new PC for him. Since I can assemble PC, I opt to buy component from market and assemble at my home. I brought pentium D 3.0 GHz…
-
SCORM and Learning Management system
Recently I was working on a SCORM 1.2 Standard SCO package. Now what is that, well those know SCORM define it as “Shared Content Object Reference Model” .. each to say. SCORM is a standard define by ADL and they regulate its standard. Currently SCORM 2004 is latest version of it, though I have to…
-
XML-RPC !!! a WOW API
Have you tried XML RPC, it is a web service implmentation, not on SOAP, but not less than that. Visit http://www.xmlrpc.com, for more info. For me its better than SOAP as we don’t have to use those namespaces. Just write a simple code (maybe of just 15-20KB) and you are ready with it. Unlike Web…
-
Transferring session from one web language to other
Today, someone ask me how to transfer values in Session of ASP code to ASP.NET code. Well I didn’t search much if MS has done any effort in making some function in ASP.NET to have that. But I am sure they don’t. Why one need to do so? But in case you need to do…