Archive for the ‘CSS’ Category

Useful CSS3 Tutorials From 2011

Tuesday, May 31st, 2011

Since the come out of CSS3 the life of developers become easy. In this post we have collected some useful and freash CSS3 tutorials for developers and designer to increase there skills.
CSS Globe | Web Standards Magazine

About Obsolete Features in HTML5

Tuesday, May 31st, 2011

HTML5 brings some changes in how browsers and validators treat older features. Here’s a discussion of some things you might want to know about these “obsolete” elements and attributes.
CSS Globe | Web Standards Magazine

10 handy jQuery mobile tips and snippets to get you started

Sunday, May 29th, 2011

As with any new technology, getting started is often the hardest part. With this frustration in mind, we have put together some of my handiest tips, tricks and code snippets related to the jQuery Mobile library.
CSS Globe | Web Standards Magazine

Best HTML5 and CSS3 Tutorials – May 2010

Saturday, May 28th, 2011

Today we present a collection of best CSS3 and HTML5 tutorials for May 2011.
CSS Globe | Web Standards Magazine

History of Open Source Content Management Systems

Saturday, May 21st, 2011

From plain boring HTML pages now we have dynamic beautiful web pages, web apps that allows user to interact on daily basis. One of the important outcome of the Internet has to be CMS ( Content Management System).
CSS Globe | Web Standards Magazine

35 Useful jQuery Tutorials From 2011

Friday, May 20th, 2011

Web developer created some great jQuery tutorials and today we just want list some of the 2011 tutorials which really stand out from the tradition javascript effect tutorials.
CSS Globe | Web Standards Magazine

Reset Style Sheet Exposer Chrome extension

Thursday, May 19th, 2011

An extension for Chrome to display use of reset style sheets, including the ones from Yahoo, Eric Meyer, Tantek �elik, and Rich Clark.
CSS Globe | Web Standards Magazine

MooTools History Plugin: One-Page AJAX Websites

Saturday, May 14th, 2011

History provides a method to catch link clicks, load page content via AJAX, modify the document’s location object to keep “history” records, and re-evaluate content links to allow developers to create a fast, efficient one-page website.
CSS Globe | Web Standards Magazine

jQuery Content Overlay script

Friday, May 13th, 2011

This script overlaps any DIV on your page perfectly with an overlay box when the mouse rolls over the former, then hides the box onmouseout.
CSS Globe | Web Standards Magazine

Installing OAuth for Wampserver

Friday, May 13th, 2011

Ok I’m admittedly new to this Oauth business but I’m trying to build an app that uses it. I searched around and it looks like the easiest way to get Oauth installed on a windows machine is to get a precompiled dll from here. (ctrl-f and search for ‘oauth’, choose the right file for your machine.)

That’s the first step.  Then you want to stick that .dll file in your PHP extensions directory.  Then you need to modify your php.ini file.  Find the extensions area in your php.ini file and add this:

[PHP_OAUTH]
extension=php_oauth.dll

After you’ve done that then restart WAMP Server.  Now you should be able to select the oauth extension from your WAMP widget.

Nerd Blog