Everything posted by Designer Karly
-
OK After trying to accomplish this myself i now realise i need help!
True from a usability point of view, Virb and Facebook are excellent, you should try that route as people are becoming more accustomed to these environments and building another Social Bookmarking website maybe isn't the way forward unless it's custom built and offers features that are not currently out there.
-
Anyone Using Silverlight yet?
I'v had a look around for you there seems to be a few methods, how are you going to display it, i.e on a webpage, a widget etc?
-
open in new window...or not
Yes, it would be interesting to see the results of this poll. Personally I like it when external links/files are opened in a separate window, as to not lose the page i'm actually there to visit.
-
It's the weekend - What's everyones plans?
At last it's the weekend!!! What's everyones plans today? I have to complete a second design brief for a client and hopefully get out on Sunday to the Apple store to see what those iPod touches are all about (that's if I get time). DK
-
CSS Footer Help
Have you tried adding; <div style="clear:both"></div> before the footer div and after the container element?
-
Windows Vista or XP?
Is that on the same machine, i.e. Bootcamp? I do want to get a Mac but concerned about speed differences when using Bootcamp with the Mac, does it take advantage of the processor power for example?
-
Hey there!
Tee-Hee! I like that. Welcome to the forum Mark!
-
yay WDF!
Oh I missed it, the rate at things are going i'm sure it won't be long until the next peak I'll be trying to keep myself online aslong as I can so I can get some bragging rights. Nice one team
-
Forum Ranks well for Simpsons Search term!
I thought this was funny, I was doing my usual random surfing and I found that when I type in: design a simpsons character This forum ranks second, out of all the design a simpson character sites or even ones with more Simpsons relevance, this forum was above them. Keep up the good work!
-
stuck again with height:100%
To your container div that you want to stretch, add the following property: overflow: auto; Than way any content that spills over the div will push the container downwards. I'm not sure how to automatically stretch the container vertically to fit window size as people have different resolutions.
-
Hello
Hi Snowy welcome to the boards! DK.
-
Rozeh is New
Welcome Rozrh Dk.
-
Good lord but i feel like crap
Well it's nice to have you back with us Penguin, I hope you get back to full strength soon.
-
Hello!
Welcome to the forum Pamela
-
Non Database based MySQL
Is the copyright statement encoded? If it has a style like <div style="copyright"> - then you could modify the stylesheet property for copyright to read display: none; Not sure if this voids the terms and conditions, but if not it's worth giving it a try.
-
Just Bought a Mac!
Yes. Apple charge something stupid when upgrading with their ram, as they give options at checkout something like £449 for 2 gig of ram ebuyer you can pick up a matching pair for around £80 that will fit an imac. Out of interest does anyone know how many free ram slots the imacs come with?
-
Fantasy Football, anyone?
Soccer in this instance I think. I would join, but doubt I could devote the time, to managing it.
-
Hello all from Rich
What a lovely introduction. Welcome to our special community. Looking forward to seeing your work in action.
-
Google Backlinks: How can I work out my Backlinks?
Hi, People list there Google or Site backlink total when listing info about their website i.e. Unique visitors: 30k Backlinks: 1,500 So how would I work out my backlinks please, as I am very keen to know. DK.
-
What is a Good Alexa Rank?
Hi, I'v been wondering, do any of you know a good rank to aim for in Alexa to be considered a "worthy" rank? Obviously top 10 would be amazing, but seriously, what do you think is a realistic ranking to have or at least a rank that indicates your on a good path? DK.
-
HI
Welcome Olly *Waves* I'll be around should you need any help with anything, feel free to ask. Looking forward to reading your posts. DK.
-
How do i make a wordpress theme?
Theres plenty of Wordpress Templates to download etc in the forums Tenplates section under user submitted designs, here is also guide to creating Worpress Templates/Themes. http://codex.wordpress.org/Theme_Development I hope that helps yo on your quest.
-
Howdy
Welcome to our little place on the web Looking forward to reading your posts. DK.
-
Cost of coding an HTML/CSS/Zen Cart template based on a mock up?
Personally if I was coding it for you I would need to have a look at the design first of all to see what needs done, as there may be design elements that ZenCart doesn't use or work that way. So that would need custom scripting etc. Assuming everything was able to be implemented into the original version of ZenCart i.e no custom scripting and just Xhtml as you say, then it would be $100's maybe $1000 dpending what would be involved. You could probably get someone to do it for around $600 - $800 that would be alright. But there's always going to be people undercutting etc' make sure you see their portfolio and if they have done custom ZenCart work before. Most times it's worth spending a bt more ot get better quality results. I'm not asking to the the job, i'm just quoting what you would expect to pay. As personally I tend to stay away from Ecommerce solutions based on amount of pages you have to customise. i.e Homepage, shoppingcart, invoice page, profile page, product page, contact us, etc etc...
-
Fluid CSS Backgrounds
There's no real advatanges on using either a fixed or fluid website, it's how you feel it should be designed and how you will want your visitors to view it. Regarding your problem, sounds like you will need to float the logo (if you use one) left including the background, it's height should equal the hheight of the header. Next cut a slice around 5px wide by the height of your header and repeat the background vertically. This can be done by adding the style repeat-x; on the small bg slice. that way it will expand the full width of the header when it expands. DK.