Skip to main content

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

Rss Feed Group items tagged

Wicked Innovations

Search-Engine Friendly WebSite: Tips How to Achieve it - Part 1Web Design Blog - Wicked... - 0 views

  •  
    When building and designing a website, making it appealing to visitors should not just be the main concern, but it should also be visible to search engine spiders. A website can get a lot of benefits if it's search-engine friendly.
Raja uk

jQuery clueTip Plugin | Ajaxmint.com - 0 views

  •  
    jquery cluetip - A tooltip that supports static and ajax content
Raja uk

Autocompletion with Scriptaculous and Ajax. | Ajaxmint.com - 0 views

  •  
    This tutorial supercedes my previous turtorial on autocompletion by adding further tips and tricks to make your autocompletion a much better experience for your site users
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
Jochen Burkhard

How jQuery Beginners can Test and Improve their Code | Nettuts+ - 0 views

  •  
    jQuery's arrival has made the process writing JavaScript laughably easy. But, you'll notice that making small changes to your code improves the readability and/or performance significantly. Here are some tips to get you on your way to optimizing your code.
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.
Vernon Fowler

The top 10 CSS3 techniques | Feature | .net magazine - 3 views

  •  
    Denise Jacobs reveals her top tips on how to use the most exciting CSS3 properties - and provide fallbacks for older browsers
Redesign Unit

Tips for Designing Fast Loading Websites - 2 views

  •  
    Websites have been in great demand for any company to survive in the market and attract new and potential customers towards the products and services of a company. Many website designing professionals or individuals are providing the facility of designing a fast loading website in UK. A
seow3cservice

SEO Tips to Select Domain Name - 0 views

  •  
    Good domain name will help you a lot in many ways. It may even get you free visitors! Here are few things that a domain name must have
Alina Albert

SEO And Web Development - 1 views

  •  
    These days, web users have become more tech savvy therefore to make them attracted towards your website, applying all the latest advancements and techniques has become more important than ever. Keep visiting the blogs, keep checking out various SEO and Web Development forums and keep on trying to make your website more user-friendly and search engine friendly by applying all the tools, tips and tricks that are important from SEO's point of view.
Alina Albert

Latest techniques and Tips For SEO Web Development - 0 views

  •  
    Using an organized hierarchy of text links on your website, high-quality and informative web content and smart assortment of graphical images on your website are some of the factors that are appreciated by top search engines especially Google. By applying these tricks, you can get your website placed on a better position in search engine rankings and can pull some good traffic towards it too. From SEO point of view, content is still the king. If your website is rich in quality content and is developed according to the modern standards of web development and design then there is no doubt that you won't achieve your desired results in less time.
Alina Albert

SEO and Web Development Tips - 1 views

  •  
    If your website is rich in quality content and is developed according to the modern standards of web development and design then there is no doubt that you won't achieve your desired results in less time.
pr yphmysql

Making Your PHP MySQL Based Site More Secured - 0 views

  •  
    Are you facing some problems with your Php MySQL powered website. here are some vital tips for you. Making your website secured from unwanted visitors is very essential. Php MySQL websites have great security.
Sassie Porche

10 Tips for Securing and Hardening WordPress - 0 views

  •  
    Say NO to hackers. Here are some tips that will help you secure and harden your WordPress site.
« First ‹ Previous 181 - 200 of 550 Next › Last »
Showing 20 items per page