Skip to main content

Home/ Web Development, Design & Programming/ Group items tagged implementation

Rss Feed Group items tagged

awqi zar

Getting to work with new web technologies - 4 views

  •  
    I'm going to do three things this evening. Firstly, I will introduce to some new front-end technologies, like HTML5 and CSS3. Secondly, I will show you a few different ways you can use these new technologies in your projects today. And thirdly, I'm going to show you a few little demos of these things, and walk you through their implementations. Where I've found problems, I'll let you know.
bryan yu

Using Lightbox Plus 1.6 to implements ColorBox for WordPress - 0 views

  •  
    Recently, Due to some convenience reason, so I proceed with revising Blog on the picture, but whether to adjust the picture size or location that it always do not really meet users requirement, especially when I saw an article and want to see the detail graphic in article, during this time a large image will be shows immediately in this page...
David McCart

10 Easy To Implement Flash Based Mp3 Players For Your Website - 0 views

  •  
    Ultimate Resources For Web Developers and Designers
  •  
    Web Design Booth puts out articles like this all the time. Gets lots of traffic. Its a WordPress blog put out by Dickey, a young Malaysian .net programmer. Professionals might think 'aye, right, very nice' but for anyone else with a website its worth a look.
Wayne John

50 Important Web Development Guidelines - 0 views

  •  
    These 50 web development guidelines are important to keep in mind while planning, designing, developing, implementing, and maintaining any web site or blog.
Jochen Burkhard

20+ Tools for Quick and Clean Code Development | Web Design Ledger - 0 views

  •  
    Developing websites is much more than just a pretty face, and depending on what typed of features you'd like to implement on the site, there's a lot of coding that goes into it. Many times designers turn to a WYSIWYG tool, however tools of that sort are more limited to advanced code. Being able to code a site using a variety of tools lets you simplify the coding process while you take a big bite out of saving time.
Raja uk

Moousture | A mouse gesture library | Ajaxmint.com - 0 views

  •  
    A mouse gesture library written soley in javascript with power and flexiblity to mould itself for you. Implemented on Mootools following the Object Oriented standards. Library is aimed to set out a future framework for mouse guesters for any browser including modern mobile devices.
Manish Rawat

60+ Creative & Inspirational Newsletter Designs - 0 views

  •  
    As web designers, we know how to build a modern, semantic and accessibility-oriented website, with proper XHTML and CSS. We understand all the necessary ingredients in making a good website and their implementation. How about creating an equally good newsletter that matches its company's standa
Raja uk

GalleryView: A jQuery Content Gallery Plugin | Ajaxmint.com - 0 views

  •  
    GalleryView aims to provide jQuery users with a flexible, attractive content gallery that is both easy to implement and a snap to customize.
Kashif Mehmood Mughal

Showcase of 50 Exceptional Orange Website Designs | Smashing Buzz - 6 views

  •  
    We are showcasing some of great website designs using Orange color themes, in listing we showing most of web 2.0 design techniques, all designs belong to creative peoples portfolio which we more publicize to others for better design inspirations. If you are designer or company took professional and creative ideas and implement for your brand make more famous in design world because design always call peoples for more attraction of your brands.
Raja uk

Mega Drop Down Menus with CSS & jQuery | Ajaxmint.com - 0 views

  •  
    Mega drop down menus tested to be more efficient for large scale websites. I decided to experiment with different ways of implementing this technique and would like to share how I achieved this method.
Raja uk

PassShark - iPhone style password masking MooTools | Ajaxmint.com - 0 views

  •  
    PassShark is a free and easy-to-implement password masking class developed using MooTools. Inspired and based on the excellent iPhone and iPod touch password dialog.
IWEBBS design

Toronto web design Services - 0 views

  •  
    IWEBBS A Toronto Web Design Company works to create a vibrant and professional website for our clients. will design a platform for your organization that will allow you to use and implement advanced internet features such as ecommerce and enterprise server applications to create the website that your company needs.
Soul Book

CSS techniques I use all the time - 0 views

  • EM calculations Sizing text is always an important part of making a usable design. I start all my CSS files with the following rules: html { font-size:100.01%; } body { font-size:1em; } The explanation for this comes from "CSS: Getting Into Good Coding Habits:" This odd 100.01% value for the font size compensates for several browser bugs. First, setting a default body font size in percent (instead of em) eliminates an IE/Win problem with growing or shrinking fonts out of proportion if they are later set in ems in other elements. Additionally, some versions of Opera will draw a default font-size of 100% too small compared to other browsers. Safari, on the other hand, has a problem with a font-size of 101%. The current "best" suggestion is to use the 100.01% value for this property.
  • I used the following calculation: 14px/16px = .875, 18px/16px = 1.125. So my default text at 1 em would translate to 16px for most users, and my small text I sized at .875em which I can trust to result in 14px for most users, while my large text I sized at 1.125em which I can trust to result in 18px
  • Safe Fluid-width Columns I work with hybrid fluid layouts all the time, usually with max-width set at anywhere from 900 to 1000px. I usually have floated columns with percentage widths, and browsers will calculate these percentage widths to whole pixel values when rendering the columns.
  • ...3 more annotations...
  • A typical problem is the following: when a user has the viewport at a size that makes the outer container 999 pixels wide, if the first column is 60% and the second is 40%, IE 6 will always calculate the two columns as 600 and 400 pixels and as a result, the two will not fit (600+400 = 1 more than 999) and it will drop the second column. This is obviously not intended behavior, and in a world where we still have to use floats for columns (I can't wait for display:table support across all browsers), it's important to work around this problem. I used to give my last column 1 less percent (in this example, it would have 39% instead of 40%, but this would usually result in columns that don't quite fill up the container. Of late I have been giving the last column .4 less percent (in this example, 39.6%), which seems to work perfectly. Browsers will calculate this width and round up, but it will still fit even with an odd container width like 999px and I won't have to worry about dropped columns.
  • Filtering for Old Browsers To be honest, I barely support IE 6 nowadays. If there is something special about my layout that doesn't work in IE 6, I will simply filter it out of the CSS that IE 6 understands
  • Because old browsers like IE 6 don't support the "first child" selector (right caret >), I can do the following to make sure that IE 6 only gets the basic setting and all the new-fangled browsers get the right result: div#container { width:900px; } html>body div#container { width:auto; max-width:900px; } /* This overrides the previous declaration in new browsers only, IE 6 simply ignores it. */
  •  
    Excellent simple collection of CSS tips that are easy to remember and implement. It's an old article, but i think everything is still relevant
Kashif Mehmood Mughal

Websites Showcase Where Typography Influence | Dzinepress - 9 views

  •  
    Most of creative peoples love to see typography effects and now days this is implementing on websites too for give more professional and modern look, as you seen in our today roundup about "Websites Showcase Where Typography Influence" typography giving prominent position in overall design and simply ignoring all background and images. Typography helping for web design, album art, advertisements, posters and all kind of graphic designs because typography giving amazing inspirations who can be great resource for web and graphic designers, we listing all latest designs for make more graphical attitude for your future designs.
awqi zar

A jQuery UI Growl/Ubuntu-like Notification Widget | Eric Hynds - Website Developer - 7 views

  •  
    There are about a dozen other plugins out there that do this already, except most seem to come with an enormous footprint: 10-12k of code, X-number of images, and roughly 1000 options to support every plausible use case. For other minimalists like myself out there, here's one built off the jQuery UI widget factory in approx. 100 lines of code and 100% CSS. In typical widget fashion, this implementation supports the most basic (and arguably most common) uses, but is flexible enough for more advanced cases.
Jochen Burkhard

Modern CSS Layouts: The Essential Characteristics - Smashing Magazine - 0 views

  •  
    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.
Inspirationfeed

40 Elegantly Designed Agency Websites - 0 views

  •  
    Studio Agency's usually express their designing skills with their own design. This task is challenging because it needs to attract new customers, and express their skill while they're at it. We have looked around and found some wonderful websites, that implement this perfectly. Without further a du
Jochen Burkhard

CSS Three - Connecting The Dots - Smashing Magazine - 0 views

  •  
    As a web community, we've made a lot of exciting progress in regards to CSS3. We've put properties like text-shadow & border-radius to good use while stepping into @font-face (not a CSS3-property) and visual effects like transitions and animations. We've also spent a great deal of time debating how and when to implement these properties. Just because a property isn't widely supported by browsers or fully documented at the moment, it doesn't mean that we shouldn't be working with it. In fact, I'd argue the opposite.
Jochen Burkhard

Web Developer Basics: Link Relations In HTML5 - www.htmlgoodies.com - 0 views

  •  
    In the first installment of this series, we introduced HTML5 and saw how much of its most basic syntax is far more simple and direct than the way most developers are used to coding. In this article, we'll look at some other basic tags and see some of the power of the language. A great deal of this power is due to the fact that browsers are becoming so powerful themselves that they can almost be looked at as "display engines". So HTML5 lets you design and code at a higher level conceptually, leaving some of the implementation details to the browser.
Luciano Ferrer

jQuery topLink Plugin - 1 views

  •  
    "jQuery topLink Plugin Last week I released a snippet of code for MooTools that allowed you to fade in and out a "to the top" link on any page. Here's how to implement that functionality using jQuery."
« First ‹ Previous 61 - 80 of 237 Next › Last »
Showing 20 items per page