Quantcast
Channel: ScratchYourself.com » HTML and CSS
Browsing latest articles
Browse All 10 View Live

The Rule

Simplify. The post The Rule appeared first on ScratchYourself.com.

View Article



Glossary: Deprecated (aka. Decapitated)

“Deprecated” is a term used in programming to describe when a function or other feature should no longer be used. Because of the fact that the term “deprecated” is fairly industry-specific to...

View Article

PHP Frameworks: What not to use

Types of PHP Frameworks Frameworks existing for many purposes and are written in many languages. PHP frameworks come in many shapes and sizes, so it’s important to match your requirements and your...

View Article

Google Sitelinks: Customize the subpages which appear in the Google search...

For websites that come up in a Google search, you might notice that sometimes Google displays links directly to a few subpages of the site. This is usually about 2-6 subpages. It’s kind of a mystery as...

View Article

SEO Tip: Rich Snippets (Microdata and Microformats)

Google has been pushing a new way of organization information on the web. In an attempt to parse out more detailed information from the wide variety of stuff on the internet, they have been encouraging...

View Article


jQuery: show hidden layer not working using show() or fadeIn() functions

Q: Using jQuery, I cannot get a hidden layer to show or hide using the $(“#layerID”).show() or #(“#layerID”).fadeIn() functions. A: Although there could be several reasons for this, one common problem...

View Article

jQuery: XML Errors in Firefox when using load() and other functions

If you are using jQuery, and you’ve noticed some errors appearing in Firefox, it might be a very simple fix. The errors resemble the following: “not well-formed” (maybe referring to a specific piece of...

View Article

jQuery .load() complete callback function doesn’t work properly

jQuery’s .load() method supports an optional callback function called when the request is complete. However, you might find that the complete callback function doesn’t work properly. The jQuery .load()...

View Article


jQuery: Tips for Beginners

jQuery is an incredible Javascript framework, but it can also be a bear to learn, and a bear to write even for an experienced user. Writing Javascript and AJAX code from scratch can be extremely time...

View Article


jQuery: AJAX File Uploads made easy

jQuery is an incredible Javascript library. It allows programmers, as well as other web developers with less programming experience, to develop high-end Javascript and AJAX features on their websites....

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images