Eric
-
Contact Form not working on windows server
Does the form have any validation? From its demo its seems no.
-
Help with CSS Menu States
Here are three simple ways to do it. They all work in IE.http://www.websitecodetutorials.com/code/css/highlight-current-page.php
-
POSITION:FIXED.
Just float the one wanted on the right - right. Position fix the other to the left
-
Apache VirtualHost
This is how in Wamp http://www.websitecodetutorials.com/code/all-things-www-&-msc-help/wamp-server-how-to-create-virtual-host.php
-
Full screen Image backgrounds + Twitter feed problems {HELP}
Here is a old demo I did. Closest I have to that. So with it you have the basics to the css. You just need to add a small js next and previous button. http://www.websitecodetutorials.com/code/photo-galleries/css-body-scroller.php
-
Looking for advice to display options with long text to the users
Here are all possible ways to break long strings of text http://www.websitecodetutorials.com/code/css/wrap-text-long-strings-of-text.php
-
How http://www.starbucks.ca/ mega menu works
Open up firebug bud. Inspect the icon. Make the window smaller. And then in sure you will see a class inserted or removed in the tag. Anything happening dynamically like that is JS
-
static website music
Here is my write up on it. I did it via flash. http://www.websitecodetutorials.com/code/flash-&-music/embedding-music.php
-
How to make Chris's contact form ajax?
cool - cool. I stand corrected. :)
-
How to make Chris's contact form ajax?
@CrocoDillon nice. But you cant use php validation with that right?
-
How to make Chris's contact form ajax?
Pretty sure there is more to it than that. Here is how I put it all together. It was not easy. http://www.websitecodetutorials.com/code/jquery-plugins/jquery-ajaxsubmit.php
-
Possible speech box w/ borders, curves & opacity?
Of course. Just feed all the colors via rgba
-
Pricing dilemma - how to start making prices
@TheDoc it does when you are entering the content and formatting all of those pages.
-
Pricing dilemma - how to start making prices
Here are mine to give you a starting point. http://www.websitecodetutorials.com/worksheets/web-design-prices.php
-
How To Create These Coding Platforms Like Codepen
There are a few copy and paste script ready made for this. You just have to google correctly. Apparently I did not bookmark them. They weren't that hard to find tough. Have at it.
-
CSS3 Fade In Out Hover Effect
Or you just fade it in out using opacity. Still waiting for all those lesser used css3 rules to become second nature for me. Tired of googling them each time to confirm.
-
Batch compression or optimization or reduce white spaces of.css .js and .html code
Searching for online php compression and/or online html compression brings up relavent results. However you do not need to do this. It will bring you no visible speed results. If you wish to compress the correct way do it view htaccess. That will s…
-
White space when shrinked (also on mobile)
If you give your container a width of 100% then that's all you get. That may be the source of your problem. Remove the 100%. There is no reason for it anyway.
-
CSS help needed on a super accessible button w/ tooltip
From what I understand you want a tooltip to remove from flow and auto expand per any amount of words? Here is mine. As is its fixed width. http://www.websitecodetutorials.com/code/css/css3-animated-tooltip-cross-browser.php And here is the auto e…
-
Social widgets on websites that don't harm performance?
addtoany is the fasted one there is. Just add a img to the anchor to use custom images.
-
Combining fixed position and margin %
In short you have something flowing over the ul. Either find out what it is or give the ul a higher z-index.
-
How to get HTML5 drag and drop work on touch devices
This works http://touchpunch.furf.com/
-
HOW TO? - Category list move down page as scroll page??
Ironically do exactly as you described. Use fixed position.
-
Media queries to target IOS devices only.
@media (min-device-width:320px) and (max-device-width:768px) { #nav { yada:yada; } }
-
TypeKit vs Google Web Fonts
I'm actually going to use font squirl. And use its webfont kit. That seems like the easiest way to host it on my own servers. I prefer to host my own junk. I don't buy into the google hosting fanominon.
-
Is :root a completely safe hack for IE8 and modern browsers?
Ya ie9 reads :root. IE8 will never read :root so it seems full proof. Just posting here to see if you guys could see something I missed.
-
Is :root a completely safe hack for IE8 and modern browsers?
Opps. Wrong credentials. That wasn't really my question. I could of put any rule in there. But if you must know. The margin is dif because I fed :nth-of-type(3) to the column. IE needed dif solution.