This website is for sale, plz contact me: sale@code24h.net

Archive

Archive for the ‘Web dev’ Category

12 Useful jQuery Plugins for Working with Tables

November 26th, 2009

The days of using tables for layout are hopefully gone. This doesn’t mean that tables don’t have a place in web design and development. When you have tabular data, tables are the way to go and are what you should be using. However, ordinary tables can be limiting to the user when you have complex data to display. Here are 12 very useful jQuery plugins that will add valuable functionality to your tables such as column sorting, fixed headers, pagination, and more

Read more…

  • Share/Bookmark

Web dev , , ,

13 Awesome Javascript CSS Menus

November 4th, 2009

Every web designer tries to be creative when it comes to designing the main navigation of the website. Now we present you with 13 awesome Javascript CSS menus that will be very handy and easy to modify to suit your needs. Lets take a look at recent examples of these …

Read more…

  • Share/Bookmark

Web dev , ,

40 New Useful Web Development Tools and Resources

November 4th, 2009

To become a professional web designer, you need effective tools that would help you implement beautiful designs with solid coding techniques. Handy ready-to-be-used solutions and smart design tools are always nice to have, but good ones are often quite hard to find. And this is where we come into play

Read more…

  • Share/Bookmark

Web dev , ,

35 Fresh and Useful jQuery Plugins

November 2nd, 2009

Quick and powerful, jQuery can help designers and developers create awesome interactive websites that are appealing and accessible to the widest range of browsers. For your audience, the visit to your site will be both exciting and entertaining. Navigation, galleries and slideshows, are hot points for a site to shine.

Here are 35 useful fresh jQuery plugins focusing on navigation, gallery and slideshows, calendars, tab browsing and further resources to reduce time and effort while increasing your audience.

Read more…

  • Share/Bookmark

Computers, Web dev , ,

70 New, Useful AJAX And JavaScript Techniques

October 30th, 2009

As the Web grows and becomes more dynamic, more and more websites have user-generated content and tools that greatly improve the user experience in terms of usability and accessibility.

Interactive solutions for lightboxes, form validation, navigation, upload, auto-complete, image cropping, slideshows, tool tips, sliders and tables are being developed that use nifty JavaScript and AJAX scripts.

Read more…

  • Share/Bookmark

Web dev , , ,

Ad Management Plug-Ins And Tutorials For Your Website

October 30th, 2009

Almost everyone out there who runs a website has toyed with the idea of selling ads on their website. So many options are available. Dozens of ad and affiliate networks exist, and you have different ad formats to consider. Should you sell text ads or banner ads? Should you allow Flash ads? What about ads with sound, pop-ups or floating ads? People have so many decisions to make that they often just end up slapping on some AdSense code and calling it a day. And that’s fine.

Read more…

  • Share/Bookmark

Web dev, Wordpress , , ,

Modern CSS Layouts: The Essential Characteristics

October 30th, 2009

Now is an exciting time to be creating CSS layouts. After years of what felt like the same old techniques for the same old browsers, we’re finally seeing browsers implement CSS 3, HTML 5 and other technologies that give us cool new tools and tricks for our designs.

But all of this change can be stressful, too. How do you keep up with all of the new techniques and make sure your Web pages look great on the increasing number of browsers and devices out there? In part 1 of this article, you’ll learn the five essential characteristics of successful modern CSS websites. In part 2 of this article, you’ll learn about the techniques and tools that you need to achieve these characteristics.

Read more…

  • Share/Bookmark

Web dev , , , ,

Data Grids with AJAX, DHTML and JavaScript

October 22nd, 2009

In order to be presented effectively, information needs structure. The more intuitive data structure is designed, the better users can understand the content. Consequently, the data can be scanned and extracted in a more meaningful and systematic way.

Table is a perfect example of a well-structured data presentation, which is easy to analyze and easy to handle. Used for its original purpose – to present data, not to style it -, it can convey ideas effectively. And this is what most of us are actually trying to achieve in the Web.

Read more…

  • Share/Bookmark

Web dev , , ,

How to use AdSense in a Facebook app

October 22nd, 2009

One of YieldBuild’s engineers, Tim Connor, has written this short guide on how to install AdSense in your Facebook app.

Read more…

  • Share/Bookmark

Web dev ,

The Mystery Of The CSS Float Property

October 21st, 2009

Years ago, when developers first started to make the transition to HTML layouts without tables, one CSS property that suddenly took on a very important role was the float property. The reason that the float property became so common was that, by default, block-level elements will not line up beside one another in a column-based format. Since columns are necessary in virtually every CSS layout, this property started to get used — and even overused — prolifically.

Read more…

  • Share/Bookmark

Web dev , ,