Styling tables using CSS

Oct 06, 2006 CSS, Technology
0

It can be difficult to ensure that you remain on a particular row as your eyes work across a large data table. Displaying table rows in alternating colors is a common way to help users identify which row they’re focused on. Whether you’re adding rows by hand, or you’re displaying the data from a database, [...]

CSS Links and resources

Oct 05, 2006 CSS, Technology
0

I thought I would share with you guys some interesting links where you can witness web 2.0 in action. CSS designs on display here: http://www.cssmania.com, http://www.cssbeauty.com, http://www.cssvault.com, http://www.webcreme.com You can read some how to’s and the latest happenings here. http://veerle.duoh.com/index.php, http://www.24ways.org, http://www.csszengarden.com and you can catch some examples with source here http://www.cssplay.co.uk good day guys!!

Anatomical 18% gray card

Oct 04, 2006 Photography, Tutorials
0

Any SLR user (advanced) who shoots in M mode must have surely come across the term “18% gray”. So what exactly is this 18% gray and how does it affect exposure? Mostly all cameras have an in-built light meter, which are calibrated for 18% gray i.e. the reference point for a camera’s light-meter to determine [...]

Avoiding Camera Shake

Oct 03, 2006 Photography, Tutorials
0

If you are an ardent shooter using a SLR (Single Lens Reflex) camera then am sure you would have experienced some shots with camera shake, even though it’s not dark. You would experience this quite often if you shooting in M (manual) mode. Well there is a reason behind this and this is often referred [...]

Validating your CSS

Oct 02, 2006 CSS, Technology
0

Some Web designers regard a Web page that validates under both HTML and CSS guidelines as the Holy Grail. I prefer to think of validation as an extremely useful tool, but not a religion. CSS validation, however, is suited perfectly for debugging your code. CSS validators can catch those unclosed curly braces and other typos [...]

“ONE BEDROOM FLAT” – A Bitter Reality

Oct 02, 2006 Uncategorized
0

As the dream of most parents I had acquired a degree in Software Engineering and joined a company based in USA, the land of braves and opportunity. When I arrived in the USA, it was as if a dream had come true. Here at last I was in the place where I want to be. [...]

Thai food

Oct 01, 2006 Bangkok, food, Photography, Thailand, Travel
0

22nd Sep 2006 There isn’t much I’ve done since morning. I had an early breakfast and sat at the Internet cafe for more than an hour to update my friends and to see if my job is still there . I slowly checked out of my hotel (check out time is 12:noon) I walked down [...]

Silom Village and Patpong Street

Oct 01, 2006 Bangkok, Thailand, Travel
0

21 Sep 2006 There are numerous places to shop around in Bangkok. For the more upbeat type of stores you can visit the Siam Paragaon and for more budget oriented shopping it worth a visit to the MBK shopping center at Siam center. You can reach MBK by taking the nearest sky train to siam [...]

How do I make a submit button look like text?

Oct 01, 2006 CSS, Technology
0

Styling Hyperlinks: Change colors on mouseover

Oct 01, 2006 CSS, Technology
0

Styling hyperlinks could be used effectively to replace the old style navigation buttons.To create this effect we style the :hover and :active pseudo-classes of the anchor tag. Am gonna define style separatley one for the :link and :visited styles and other for :hover and :active Personally I like the hyperlinks to appear in a contrasting [...]