Unregistered Avatar

Reply

My new Website


 
LinkBack Thread Tools Display Modes

  #1 (permalink)  

Old 05-12-2007, 09:23 AM

My new Website

This is my new website which has my portfolio and free design stuff in it.

:: Ahmad Hania ::

please post your thoughts.
__________________

My Design Porfolio
My Blog
ahmad_hania

ahmad_hania is offline Developer

ahmad_hania's Avatar

Join Date: Jan 2007

Posts: 19

  #2 (permalink)  

Old 05-29-2007, 12:39 AM

Re: My new Website

Mr. Hania,
I applaud you on the example webpage in blue.
I doubly applaud you on how you gave credit for ideas in your .css file !
I have questions about your links code...
Code:
#left-menu-item a, #left-menu-item a:visited {
 padding-left: 15px;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 text-decoration: none;
 color: #034895;
 display: block;
 vertical-align: middle;
 text-align: left;
 width: 189px;
 w\idth: 187px;
 line-height: 23px;
 height: auto;
}
#left-menu-item a:hover {
 background: #F3F4F4;
 color: #FF6600;
}
1. what is this: w\idth
2. why aren't you specifying "#menu-left-item a:link" ?
3. is it Always unnecessary to repeat every selector/value when the style items are related ergo, a + a:visited same, only colors changing in a:hover ? Obviously it is working for you... that seems fantastic to me. *applause!*
JIM_ELL

JIM_ELL is offline noobie webdesigner

JIM_ELL's Avatar

Join Date: May 2007

Location: AR, USA

Posts: 21

Send a message via MSN to JIM_ELL

  #3 (permalink)  

Old 05-29-2007, 06:19 AM

Re: My new Website

Hello JIM_ELL

First thank you for the applause and thank you for the credit.
About the w\idth it is known as Internet Explorer Fix, there is other kinds of fixes but I should tell you that it does not always work.
About the a and a:visited I only specify the style of the elements I want it to be in my style, the tags that I dont specify is going to use the default style.
I need thaw to ask you one thing please if you use the template please tell me how and where you used it.
If you want any more help please reply I will be glad to help.
__________________

My Design Porfolio
My Blog
ahmad_hania

ahmad_hania is offline Developer

ahmad_hania's Avatar

Join Date: Jan 2007

Posts: 19

  #4 (permalink)  

Old 05-29-2007, 07:13 AM

Re: My new Website

Shouldn't you be reseting everything you're going to be using so that you know it looks the same, as opposed to hoping that the different browsers will interpret 'default' the same?

Also: nice site, I'll post more later.
__________________
AtomicHype

AtomicHype is offline Ping Island

AtomicHype's Avatar

Join Date: Apr 2005

Posts: 2,525

Send a message via AIM to AtomicHype

  #5 (permalink)  

Old 05-29-2007, 07:32 AM

Re: My new Website

yes, but in this case I want the default regardless of the browser and just for the record I tested the template on IE 6, IE 7, Firefox 1.5, Firefox 2 and Opera 9.0 an it did fine on all.

thank you for posting.
__________________

My Design Porfolio
My Blog
ahmad_hania

ahmad_hania is offline Developer

ahmad_hania's Avatar

Join Date: Jan 2007

Posts: 19

  #6 (permalink)  

Old 05-29-2007, 07:40 AM

Re: My new Website

Well, I was not intending to use your work, but only to learn from it. But I can still appreciate a thing of beauty I see, though I admit I am partially biased because blue is my favorite 'color-family'.

I see you call 'w\idth' an 'Internet Explorer Fix', and that your example in the code-box above shows an error of 2px only. I shall 'google' 'Internet Explorer Fix' to find a definition, and see how many instances it applies to. I will play with w\idth in some home made examples, to see how it works. My experience thus far (keep in mind it is quite short!) has been that the CSS W3Schools teaches works flawlessly in IE, and that FireFox is prone to 'mess things up' in bad ways, and yet my pal in Norway designs for FireFox and proclaims he suffers from IE messing things up!

Since my frustration is that different browsers seem to interpret CSS in various ways, I have been searching for the Holy Grail, the KeyCode, the Magic Wand of web design... the way to force at least Internet Explorer and FireFox to play nice and 'see' (and therefore 'show') designs the same way. I find that usually the two are willing to agree within a few pixels tolerance if you play with the code long enough, but since time = money in today's world the grail/code/wand I seek is meant to prevent such time consuming delays. I thank you and tip my hat to you for your part in my education, and for your speedy response, sir.

I am always looking for education, and I find that functional examples work better than textbooks, usually. I am pretty good at figuring out how things function when I see them in action. In the past this applied to mechanical things, as my primary employment over the years has been as a machinist, then cnc machinist, and part-time programmer. {cnc = computer numerical control, which uses 'g-code', the language that converts text into motion on a semi-automated cnc milling machine, lathe, tool grinder, etc.} HTML, although I have dabbled in it using wysiwyg like geocities pagebuilder, and Front Page 2000/2003 more recently, now my approach is to hand-code everything with notepad.exe 'the html editor of champions'!
JIM_ELL

JIM_ELL is offline noobie webdesigner

JIM_ELL's Avatar

Join Date: May 2007

Location: AR, USA

Posts: 21

Send a message via MSN to JIM_ELL

  #7 (permalink)  

Old 05-29-2007, 07:47 AM

Re: My new Website

thank you and keep on learning because as I always say :
You get what you pay for. Either in effort, money or time you always get payed off perfectly.
__________________

My Design Porfolio
My Blog
ahmad_hania

ahmad_hania is offline Developer

ahmad_hania's Avatar

Join Date: Jan 2007

Posts: 19

  #8 (permalink)  

Old 05-29-2007, 11:38 PM

Re: My new Website

ahmad,

Nice website. Splash pages are kinda lame though. They're just an annoyance to that get in the way of the content. I think they should only be used for content protected areas, where a login would be required.

I believe the w\idth: fix is a fix for ie 5. i know of an article that is the holy grail 3 column layout is this what your trying to create?

sec...



edit:

glish.com : CSS layout techniques : 3 columns, the holy grail

Last edited by missionsix; 05-29-2007 at 11:39 PM. Reason: added a link.
missionsix

missionsix is offline http://patandrew.com/

missionsix's Avatar

Join Date: Feb 2004

Location: under you.

Posts: 4,875

Send a message via AIM to missionsix Send a message via MSN to missionsix

  #9 (permalink)  

Old 05-30-2007, 10:12 AM

Re: My new Website

all very simple., but it is pulled off nicely
__________________

I'm a hermy, yes, those were really boobs. Cock is my friend .

(O.o) copy bunny into ur sig
(u u) 2 help him achieve world domination.
Luz

Luz is offline Moderator

Luz's Avatar

Join Date: Feb 2005

Location: Closet

Posts: 4,311

Send a message via AIM to Luz Send a message via MSN to Luz

  #10 (permalink)  

Old 05-30-2007, 11:08 AM

Re: My new Website

thank you all for the replies.
__________________

My Design Porfolio
My Blog
ahmad_hania

ahmad_hania is offline Developer

ahmad_hania's Avatar

Join Date: Jan 2007

Posts: 19

  #11 (permalink)  

Old 09-01-2008, 05:50 AM

Re: My new Website

i really appropriate for your designing,nice designing.
__________________
web design company
free templates
chump guy

chump guy is offline registered.

Join Date: Aug 2008

Posts: 4

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Website Designed by Me ahmad_hania Website Design 7 09-01-2008 05:54 AM
BkTeam - New Website - What do you think? theflashstory Website Design 0 12-15-2006 04:09 AM
Jaga hosting website Jeebs Website Design 2 05-04-2006 01:02 AM
Website Scripting MisterIvanovich Website Design 9 10-02-2004 09:12 PM


All times are GMT -7. The time now is 06:39 AM.