Skip to main content

Home/ Web Development, Design & Programming/ Group items matching "technique" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
abdullah khan

Web Design Resources and Tools I Use - 1 views

  •  
    A fairly exhaustive list of free tools and resources for web designers and developers focusing on Javascript, PHP, Flash, MySQL, CSS, graphics and general design techniques.
Kashif Mehmood Mughal

40 Ultimate Useful JavaScript Tutorials for Web Professionals | Dzinepress - 6 views

  •  
    As per latest trend of website designing and development we using JavaScript language which giving user friendly output, we always follow various web techniques and scripts for best user experience. JavaScript lovers using major libraries as follow: jQuery, Prototype, mootools etc.. JavaScript is one of the most often used languages on the web and it seems to be gaining in popularity day by day.
Raja uk

Create fading header using jQuery | Ajaxmint.com - 0 views

  •  
    A simple example using jQuery and CSS that shows you how to create the fading header technique.
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.
Jochen Burkhard

20 CSS3 Tutorials and Techiques for Creating Buttons - Speckyboy Design Magazine - 0 views

  •  
    ♻ Retweet In May last year we published an article entitled 22 CSS Button Styling Tutorials and Techniques, it proved to be pretty popular, and the most amazing thing about that post is that none of the tutorials even touch on the subject of CSS3.. What a difference a year makes! Of course CSS3 never rolled out last year, it has been around for a long time without ever entering mainstream web design. That was until last year when support arrived from the web browsers Safari, followed by Firefox and then Chrome. And CSS3 has been gaining momentum ever since.
Jochen Burkhard

15 CSS3 Navigation and Menu Tutorials and Techniques - Speckyboy Design Magazine - 0 views

  •  
    CSS3 is slowly but surely creeping into mainstream web design, more and more designers are using it, albeit in small doses, but it is certainly gathering momentum. It really is an exciting time for web design.
Jochen Burkhard

The Future Of CSS Typography - Smashing Magazine - 0 views

  •  
    There has been an increasing and sincere interest in typography on the web over the last few years. Most websites rely on text to convey their messages, so it's not a surprise that text is treated with utmost care. In this article, we'll look at some useful techniques and clever effects that use the power of style sheets and some features of the upcoming CSS Text Level 3 specification, which should give Web designers finer control over text.
balram singh

webdesign service - 0 views

  •  
    Nettcon is Best in SEO, Website Designing ,Software Development and IT Infrastructure solution provider. We are providing the Best Website Development Techniques, Software Development , and search engine optimization.We help organizations manage their infrastructure better in addition to enabling their growth.We have designed, built and managed large and complex mission-critical IT infrastructure solutions also.We have served many Foreign Clients and All their 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

Best Resources for Submit your Tutorials and Get Traffic | Smashing Buzz - 4 views

  •  
    After done an really creative and professional tutorial we must want to spread our work for get some extra and quality traffic, because most of the design lovers will learn from tutorials, they always helping to know about techniques and tool usability. Today we are with most famous and helping resource who respect your work..
Kashif Mehmood Mughal

30 Best Flash Preloader Tutorials for Beginners and Professionals | Tutorial Lounge - 8 views

  •  
    Flash is commonly used to create animation, advertisements, and various web page Flash components, to integrate video into web pages, to make games and more recently, to develop rich Internet applications. Flash can manipulate vector and raster graphics, and supports bidirectional streaming of audio and video. It contains an Object-oriented language called ActionScript. We arrange some really helping and useful Flash Preloading Tutorials, after an fully day research we just create an best list for Flash designers and developers because Preloading is an useful techniques for most website which are fully designed in flash.
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.
awqi zar

Scraping for Journalism: A Guide for Collecting Data - ProPublica - 5 views

  •  
    Most of the techniques are within the ability of the moderately experienced programmer. The most difficult-to-scrape site was actually a previous Adobe Flash incarnation of Eli Lilly's disclosure site. Lilly has since released their data in PDF format.
jdr santos

Elastic CSS Framework - 11 views

  •  
    A simple css framework to layout web-based interfaces, based on the printed layout techniques of 4 columns but with capabilities to unlimited column combinations. and capacity to make elastic, fixed and liquid layout easily.
rajue s

E-Link Box The Blog Press - 0 views

  •  
    Welcome to E-Link Box - The Blog Press!!! E-Link Box is a growing up community in particular to help out Bloggers, Content Writers, Authors, Online marketers, Affiliates and web masters. E-Link Box brings writers, authors, readers, affiliate marketers, webmasters, reviewers and ezine publishers together with social networking capabilities. E-Link Box provides a platform to communicate within the members to share and get assisted by each other. Registered members can create, edit, publish and submit their blog, contents, reviews and articles on topics that suite all types of audience in internet. E-Link Box is the place to blog your ideas, techniques, thoughts, knowledge, tips and stuff. It is free and easy. You have to register an account and submit your content. Members can create and mange their own groups, invite friends, start a post or discuss a topic in inbuilt forum and lot more tool. Any one who loves to write, submit articles, post content, to create high quality backlinks etc can register free with E-Link Box. Increase your exposure to search engines and boost your traffic by submitting your articles post and content as a registered member. Free updated latest web content rss feeds for all webmasters, ezines and newsletter publishers.
Luciano Ferrer

Make Your Links (Hyperlinks) Even More Sexier - 1 views

  •  
    "In this post i'll tell you a technique using which you can make your links even more sexier."
Kashif Mehmood Mughal

40+ Striking Adobe Fireworks Tutorials - 4 views

  •  
    Now Adobe Fireworks is getting famous then before, because this growing prototyping tool for designers, many web designers find different techniques, experiments and learn how to work with various characteristics of Adobe Fireworks to interest up tedious pictures and make them into works of arts, in these of all listed tutorials many ways to get more inspirational stuff for design industry, If you're interested in improving your skills with Fireworks, here are some of the best tutorials available.
Kashif Mehmood Mughal

10 Free Excellent Website Designs with PSD Source | Dzinepress - 4 views

  •  
    This is our "Dzinepress Creative Media & Entrepreneurship" team effort in listed website designs where many techniques applied follow latest trend web 2.0 web layouts, we offering most wanted categories of designs: design house, blog design, WP Theme design, construction & development websites, makeovers zone, travelers and accessories based company designs, these of all listed design 100% free for you as Photoshop PSD source which can use as personal and commercial.
« First ‹ Previous 81 - 100 of 420 Next › Last »
Showing 20 items per page