Technology
Technical learning posts.
-
MS SQL Server 2000 Enterprise Edition Server componentscan not be installed on Windows XP. Only client components can be installed. I am exploring how to install Personal Edition on Win XP.I thought I will post it after I successfully do it.But we again did not use it and got the work done with Enterprise Edition.So
-
Useful JavaScript replace() method for string manipulation is here
-
Until recently, I had hard time remembering what is the difference between checked and unchecked exceptions. Finally Head First Java gave me the prompt explanation. Here it goes: Checked Exceptions: Arise due to the reasons which are beyond control of programmer so complier mandates them to handle or declare. Unchecked Exceptions: Arises due to logic
-
I was creating a GUI using Java Swings. I decided to add a text box with vertical scroll bar to it. I also have few more other components to be added and my text box with scroll bar comes after some of them. So I started adding one by one, panel.add(dateLabel);panel.add(dateTextbox);….. //now the turn of
-
In HTML, reset is used to well reset the form.This means the form will be reverted to the way it was as soon as it got loaded. Here are 2 important cases. [1] You loaded an empty form which has some fields like text boxes, check boxes, combos etc.So when you hit on reset, as
-
Starting this blog today to pen down all my tech learnings. I am going to use this blog to document my learnings, findings, resources etc about the technologies I come across in my day to day life. So here I am, seeking your best wishes in this journey through Technology hinterland. -ChaitanyaSave as Draft