Skip to main content

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

Rss Feed Group items tagged

Hemant Shewakramani

15 Reasons: Why Doctors Should Have Their Own Website? - 0 views

  •  
    Why doctors should have their own website?. In this post describe 15 (fifteen) reasons why doctors should have a website, very nicely.
designsave

Configure Zendesk To Play Nicely With Magento - Designsave.com - 0 views

  •  
    If you want to configure your Magento contact form to send messages to your ZenDesk portal, you're going to need to edit a couple of settings in your admin.
sarah ockonor

Free Joomla Themes Templates Movies Blue Design - 0 views

  •  
    Joomla Movies Blue Clouds Web2.0 Theme Template is a Very nice High Quality Design Theme Template for Joomla 1.5 Version, Come with 3 Column, Web2.0 Style Design, Blue and Gray Rounded Corners, Left Sidebar, Fixed Width, Right Sidebar, Suitable for Personal Joomla Websites Or Movies and Cinema Joomla Websites, This Template Was Tested On IE 6.0 & 7.0, Mozilla Firefox, Opera 9.02, Google Chrome and Safari Web Browsers, 100% CSS, Compact, Valid CSS/HTML, This Template is Realized Under Common Creative Lisence, that Mean You have to Leave the Footer Links Intact in Order to use it, Don't Forget To add Some Modules and Plugins To Make Your Joomla Website More Attractive and Flexible.
sarah ockonor

Free Joomla Themes Templates Business Blue - 0 views

  •  
    Joomla Office Business Company Web2.0 Theme Template, Nice High quality Design Theme Template for Joomla 1.5 Version, available For Business Companies, Office Or Real Estate Company Websites, come with 2 columns, Web2.0 Illustration, Gray, White, Blue and Orange, English Language, Ready Modules, Ready Widgets Integration, Rounded Corners and Fixed Width, This Template Was Tested On IE 6.0 & 7.0, Mozilla Firefox, Opera 9.02, Google Chrome and Safari Web Browsers, 100% CSS, Compact, Valid CSS/HTML, This Template is Realized Under Common Creative Lisence, that Mean You have to Leave the Footer Links Intact in Order to use it, Don't Forget To add Some Modules and Plugins To Make Your Joomla Website More Attractive and Flexible.
Redesign Unit

I Just Would Like a Simple Web Site Re Design, Professional Web Design - 0 views

  •  
    Creating an incredibly clean, nice, dynamic website isn't a tough thing to perform in today's Professional Web Design environment. The right web designer is capable of amazing things when using the existing technology that is available. I use the expression
Chris Kowalski

Web Design UK - 0 views

  •  
    Nice company
Jungle Jar

8 Free And Useful CSS Tools For Your Development Toolkit - 0 views

  •  
    This is a nice collection I've put together of both online CSS web applications and desktop applications to assist the web developer with his/her project. Both the CSS veterans and beginners should find these tools useful and at least worth a bookmark or quick download.
Jungle Jar

28 Fantastic Web Design / Development Related RSS Feeds - 1 views

  •  
    All of these feeds come from my own personal RSS subscription list. With these 28 Web Design and/or Web Development related RSS Feeds, you absolutely have an immense amount of resources and quality content automatically delivered to you, and the posts stay nice and fresh.
  •  
    You can dating in here. This is a best site dating www.sugarhoneys4u.com www.killdo.de.gg
Mohamed Imran Ali

Get Your Guinness World Record Certificate for Firefox 3 - 0 views

  •  
    its a nice work, i got my Certificate.... it looks good Have you got yours?
  •  
    How to make $ 40,000 in one month with very quickly. What you need. The latest American news article. Immediately visit www.killdo.de.gg www.fiverr.de.gg www.newss.de.gg www.reddit.de.gg www.newsbbc.de.gg
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.
Jungle Jar

JungleJar | 9 Free Online Color Resource Web Applications - 0 views

  •  
    I've put together a nice list of websites offering free color resources for the internet masses. Most of these sites offer some sort of online web application for you to use in your creating process, but they all offer something of value for the graphic designer, web designer, photographer, etc.
imran subhani

Loulu & Tummie Sneakers - 0 views

  •  
    nice gift for kids
Raja uk

prettyPopin | A jQuery modal box | Ajaxmint.com - 0 views

  •  
    prettyPopin is a jQuery plugin that serves as a modal box. It is easily customizable and proved a lightweight solution to quickly and easily display content in context. It provides a nice way to display simple content or simple forms.
Raja uk

Horizontal Animated Menu using MooTools | Ajaxmint.com - 0 views

  •  
    a nice horizontal animated menu which changes dinamically the blocks width when you pass your mouse over a selected block. You can see the effect on mootools home page
Raja uk

Vertical Menu with Show/Hide Effects | Mootools | Ajaxmint.com - 0 views

  •  
    simple tutorial with two vertical menu examples with show/hide menu effect. First example uses a simple JavaScript code. Second example uses mootools to show/hide the menu with a nice vertical slide-in/slide-out effect.
Raja uk

Dynamic Poll with jQuery and PHP | Ajaxmint.com - 0 views

  •  
    When you combine some neat functionality courtesy of PHP with the cleverness of jQuery you can produce some pretty cool results. In this tutorial we'll create a poll using PHP and XHTML, then make use of some jQuery Ajax effects to eliminate the need for a page refresh, and to give it a nice little bit of animation.
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.
Soul Book

The Incredible Em & Elastic Layouts with CSS - 0 views

  • Elastic design uses em values for all elements. Ems are a relative size, written like this: 1em, 0.5em, 1.5em etc. Ems can be specified to three decimal places like so: 1.063em. “Relative” means: They are calculated based on the font size of the parent element. E.g. If a <div> has a computed font size of 16px then any element inside that layer —a child— inherits the same font size unless it is changed. If the child font size is changed to 0.75em then the computed size would be 0.75 × 16px = 12px. If the user increases (or decreases) text size in their browser, the whole interface stretches (or shrinks.)
  • All popular browsers have a default font size of 16px. Therefore, at the default browser setting, 1em = 16px.
  • The <body> inherits it unless styled otherwise using CSS. Therefore 1em = 16px, 0.5em = 8px, 10em = 160px and so on. We can now specify any element size we need to using ems!
  • ...9 more annotations...
  • However, (gasp) IE has a problem with ems. Resizing text from medium (default) to large in IE5/6 would lead to a huge increase in font size rather than the gradual one expected. So another selector is needed to get IE to behave: html{ font-size:100%; }
  • Let’s give our <body> some more style, and center everything in the viewport (this will be important later for our content wrapper.) Our initial CSS ends up like this: html{ font-size: 100%; } body{ font-size: 1em; font-family: georgia, serif; text-align: center; color: #444; background: #e6e6e6; padding: 0; margin: 0; }
  • 1 ÷ 16 × 740 = 46.25em (1 ÷ parent font-size × required pixel value = em value)
  • While we're here, we might as well add some typographic goodness by selecting a basic leading and adding some vertical rhythm, with everything expressed in ems.
  • Set a 12px font size with 18px line height and margin for paragraphs
  • Dividing the desired line height (18px) by the element font size (12px) gives us the em value for line height. In this example, the line height is 1 and a half times the font size: 1.5em. Add line height and margin properties to the CSS: p{ font-size: 0.750em; line-height: 1.5em; margin: 1.5em; } Now the browser will say to itself, “Oh, line height and margin is set to 1.5em, so that should be 1.5 times the font size. What’s the font size, again? 12px? OK, cool, make line height and margin 1.5 times that, so 18px.”
  • To retain our vertical rhythm we want to set an 18px line height and margin. Easy: If the font size is 18px then 18px in ems is 1em! Let’s add the properties to the CSS (and make the font weight light:) h1{ font-size: 1.125em; line-height: 1em; margin: 1em; font-weight: 300; }
  • Jon, good article and very useful chartm but your text sizing method has one major drawback. If elements with font-sizes set in em’s are nested, i.e with lists, these elements inherit the font size. Therefore each child element will be 0.75em (or 75%) of the previous one: See an example here. (Would have posted the code put it was coming out really ugly!) I would recommend against using that method and setting the global font size in the body tag i.e. 'font-size:75%' for 12px. Then only setting different font-sizes where necessary.
  • Thanks Will, interesting point, but that is solved with a simple font-size:1em on the first child. Retaining the default ensures that even images are sized correctly in ems. IE (surprise) will compute incorrectly against a parent length equivalent to 12px. My preference born out by some minor but painful computed size errors in complex layouts is not to adjust the body, and only set font size where necessary for specific elements.
  •  
    A nice and simple explanation of using EMs to make elastic layouts
awqi zar

Thinking Laterally: Build a Side-scrolling Site Layout with CSS & jQuery » Ja... - 3 views

  •  
    A sideways style lends itself well to designs with a bit of an "arty" feel: brochure-style sites, galleries, portfolios, and perhaps even sites that make use of interesting info-graphics or charts. Successful horizontal layouts often use animation and graphics to highlight their sideways movement - a large number of these sites use colorful images and nice, big backgrounds that really show this off. Unusual also means unfamiliar, so a well-designed horizontal layout will also make good use of navigation elements such as menus, arrows, and buttons to overcome any usability hitches.
Alexis Sgavel

25 Examples of Interesting and Beautiful Navigation | Codrops - 0 views

  •  
    Designing the perfect navigation for a website it's one of the main keys to have a good outcome, to have a website that gets users attentions and make them want to browse around to check every little information (tab, image, text, etc) you have there. Navigation menus, schemes, layouts, everything has an important weight and need to be carefully analyzed to form a nice layout. From horizontal sliders to vertical scrolls and menu based navigations, here you will see 25 examples of navigations that will certainly get you inspired.
‹ Previous 21 - 40 of 91 Next › Last »
Showing 20 items per page