Browsing All Posts filed under »Technologies«

CSS3 Examples and Best Practices

February 10, 2010

0

The CSS3 trend is getting more and more popular. In fact CSS3 new features open a lot of new possibilities. Check out my previous post on “CSS3 Animation Demos” to see the things that you can do with it. However, don’t get too excited so soon because it is not fully supported by all browsers [...]

Developing Sites With AJAX: Design Challenges and Common Issues – Smashing Magazine

February 10, 2010

0

Almost every movie has a scene in which a character pull the protagonist aside and says, “There’s something you should know about [insert another character's name here].” Most of the time, we find out some dark secret about a supposed friend of the protagonist or that the main ally is actually an evil overlord. This [...]

Making a Sleek Feed Widget With YQL, jQuery & CSS3 – Tutorialzine

February 10, 2010

0

You will be surprised at how much data is made available on the web through RSS or ATOM feeds – twitter searches, your latest diggs, Google Search alerts, your own blog categories and so much more. You just have to look for that orange icon and you’ll surely find a lot more precious data, just [...]

Ajaxian » Plupload: A rich upload experience on pluggable backends

February 10, 2010

0

The Moxiecode folks (TinyMCE fame) have released a generic component Plupload that allows you to create a rich upload experience on the back of a variety of transports. Whether it be HTML5, Gears, Silverlight, Flash, BrowserPlus or normal forms, you can get an upload experience with drag and drop, progress, client side image resizing and [...]

13 Useful JavaScript Solutions for Charts and Graphs | Resources

February 9, 2010

0

Graphs and charts are used to simplify complex data and make it easy to read and understand. So it really wouldn’t make sense if it was difficult to integrate a graph into a website. Thanks to Javascript and a bunch of talented developers, we have at our disposal solutions for easily adding graphs and charts [...]

jQuery PhotoShoot Plugin Simulates Camera-like Effect | Web Resources | WebAppers

February 9, 2010

0

The jQuery PhotoShoot Plugin gives you the ability to convert any div on your web page into a photo shooting stage simulating a camera-like feel. Using this plug-in, we give visitors the ability to take shots of the background image. Each time you click the area, a new shot is added to the slide div with [...]

UsabilityPost – Pressed Button State With CSS

February 8, 2010

0

There is certain anchor state in CSS that I don’t see used very often — actually, it’s something I haven’t really used myself, but something which I now realize can be very useful. I’m talking about the “active” anchor state. The active anchor state is the state an anchor (a link) is in when you click [...]

Automatic Image Slider w/ CSS & jQuery

February 8, 2010

0

With the release of the iPad and its lack of support for flash, it has stirred up a lot of debates regarding the future of flash. With this in mind, I believe it is wise to build simple widgets like the image slider using HTML/CSS/Javascript, and leave more interactive applications for flash if needed. The [...]

30 AJAX Tutorials For Smart Web Developers | Graphic and Web Design Blog -Resources And Tutorials

February 8, 2010

0

Here is a complete package of AJAX Tutorials Web Developer, Ajax is a short form Synchronous JavaScript and XML is a set of methods that are used by many modern and popular web sites. Ajax providing web developers with verbosity options, the practice of searching to improve and expand the presentation of their Web sites [...]

Instant Wizard-Like Forms With Formwizard

February 8, 2010

0

Formwizard is a jQuery plugin which can instantly convert your standard forms into wizard-like interfaces. Once it is applied, users will be able to fill the form step-by-step (which is nice for big forms) & it becomes possible to show different steps according to the input values. via Instant Wizard-Like Forms With Formwizard.