supperman
-
Personal site review (responsive layout)
@uneart @karanzone77 @Bonzai @jurotek @webbeetle and others.. Guys I updated the site. Have a look if you have some spare time! Consider: -logo? -Fonts? Im weak on this subject. I went with default Tahoma. -Showcase menu? Cheers!
-
Personal site review (responsive layout)
@uneart It was meant like that, but ill put it back as its UX fail. Im working on fonts and some more subpages.
-
Personal site review (responsive layout)
Thanks @karanzone77 . My experience while working on this site is that responsive/adaptive design can be some pain in the neck to modify if you don't have workflow figured out. You can easily tangle yourself in too much CSS hacking and loose th…
-
New website colors feedback
I think these colors don't match. Try another green if you insist on it.
-
multiple firefox installations pc
As far as i am informed, a serious project requires that testing. Bigger problem is IE9- testing from my experience. It is actually not enough to run IE in 9,8,7 mode. For instance: you will find minor differences from IE7 mode and native IE7 insta…
-
Slightly off topic for this forum perhaps : Need Design Inspiration
Limit yourself to some colors. Go to dribbble and find a good color pallete you like, then save it. Load it in photoshop. Also if you're a learner, dont look for inspiration on sites like thebestwebdesigns.com becasue these sites are somewhat o…
-
Personal site review (responsive layout)
Thanks @Bonzai I was thinking of implementing that later.
-
Personal site review (responsive layout)
I really didn't see the font issue. Thanks for pointing that out guys. Ill experiment with other type and what @AndyHowells suggested. edit: Thanks @dfogge. Ill fix that.
-
The Price Is Right - How much would you charge for this Wordpress project?
Thanks for giving me some alternative ideas for thinking in other directions. But I have to come up with hours of work and price in aprox 10 hours tho. Time here is 1.30 in the morning. deadline is 12h noon. I wont bang my head on this one all nigh…
-
The Price Is Right - How much would you charge for this Wordpress project?
@chrisburton what do you have in mind?
-
The Price Is Right - How much would you charge for this Wordpress project?
True to some point. But I must start at something. Better than have lots of work and do it cheap and get live experience. Or have little to no work and have little to no live experience and just read blogs and do tutorials etc.
-
The Price Is Right - How much would you charge for this Wordpress project?
Students here work for 6€/hour or less and for real programming! edit: As i said, income is 1300$/month - that is in dollars. Lets say i make this site in a day and a half. That would be 12hours + 8€/h = 96€ (124$).
-
The Price Is Right - How much would you charge for this Wordpress project?
I charge 8€/hour for work. I think this is the cheapest rate.
-
The Price Is Right - How much would you charge for this Wordpress project?
I can. But there is a market for everything and i dont know the market. For example: I sure know that if ill try to sell my 15 old Fiat Punto for 20.000€, no one is going to buy it, because I know the market and it wont allow it to sell this high. …
-
The Price Is Right - How much would you charge for this Wordpress project?
Thanks @Htmlmainiac
-
The Price Is Right - How much would you charge for this Wordpress project?
Hey guys! Thanks for your input. I also agree there is little design here. Can someone also throw a number. Our average income in Slovenia is around 1000€/month, thats 1300$/month. Have this in mind when you put a price. Would be really helpful fo…
-
Critiques please !
Very creative site. Only one thing i dont like, and that snaped right in to my eyes, is the fact that you used different images-icons for services. Different in a sense that they have very little in common in style. For instance: "volunteer su…
-
My client doesn't give me access to his server: how common is this?
Couldn't reply sooner. Your'e all great for replying and thanks for tips. The chart is great karlpcrowley. Marked as solved. Cheers!
-
For a web designer, best would be a TN LCD panel. Or am i wrong here?
Monitors have moved from LCD to LED I read that LED is a backlight technology. All panels use LCD (that is Liquid crystal display) in three of the above mentioned technologies (mainly). So in practice you can have TN-LCD with LED backlight or IPS…
-
Drop Down Div Menu - IE Bug
You have to write values: height, width and z-index (higher than others) in css to the .drop class. Works on my PC. Tip: use F12 in IE8, its somekind of firebug for IE.
-
What do you use for clean crisp text?
Not true entirely mikelegacy. You can use images for logos, fancy headlines here and there. Just do it the proper way. My fancy headline .fancyheadline span { position: absolute; width: 100%; height:100%; background-image: url("myfancyheadl…
-
css image loadtime problem
I'm using $(document).ready(function () { $('.gostisce').hover(function(){ $(this).toggleClass('gostisce-hover'); }); } Will try sprites. Thanks for help!
-
Superfish IE and png transparent
I think you can reduce the size of the png, by making it 1px height and width in PS. *edit* Nevermind. This seems to be completely other problem.
-
Horizontal Menu Layout Problem in IE
Try to validate through w3c first. http://validator.w3.org/check?uri=http://convocation.weebly.com/index.html&charset=(detect+automatically)&doctype=Inline&group=0 If it still doesn't work, try this, and add to the head section of t…
-
Horizontal Menu Layout Problem in IE
In IE8 it looks OK.
-
Website feedback
Thanks! Wont give up on this border thing:) I would try to fix this with classes. On the index page #content and #sidebar wouldn't have borders defined in id but in another class. Then, whenewer you want a border to be on sidebar or on conte…
-
Website feedback
Some minor beauty fixes i would do that would give a more profesional look: Small icons before every category are a good idea, but aren't consistent for my eye. It looks like they were put together from different designs. Icons don't have…
-
Website feedback
About the border: try to delete css property in #content {border-right: 1px solid #E4E4E4;} and put it in #sidebar {border-left: 1px solid #E4E4E4;}