Posts

CSS - Form Layout without using tables

Found some helpful links that show how to design forms without using tables. http://www.alistapart.com/stories/practicalcss/ Guru list very helpful http://www.sitepoint.com/gurulists/#gurulist-7 http://www.sitepoint.com/gurulists/ http://www.sitepoint.com/article/fancy-form-design-css http://realworldstyle.com/forms.html

Coldfusion CFSELECT Validation Fails

Most of us have issues with Coldfusion CFSELECT Validation i.e. form submits even though he didnt select an entry from drop down list and you have validation in CFSELECT . Here is the solution to this issue. 1. The validation works only if you have size attribute of cfselect set to a value greater than 1. Here is my code that works <cfselect name="sec_question" required="yes" message="You must select a security question to reset your password." size="2"> <option value="1">What is your mother's maiden name? <option value="2">In what city were you born? <option value="3">What is the title of your favorite book? <option value="4">What is your favorite pet's name? </cfselect> 2. Here are some observations a. I didnt require selected="" attribute inside cfselect b. I didnt require Please select a value i.e. with a space or without space(either way, I tried ...

Nice blog post - how to get things done.

How I Get Things Done(GTD)

Nice Interview - Mark Taylor on Cricinfo - Part 1 and Part 2

A very nice interview from former aussie captain, Mark Taylor. Part 1 - Mark Taylor - 'Why would you want to play five days for a draw?' Part 2 - 'I didn't go out and bat as captain' Enjoy.

My Barcelona Jersey

Image
Image
       

Pictures Real Madrid Jersey Plus New Kurta

Image
       

NBA 2008 Conference Standings

The 2008 NBA conference Standings.

Snip-A-Thon 2007! Contest to win CF Prizes from CFSnippets.org.

Image
Snip-A-Thon 2007! Welcome to Snip-A-Thon 2007!! The purpose of this contest is to encourage snippet submission by www.CFSnippets.org registered users, increase the registered user base and promote the overall concept and usage of www.CFSnippets.org . Click on the banner to visit the site and increase your chance of winning different CF prizes. So get started now. ;-)

So you want to start your Green Card process? ;-)

I will outline here, the works that needs to completed from start to finish in the Green Card Process. The very first step in the process is to place an ad in the newspapers about the position you are currently working on. I know it sounds little strange but thats how it is. This is usually done by attorneys and your HR plays a big role in it. Once the ad part is done, the attorney files for the labor application. This takes anywhere from 2-3 months for approval. If your labor is denied, your application dies there and you have to start over the whole process again. I. Documents for labor application. 1) All status documents i.e. if you are on H1B, then all I-797 documents are required. 2)All experience letters from past employers. Some attorneys ask for originals. Any other experience letter supporting the newspaper AD might be required as well. This could be from your employer, professor etc. The idea is to support the ad indicating you have the required experience to perform the job...

All black pics from 2001

Image
My pics from 2001. I love wearing all black or any kind of black T shirt. This is from my Engineering days.

MurthyDotCom : International Travel Tip, Marriage before GC Approval , Benefits of I 485

MurthyDotCom : International Travel Tips Georgia Institute of Technology :: Office of Human Resources MurthyDotCom : AOS/CP - FAQs SPOUSES Marriage before Green Card Approval Marriage after Green Card Approval MurthyDotCom : Sponsoring Family Members to Come to the U.S. MurthyDotCom : Concurrent I-140 / I-485 Filings Now Allowed

Green Card - Adjustment of Status (I-485) Process | International Center | University of Michigan

Very good details about the whole process. Green card I485 Process, AOS Adjustment of Status (I-485) Process | International Center | University of Michigan MurthyDotCom : Many I-485 Approvals www.ImmigrateUSA.us - USCIS Fee Increases Start July 30

Port Opening and Forwarding on Windows XP - hacker not cracker

Port Opening and Forwarding on Windows XP - hacker not cracker

Motorola Q and Toshiba Bluetooth on Dell Latitude D820

Image
Toshiba BT COM ports Registry fix for Serial Port Setting under hkeylocalmachine-- software--Microsoft--Windows CE Services

Ben Forta's trip - ACFUG group meeting - Coldfusion 8 or code name Scorpio

Hi, Yesterday i.e. May 17th 2007 I attended the Scorpio road tour hosted by none other than Mr. Ben Forta. It was a great presentation and He made it lively with his comments and answers to some of the questions people had during the session. Overall the meeting was great and it was a good experience to meet someone who is the brains behind Coldfusion. It looks like CF 8 would be released in Mid of this year i.e. maybe around Aug or Sept. For the technical side, Ben showed some cool stuff with the code and some new features that have been added in ColdFusion 8. Some enhancements which are worth mentioning are 1) ability to use Ajax for better applications 2) nice pdf features like merging etc 3) ability to control administrator with different access levels 4) threading 5) new text area box … I love this one…. So for example, you don’t have to type html like &lt;p>ajas&lt;/p> etc. The text area box will have icons on the top just like how you have it ...

Windows Drive Letter Issues with USB Drive. USB drive not shown in My Computer

One of the very common problems faced by users is that if you use more than one usb drive, then chances are one of them might not be listed when you open MY Computer. To solve this issue, Right click My Computer, Select Manage, and Under Storage, Select Disk Management. Now from here you can change the Drive Letter and assign a new one or just go to Address bar of Windows explorer and type in the drive letter shown next to the USB Drive which is not listed in My Computer. In my case, I had F: drive assigned for USB and then I attached external hard drive which took the F: drive letter making my USB drive not listed in My computer. I did steps mentioned above and found that infact its using G: as drive letter. Type G: in windows explorer and I could view the files on my USB drive. I hope it helps someone.

Bugzilla - Multiple projects - Instances of Bugzilla - Database

This post has some of the best results I found for configuring bugzilla to support multiple projects. Remember, bugzilla already supports multiple projects but what we were trying to do was 1) find out if we need different instances of bugzilla for isolation/seperation? 2) do we need seperate dbs instead of the default bugs db ? Some of the helpful links : http://www.faqs.org/docs/bugzilla/faq.html Google search bugzilla multiple projects Multiple installations on the same server Google groups multiple projects Groups Multiple projects on bugzilla Groups : Isolate products by group? Multiple databases through a single Bugzilla installation Powered by ScribeFire .

ColdFusion - Webservice & Java Interaction

http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=00001566.htm http://livedocs.adobe.com/coldfusion/5.0/Developing_ColdFusion_Applications/cfobject8.htm Good Article this one.... http://www.talkingtree.com/blog/index.cfm/2006/7/12/cfinvokeargument-omit-attr Passing input parameters to web services as complex types http://livedocs.adobe.com/coldfusion/6.1/htmldocs/webser39.htm Passing parameters to methods using the cfinvoke tag http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=00001051.htm#1215321 Using cfinvoke to consume a web service http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=00001051.htm#1215321 powered by performancing firefox

Bugzilla Schema for Version 2.22

Bugzilla Schema for Version 2.22 This schema is a good reference for all the tables/objects maintained by bugzilla.