Everything posted by ragunalth
-
Help to choose company name
Please help me to select my company name. I will be launcing an online localized e-commerce system. Your comments are welcome. my Survey
-
3 column layout
Free CSS Layouts in the top 50
-
Best Firefox add-ons
I made a list of some cool Firefox add-ons. Best Firefox Add-ons Please list some Firefox add-ons you use. That you find quite cool. Also try Google's Web Accelerator. My network is quite slow and it saves me up to 2 hours for 24 hours of browsing.
-
What do you think?
I have decided to do everything from from scratch, and I will not replicate that site but rather reinvent a better means of doing the same thing. Thank you
-
What do you think?
This is a website listing sites. I was thinking of making my own similar website. What do think should I change. Maybe the layout, and the way it is presented. Website Listings
-
please review my new domain buying advice site
I would suggest that you, create a internal search for the availability of a domain. Try adding Psychic Whois tool.
-
please review: www.bostonwebdesigners.net
I agree, the website should be centered. I
-
Ruddy-Hell (updated)
Good job, clean look and feel.
-
Site Review - Pool and Spa
Hi I like the way you used the colors, the palette you used is good. I would like to add that you could make the content text one font size larger. Regards
-
What do you think this logo looks like ?
Hi I really like the way you played around with the colors. Nice job. I would like to visit your website when it is done, and when your portfolio is up to date. This will go to my "to visit" folder in my bookmarks. Thanks for your link.
-
My CSS Galleries List
This is a list of CSS Galleries I use, what is yours? Unmached Style CSS Beauty CSS Vault Style Gala CSS Drive Style boost CSS Lite CSS Import Web Creme
-
Firefox ignores IE-Hack?
Try using a javascript. <script language="JavaScript"><!-- browser_version= parseInt(navigator.appVersion); browser_type = navigator.appName; if (browser_type == "Microsoft Internet Explorer" && (browser_version >= 4)) { document.write("<I>You appear to be using Microsoft Internet Explorer</I>"); } else if (browser_type == "Firefox" && (browser_version >= 4)) { document.write("<I>You appear to be using Firefox</I>"); } // --></script>
-
Idiot's guide to JavaScript
Try to use javascript frameworks, like mootools or scriptaculous.
-
What great HTML code looks like
Thanks
-
least used html tag
Here is a list of mine. + abbr + acronym + bdo + blockquote + cite + dfn + dl + ins + kbd + samp + tfoot + thead + var
-
A handfull of stats
I found IE to be the top visitor as well.
-
shadow around whole div
what you are after is called "css faux column" you can then set the background of the wrapper.. to center a wrapper div on IE and FFox you usually do body{ text-align: center; /* for ie - puts everything center page */ } #wrapper{ width: ###px; /* fixed width in px ex 760px */ margin: 0 auto; /* for standard compliant browsers - puts the div in the middle */ text-align: left; /* for ie - to fix the text align center */ background: url (your_background_image) center top no-repeat } hope this helps
-
Hey! Need advice
I think the layout of the homepage is clean and neat, well done.
-
3 column layout
Hi there, do have any other feedback for me. Thanks
-
3 column layout
Hi Thanks again for the feedback. I have made some changes, please take a look. I am eager to hear your comments. I have validate the CSS as well, but it still needs some work. I have two style sheets, one for FF and for IE. There is a javascript that determine what to use. Do you think I should support the otter browsers, such as Opera etc.? Kind Regards
-
What to change? Review!
I made some changes, please take a look! Visit My Website
-
How do I determine the page layout?
I normally create the content for the website at 900px, but found that I am limited sometimes. I need to develop a website, how do I determine the page layout, and what would the content width be?
-
What to change? Review!
Thanks for the comment on the text color and the background. I will change that as well.
-
What to change? Review!
I still have to take the style information within the HTML out, thanks so much for the pointer.
-
What to change? Review!
I have updated the website now, and fixed the validation.