Well the easiest post to read ๐ Just enable it in all PHP.ini and PHPx.ini you find it Xampp installation … Read original post at http://www.menyhart.net/blog/developer-stuff/enabling-curl-on-xampp/ — ย Sumit Gupta
Category: Programming
Printing Text Document in .NET 2.0
Some time reporting tools are too heavy to use with a small application. Something similar happens with me, I need to print a Single page text information for this I…
Creating Schedular application in Windows
This can be done in many ways. Often I see my collegues doing a ASP script that they schedule to run with Browser. As this seems quite obvious thing for…
Flash 8 : Action script 2.0
Since one last month I am working on Action Script 2.0 with Flash 8. It all started well and I gain my confidence and start liking coding in AS 2….
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,
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…
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…