Browsing All Posts filed under »Technologies«

How To Build An Ajax Contact Form With jQuery | thatryan

March 3, 2010

0

Ajax is cool. I mean, as long as you use it when practical and necessary, the benefits both visual and experience wise are very evident. The days of submitting a form and being sent to a new page just to have to navigate back to where you were are passed, and sending information without page [...]

CSS3 loading spinners without images • CSS & (X)HTML • Kilian Valkhof

March 3, 2010

0

While playing around with css-transform to make various shapes, I saw a way to create animated image-less loading spinners such as used in a lot of webapps and of course on the iPhone. CSS transforms CSS transform (in Firefox 3.5+ and Webkit-based browsers) has a whole bunch of interesting functions, such as rotation, translation, scaling and skewing. [...]

Future of CSS: The Flexible Box Model

March 3, 2010

0

The Flexible Box Model is part of the CSS3 Specification that doesn’t really get a lot of attention. While everyone’s off checking out how to use selectors, the flexible box model is crying in the corner asking why no one pays him any attention, and rightfully so! The flexible box model has the potential to [...]

Increment Inputs with the Mousewheel | CSS-Tricks

March 3, 2010

0

In the past we’ve covered adding +/- buttons to number-based inputs to help user interface (it’s easier than typing in some circumstances). Reader Hitesh N Chavda emailed me with the idea of doing it with the scroll of the mouse wheel instead. With the mouse cursor inside the input box, you can use the mouse scroll [...]

Flexible Color Schemes in Layouts with RGBa | Build Internet!

March 1, 2010

0

By the end of this tutorial, you’ll have the means to build a page layout (like the demo) that can be updated by simply changing the background. Using varying levels of transparent white and black backgrounds, we can achieve a monochromatic layout based off the background’s color value. To put it another way, all color [...]

Useful and Practical jQuery Image ToolTips Tutorial

February 25, 2010

0

Greeting, I haven’t posted jQuery tutorial for quite a while now because I have been busy sketching and working on the redesign of Queness and other projects. Yep, something exciting is coming soon :Anyway, in this tutorial, we will learn how to create a thumbnail image tooltip with jQuery. It displays a tooltip image when [...]

A JavaScript Content Switcher That Works Without JavaScript | Impressive Webs Toronto

February 24, 2010

0

Recently, while doing research/work on a completely unrelated topic, I came across the beautiful illustrations on Rype Arts, which are displayed inside of a JavaScript-driven content switcher. For some reason, I happened to visit the page with JavaScript disabled and noticed that the content switcher was still working (albeit, with a few flaws). At first I [...]

Grungy Random Rotation Menu with jQuery and CSS3 | Codrops

February 24, 2010

0

In this tutorial we are going to create a great menu with some content area that slides out. We use the grunge style because we want it to look a bit messy: the menu items are going to have a random rotation using the CSS3 property “transform”. So, when we load the page each menu [...]

How to Use jQuery to Make Slick Page Transitions | Onextrapixel – Showcasing Web Treats Without Hitch

February 23, 2010

0

Adding the final touches to a site can be the difference between a polished and beautiful site that looks “refined,” and a mediocre site that leaves no impression on visitors. jQuery, the versatile JavaScript library, can be leveraged to create all these fine tuned elements. Today we’re going to look at how to use it [...]

20 Must Know Recent CSS and CSS3 Resources and Tools

February 23, 2010

0

CSS is always the easiest method to improve websites design and functionality. Moreover, The next version of CSS (CSS3) will revolutionize the way websites works. Except Internet Explorer most of the modern browsers supports CSS3 features. Here we present to you 20 recent CSS & CSS3 tools and resources you need to be aware of [...]