Saturday, February 28, 2009

Business Card

Yeah, Got my business cards done and I am happy with the design. I couldn't have done it but I am glad and I want to give props to the designer, Peter Scott.

Here is the design for the front and back of the my card.



SOLVED!!!!!!!!!! problem with url rewrite and folders

I found out what the problem was... The problem was that, the url represented paths or folder looking path and so I had to reflect that with the folders I was using: css and js.

Depending on how many front slashed '/' are used from the root file, the up folder code had to be used for the folders being used. Example: if your url is: www.mysite.com, all the folders will be read normally but if the url changes to: www.mysite.com/about_us/, then the folders have to use '../' to reflect the change in the url.

That was the problem and now it works fine. Thanks to my co-worker, Peter Scott.

Wednesday, February 18, 2009

url rewrite

scream!!!!!!!!!!!!!

my head hurts! i have been trying to use the url rewrite for a site im developing for hours and it is not working! i have several tabs opened and according to my sight, i have it correct but it doesnt seem to be reading the css and javascrpt files.

Thursday, February 12, 2009

Running asp on ubuntu intrepid

this looks like a relief for me. i havent tried it yet but it looks promising.

i can run asp on my linux without creating another partition to install "a set of windows".

a detailed link to the tutorial is here: http://www.goitexpert.com/entry.cfm?entry=Run-ASP-and-NET-in-UBUNTU--and-Debian-LINUX

thats the beauty of the open source world, there is always an alternative to something. you are used to using one thing on windows, if you plan on using linux, get out of that mentallity. open your mind to alternatives.

i hope this helps somebody who was wondering about using asp on their linux machine.