Archive for February, 2009
XML Schema
XML Schema View more presentations from yht4ever. (tags: schema xml)
Know your machine configurations – Linux
Checking machine configuration can be an important step before installing any software of serious purpose. There can be some requirements of software installation or you may want to get an idea how well your application/software will perform in given configuration. I came across a situation when i needed to know about configuration of a linux [...]
Oracle – Escaping Wild Card Characters with LIKE operator
In Oracle, % (percentage) and _ (underscore) have a special meaning. These two wild card characters are used with LIKE operator: % allows matching any string of any length (including zero length) _ allows matching a single character Example #1 SELECT dname FROM dept WHERE dname LIKE ‘A%’; will return all Department names starting with [...]
Setting up home network – Wireless LAN
Find below some information about setting up wireless LAN for your home computers and laptops. Slide show below talks about all the devices which may be required or can be used to set up wireless network for your home. WIFI; making a wireless connection View more presentations from netwere. (tags: internet wifi)
Firebug Lite : Firebug for all browsers (IE, Opera, Safari)
I am sure very few people are on the earth who are doing web development and do not know about Firebug. It is an excellent add-on of Mozilla Firefox which is a developer tool and helps in real way in debugging java script, HTML and CSS issues. As it runs as an add-on of Mozilla [...]
