Creating a Scrolling Back to Top Button with jQuery
If you take a look way, way, way down at the bottom of this page, you will see a Back to Top button that scrolls the whole page until...
6 comments
If you take a look way, way, way down at the bottom of this page, you will see a Back to Top button that scrolls the whole page until...
6 comments
I have been having a lot of fun messing around with CSS3 and received a lot of emails since I posted my tutorial for Creating Shadows with CSS3. I...
15 comments
I’ve been going nuts over the past month trying to complete a project for a large retail store and it seems like every new request they make requires me...
5 comments
There are times when you need to strip one specific HTML tag from a string and the PHP function strip_tags() doesn’t work the way you want it to. strip_tags()...
2 comments
I was putting together a bit of code to pull in a Twitter feed, similar to what you see in the footer of bavotasan.com. I got everything working properly...
8 comments
There is nothing more annoying than Internet Explorer. Every time you build a site you usually need to add a few CSS hacks just to make sure it works...
2 comments
If you are developing a WordPress plugin, one of the first things I would suggest is adding a “Settings” link directly on the plugins page. This makes it easier...
8 comments
While developing a site for a client, I needed to figure out a way to convert certain text elements into images. I had no clue how to do this...
9 comments
I know that the way most people treat multiple forms on one page is to have each form post to another PHP file where the form is validated, its...
30 comments
I just came across an issue where I needed to make sure that the text within a <pre> tag wrapped. The default for this tag it to just let...
5 comments