Category: Programming

  • How to enable CURL in Xampp

    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

  • 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 cannot use any Heavy reporting software although this information is fetched from XML/Database. So I opt to use in built .NET feature and having following…

  • 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 them. An ASP scripts can run better in browser when called through IIS, and they can then schedule to run at given time and calling…

  • 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. But today I found few things in action script that prove one of two things:  Either I am not a good programmer OR  Flash AS2…

  • 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 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…

  • 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…