Skip to main content

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

Rss Feed Group items tagged

carl Baker

Internet Marketing Companies are a Cost Effective Method for Advertisement - 0 views

  •  
    Internet marketing companies are extensively used for online advertisement. The benefits of using the best website company are limitless.
Stuart Spindlow

Essential Tools to Execute SEO Methods Professionally - 2 views

  •  
    In the event that you claim an online business, you know the estimation of top rankings in all the real web search tools to get steady business. Most searchers don't go past the initial couple of pages of internet searcher results pages (SERP).
Harikrishna Patel

Quality End To End Ecommerce Solution: Most Effective Method To Choose - 0 views

  •  
    Beat your competitors with the better Ecommerce Solutions for your business. With our end to end ecommerce solution you can really make your business presence more stronger and loud.
Jochen Burkhard

CodeIgniter from Scratch: Security | Nettuts+ - 0 views

  •  
    In this fourteenth episode of the series, our subject is 'Security.' We will go over topics such as: password encryption, message encoding/decoding, XSS filtering, output filtering, sql injection, session security, private controller methods and more.
Redesign Unit

Website Designing- How to Hire a Good Web Designer - 0 views

  •  
    The good web design services not just attract viewers but also persuade them to turn into a customer. An expert designer uses a good method of visually showing the visitors how to take action,
Wayne John

A Non-Intrusive Way To Integrate Twitter With Your Blog - 0 views

  •  
    I've found a way to integrate Twitter into my blog without Twitter taking over my blog. I share my methods with you so that you might also do the same if you want.
Jungle Jar

JungleJar | Development Tutorial: Creating 301 Re-directs - 0 views

  •  
    From time to time you'll probably want to send a website visitor who tries to access a page that has moved, been deleted, etc to a brand spanking new page of which quite possibly will have the content they were looking for. In this article I'll introduce you to the 301 re-direct, show you how to create one, and you'll see why sometimes just depending on the 404 page isn't practical. I'll also show you various methods to create one by using PHP, ASP, and HTML.
Raja uk

Better Tooltip with jQuery | Ajaxmint.com - 0 views

  •  
    This tutorial will show you a method for replacing the built-in browser tooltips that appear on elements such as images and links with title attributes.
Raja uk

Easily create a custom carousel | Agile Carousel | Ajaxmint.com - 0 views

  •  
    Agile Carousel allows you to easily create a custom carousel. Call Jquery UI to enable many different additional transition types and easing methods. Uses PHP to draw images from the folder you specify. Configure many different options including controls, slide timer length, easing type, transition type and more!
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.
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
Jochen Burkhard

Why you Should be using PHP's PDO for Database Access | Nettuts+ - 0 views

  •  
    Many PHP programmers learned how to access databases by using either the mysql or mysqli extensions. Since PHP 5.1, there's been a better way. PHP Data Objects (PDO) provide methods for prepared statements and working with objects that will make you far more productive!
awqi zar

From PSD to HTML the easy way - Using Ultimate CSS Framework | Ultimate Designer Toolkit - 16 views

  •  
    This tutorial will teach you how to transform your PSD files to HTML with a very easy method using Ultimate CSS Framework.This framework will help you first to create your designs using the psd file and then using some css classes you can align your design like a pro.
awqi zar

FaceAccess - 6 views

  •  
    We created a standalone face recognition system for access control. Users enroll in the system with the push of a button and can then log in with a different button. Face recognition uses an eigenface method. Initial testing indicates an 88% successful login rate with no false positives. There are currently commercially available systems for face recognition, but they are bulky, expensive, and proprietary. Our goal was to create a portable low-cost system. Our design consists of an Atmel ATmega644 8-bit microcontroller, a C3088 camera module with an OmniVision OV6620 CMOS image sensor, Atmel's AT45DB321D Serial Dataflash, a Varitronix MDLS16264 LCD module for output, a 9-volt battery, and a small wooden structure for chin support.
Vernon Fowler

The future of CSS layouts | Feature | .net magazine - 1 views

  •  
    "Conclusion FlexBox and Columns aside, it's still not definite which new layout modules will be fully implemented cross-browser. I'd say that Positioned Floats and Exclusions are very similar, and could easily be merged (indeed, this seems to be happening). Grid Layout has subsumed Template Layout, and will definitely be in IE10. Regions has already been implemented in a fork of WebKit, so could appear in WebKit browsers (Safari, Chrome, etc) very quickly. So I'd be willing to predict that with some changes to syntax, most of what you see here will make it into CSS3 in the future. If that's the case, I think it's a good thing; these new methods are complementary, not competing, and with a minimum of work will allow us to build very sophisticated websites a few years from now."
Vernon Fowler

Multiple Borders with CSS - 1 views

  •  
    "Method 3: Box Shadow As mentioned, the idea for this experiment was the result of serendipitous fiddling with box-shadow settings. I personally like this one the best, because it's just one line of code, and it uses a new technology in an unexpected way."
Luciano Ferrer

UserZoom | Online Usability Testing - 1 views

  •  
    "We offer UX Pros the ability to run online, task-based studies with geographically dispersed participants. Users participate simultaneously in their natural context and no human moderation is needed. This method is called 'Unmoderated Remote Usability Testing'. You can achieve objective statistics to quantify usability, obtain honest feedback from statistically significant samples and usability metrics + web analytics COMBINED."
Jochen Burkhard

Mega Drop Down Menu w/ CSS & jQuery | Dropdown Menu | drop down menus | CSS Menu Tutori... - 0 views

  •  
    While in the process of redesigning 4wheelparts.com, I decided to explore new methods of working with our huge number of inventory and categories. I did some research and noticed a new trend for ecommerce sites in having what they call "mega drop down menus".
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.
Vernon Fowler

Fun with Easing - 2 views

  •  
    "Show each Easing Method and how it looks."
« First ‹ Previous 41 - 60 of 185 Next › Last »
Showing 20 items per page