Skip to main content

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

Rss Feed Group items tagged

Raja uk

easyui framework | jQuery | Ajaxmint.com - 0 views

  •  
    * easyui is a collection of user-interface plugin based on jQuery. * using easyui you don't write many javascript code, instead you defines user-interface by writing some HTML markup. * easyui is very easy but powerful.
Sandy Jones

Martin Luther King Day - A Logo Design Tribute « Logo Designs - 0 views

  •  
    A collection of some of the finest typography logos by various search engines and local bodies honoring this great revolutionary civil rights freedom leader, Dr. Martin Luther King on his birthday.
Jochen Burkhard

MephoBox | Web Design and Web Inspiration - 0 views

  •  
    Cool Websites and Collections
Kashif Mehmood Mughal

25 Ultimate Useful Joomla Tutorials | Tutorial Lounge - 6 views

  •  
    We proudly presenting some useful tutorials about Joomla (Free Open Source CMS), we getting all of these from two famous resources "siteground" and "joomlashack tutorials", hope you will be in prectice all of these helping trainings. This Joomla tutorials collection is dedicated to showing you the basics of the Joomla 1.5 CMS. After reading it, you will be able to create a fully-functional website with Joomla in just a few minutes. Joomla 1.5 is one of the most popular content management systems (CMS). With it you can easily create and manage your website. If you have little or no programming skills, Joomla is the right tool for you! With Joomla you can quickly set up a professional-looking website, choose among many free Joomla templates, create articles, add contact forms, polls, counter, allow user registrations, install extensions for additional functionality, etc. And the best of all, Joomla is absolutely free (GNU / GPL license).
Leandro Ardissone

jQuery.popeye 2.0 | an inline lightbox alternative - 7 views

  •  
    jQuery.popeye is an advanced image gallery script built on the JavaScript library jQuery. Use it to save space when displaying a collection of images and offer your users a nice and elegant way to show a big version of your images without leaving the page flow.
Jochen Burkhard

40 Beautiful Free Fonts For Creating Attractive Typography Headlines | Creative Nerds - 0 views

  •  
    A sweet collection of carefully handpicked high quality free fonts, which are all suitable to be used for creating attractive typography headlines which will attract people's attention.
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
Inspirationfeed

55 Captivating Examples of Illustration Art - 0 views

  •  
    Some people say that, "A picture is worth a thousand words." This  is so true and we want to show you why. We have gathered some awesome art illustrations, that will totally inspire you. This collection contains many different art works, that are all beautiful. Please let us know what you think, b
Inspirationfeed

Beautiful Animal Logo Designs | inspirationfeed.com - 0 views

  •  
    Collection of some truly innovative animal logo designs.
Manish Rawat

WordPress Themes 2010 - 0 views

  •  
    WordPress is considered to be the best blogging platform among all others. Reason being, it is very simple to use and its range of extremely useful plugins and extensions. Any resources about WordPress is of extreme use. In this post, we have collected latest WordPress themes. Bloggers are always i
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.
Jochen Burkhard

JavaScript Garden - 0 views

  •  
    JavaScript Garden is a growing collection of documentation about the most quirky parts of the JavaScript programming language. It gives advice to avoid common mistakes, subtle bugs, as well as performance issues and bad practices that non-expert JavaScript programmers may encounter on their endeavours into the depths of the language.
anonymous

59 Web Design Resources Tweeted at @htmlcut - 8 views

  •  
    Collection of web design and development articles, blog posts and resources recently tweeted at @htmlcut. The section "Opinions" is really controversial this time.
awqi zar

7 Boilerplates, Templates & Resets for a Fresh Start - 5 views

  •  
    In this post, we'll take a look at a small collection of boilerplates, templates and resets that you can incorporate into your workflow. They simplify the process of setting up a new project by providing a clean slate and often useful utilities.
anonymous

Simple SEO for Web Designers - 1 views

  •  
    "Below we have collected some typical SEO bottlenecks of the websites developed by web designers for themselves, as well as explanations how to avoid them in the light of SEO trends 2011."
sarah ockonor

12 Cute Animals Wallpapers Backgrounds - 1 views

  •  
    Very high quality definition resolution cute animals wallpapers hd desktop backgrounds to give a nice look to your desktop, simply click on the wallpaper image you like and save it then use it, you can also look around our collection for similar wallpapers hd style.
qualitypoint Tech

How to prevent data loss in web form? - 1 views

  •  
    HTML forms are used in webpages for collecting data from users. The Form will be submitted on clicking "submit" button in the...
Jochen Burkhard

56 Stunning Free Fonts For Professional Designs | DesignBeep - 0 views

  •  
    Every designer wants to make something different and uses many methods and tools to achieve.You know that fonts are one of the most important part of web projects and we really do need them.As you see,this is my first font post and every week i want to collect amazing fonts and gonna share them with you by selecting from hundreds of fonts.
awqi zar

40 Excellent (Yet Free) CSS Tools And Generators For Developers | Free and Useful Onlin... - 1 views

  •  
    For a developer, finding useful CSS tools is like finding a magic lamp that can make his toughest task a fun activity. CSS tools help developers in numbers of ways and let them create stylish, functional and optimized websites.In this post, we are showcasing a precious collection of 40 useful and powerful CSS tools and generators that save your time and energy while giving the best possible results. Take a look and feel free to share your comments with us.
Richard Boss

iPhone App Development: Hire iPhone Developer to Develop Unique Apps - 0 views

  •  
    Ever since Apple, the creator of smart devices, launched iPhone and after some time the company has introduced its App Store, developers/programmers have collected to it like an essential bullion rush is on for the iPhone & iOS operating system platform. With the latest introduce of the fashionable iPad 2 and iPod touch, significance of the applications has increased terrifically, in turn raising apps development costs.
« First ‹ Previous 81 - 100 of 197 Next › Last »
Showing 20 items per page