Archives by date

You are browsing the site archives by date.

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 [...]

Once again a hard time in office

With increasing number of errors by fellow developer really shocked me. I am not sure why this is happening, or am I over reacting to their error more. But frankly I am too tired to face this. I do a job, I know i can do it in 30 minutes, Customer give me 40 mintues.. [...]

GET n POST in Linux

I know that all web developer are aware of these two words “GET” and “POST”, but I am not talking about Request method for Web Server, but I am talking about commands in Linux Shell, I recently reading all possible command on Freshly installed CentOS 4.4 where I found these command. They do the same [...]

Setting up Linux Proxy Server with Squid

Story starts when my company ask me to install Linux Gateway so we can restrict site access within our company. We need to that as we are noticing very heavy data transfer is occuring within organization for illegal purpose. For this though I have option to set WIndows server, but I opt for Linux machine [...]

Community Server : a Great Software

Recently I need a site for my brother, where he want to install some forum, so he can help other in his 3D related software, and animation modelling techinque. Since I am using GoDaddy’s Windows hosting which is not so good for PHP open source software, I look for ASP.NET software in that term. And [...]

Framework for PHP

Hi,  Nothing much to say just try this framework and let us know your comments on it…  http://code.google.com/p/tuxicphp/ Thanks to friend AC Sandeep for his efforts.

Opening Microsoft Office document in Web Browser (IE)

recently I have been assigned a task where I have to open Microsoft Word’s file in Web browser for customer to edit them. For this I got a reference of this article   http://support.microsoft.com/kb/311765 And believe me its really a Superb thing to do, I am very impressed with this ActiveX control. (There is no [...]