springlab
-
Adobe Dreamweaver. Love it or Hate it ?!?!?
I use http://wbond.net/sublime_packages/sftp for ST2 and works great. However...still love Phpstorm and use it more.
-
Web Design without Adobe Suite?
@dalecooper and @TheDark12 Not sure what you don't understand. As of CS5 you can use student versions for commercial use.
-
Web Design without Adobe Suite?
again ???? what are you taking about????
-
Web Design without Adobe Suite?
"student editions are not suitable" ????? they are the same program or at least 99% of it is. Not sure what you are talking about.
-
font question...
This my be something you may want to look into http://www.extensis.com/en/webfontplugin/
-
My client... copyright infringement??... any advice?
Sounds a little like you have a lack of communication with your client. Why have you not sat down with him and talked to him about your concerns and then work on a compromise for the design. Sometimes people are stuck on a design until they see a be…
-
Web Design without Adobe Suite?
renting software is just plain stupid. No cost saving...and do you really think I client that knows what he is getting into will pay for designers software rental. Ummm no.
-
Web Design without Adobe Suite?
Adobe is the standard for web design, but by all means not the only one. Fireworks is part of Adobe and alot of people use it over photoshop just because Fireworks is designed based around web design as photoshop is sort of morphed into using it for…
-
Getting date to line up
welcome. I only took a quick look at it, but not sure why you have that absolute positioned. However if it works let it ride for now.
-
Getting date to line up
in your css find #sectionContent5973927 { position: absolute; top: 14px; left: 0px; margin-left: 160px; padding: 0px; overflow: visible; } and then delete left: 0px; margin-left: 160px;
-
Generate/Post Page - PHP?
wow...not sure if I am tired or dumb at this point, but what are you saying?
-
How to setup mamp to use 'Sites' directory on OS X...Simply
click this link.....scroll down the page and watch. http://www.lynda.com/MySQL-5-tutorials/installing-apache-mysql-and-php/77958-2.html?srchtrk=index:1 linktypeid:2 q:mamp page:1 s:relevance sa:true producttypeid:2
-
Website Critique.
I am with @ChristopherBurton about @cssssc10 comment. What the !#@$ are you talking about?
-
Responsive design - Still a heavy footprint. Help?
The main content text is way to stretched out to read on larger monitors. Just because it is responsive and adapts to larger displays does not mean you need to use every inch of the display width wise. Give your sight some margins and limit the max …
-
Which font sizing is best? EM vs PX vs %
@MrPixel px based layout is on the uprise with out question. It adapts well in any layout design...including responsive design and mobile devices. Even mobile devises use zoom so px works perfect for this. Ems was the thing to use back when browsers…
-
Which font sizing is best? EM vs PX vs %
@joshuanhibbert responsive design and text are two different animals. Text is the least of the problem when it comes to responsive design. Px vs % in margins and paddings is the real debate. Text in responsive design is easily changed with media que…
-
Which font sizing is best? EM vs PX vs %
@joshuanhibbert that article is now 5 years old. Some points may be relevant, but it is out dated in many ways. Px based design is now growing in many ways because browsers now use zoom to enlarge the page vs text resizing.
-
responsive admin pane wordpress
wp admin is responsive. What version are you running?
-
Style the options in a select drop down
yes...just give the option a class or id and style. example: option.h1{ font-size:21px; font-weight:bold; } h1
-
how can i do a traingle corner at the box ... ??
google? http://nicolasgallagher.com/pure-css-speech-bubbles/
-
CSS/HTML Problems
the twitter and facebook links are direct links to there respective sites and not the profile. Kinda useless unless it is work in progress.
-
php problems
your issues out weigh the info you supplied
-
Media Queries and new resolutions
@SgtLegend...it is very possible. Sony has made a laptop for years called the Z that offers res at (1920 x 1080) on a 13" display. So (2048 x 1536) is possible. sroll down and look at specs: http://store.sony.com/webapp/wcs/stores/servlet/SYC…
-
Wordpress Widgets not Staying in Sidebar
without seeing code it is more then likely a syntax error. Walk away from the computer and come back to it with fresh eyes.
-
Has any one seen the pizza hut nav menu?
looks a little 90's web.
-
Is Dreamweaver redundant?
If you have tried Phpstorm or Sublime Text 2 this would be a non thread. Phpstorm is simply an amazing work of art and Sublime is a close second. Both can be run on pc or mac. I am a mac user and have used Coda and yes Textmate...they are good but a…
-
Adding an email storage form for website landing page
sign up at http://mailchimp.com/ will be the best thing you will ever do. They have how to's on inserting code for signups and plugins for wordpress.
-
DIVs with scroll bars? Popular? Yes/No? Why?
one word...no. There is a reason you don't see it on sites. To put it simply...users hate scrolling and if that meant having to view the full image (or should I say that rest of the image while hiding the other part that was in view) then users…