Skip to main content

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

Rss Feed Group items tagged

Vernon Fowler

Best Practices for Speeding Up Your Web Site - 1 views

  • Arranging the images in the sprite horizontally as opposed to vertically usually results in a smaller file size. Combining similar colors in a sprite helps you keep the color count low, ideally under 256 colors so to fit in a PNG8. "Be mobile-friendly" and don't leave big gaps between the images in a sprite. This doesn't affect the file size as much but requires less memory for the user agent to decompress the image into a pixel map. 100x100 image is 10 thousand pixels, where 1000x1000 is 1 million pixels
  • Minification is the practice of removing unnecessary characters from code to reduce its size thereby improving load times. When code is minified all comments are removed, as well as unneeded white space characters (space, newline, and tab). In the case of JavaScript, this improves response time performance because the size of the downloaded file is reduced.
  • Many web sites fall in the middle of these metrics. For these sites, the best solution generally is to deploy the JavaScript and CSS as external files. The only exception where inlining is preferable is with home pages, such as Yahoo!'s front page and My Yahoo!. Home pages that have few (perhaps only one) page view per session may find that inlining JavaScript and CSS results in faster end-user response times. For front pages that are typically the first of many page views, there are techniques that leverage the reduction of HTTP requests that inlining provides, as well as the caching benefits achieved through using external files. One such technique is to inline JavaScript and CSS in the front page, but dynamically download the external files after the page has finished loading. Subsequent pages would reference the external files that should already be in the browser's cache.
  • ...1 more annotation...
  • CSS Sprites are the preferred method for reducing the number of image requests. Combine your background images into a single image and use the CSS background-image and background-position properties to display the desired image segment.
Vernon Fowler

Font sizing with rem - Snook.ca - 0 views

  • The problem with em-based font sizing is that the font size compounds. A list within a list isn't 14px, it's 20px. Go another level deeper and it's 27px!
  • The rem unit is relative to the root—or the html—element. That means that we can define a single font size on the html element and define all rem units to be a percentage of that. html { font-size: 62.5%; } body { font-size: 1.4rem; } /* =14px */ h1 { font-size: 2.4rem; } /* =24px */
  • We can specify the fall-back using px, if you don't mind users of older versions of Internet Explorer still being unable to resize the text (well, there's still page zoom in IE7 and IE8). To do so, we specify the font-size using px units first and then define it again using rem units. html { font-size: 62.5%; } body { font-size: 14px; font-size: 1.4rem; } /* =14px */ h1 { font-size: 24px; font-size: 2.4rem; } /* =24px */
  • ...3 more annotations...
  • I'm defining a base font-size of 62.5% to have the convenience of sizing rems in a way that is similar to using px.
  • consistent and predictable sizing in all browsers, and resizable text in the current versions of all major browsers
  • The compounding nature of em-based font-sizing can be frustrating so what else can we do?
Denish Singh

Single Page Apps: One More Feather in ASP.NET Web Developments Cap - 1 views

The look and feel of a website is something which we anticipate to be the prime requisite for us to gather user's attention.

webdesign development programming web design web

started by Denish Singh on 05 May 14 no follow-up yet
Kristina Roy

Different Types of Web Designs You Must Know - 0 views

  •  
    Nowadays, the purpose of many types of web design is to create top use of the presented technologies to make stunning websites, serving the most idea of their formation. There are some other types of creative web designs that you must know.
  •  
    Nowadays, the purpose of many types of web design is to create top use of the presented technologies to make stunning websites, serving the most idea of their formation. There are some other types of creative web designs that you must know.
designsave

20+ Best Free One Page PSD Website Templates - Designsave - 0 views

  •  
    Bellow is the huge collection of absolutely best free One Page PSD Website Templates for your web projects. Download free One Page PSD Templates today.
cecilia marie

Virus Protection Software - 1 views

My files are often lost if not corrupted in my disk drive, and sadly, those where important documents. Sometimes, I fail to backup all my files, that is why, by the time it is corrupted, I am left ...

virus protection

started by cecilia marie on 09 Sep 11 no follow-up yet
Vernon Fowler

Accordion Pattern - Design Pattern Library - YDN - 2 views

  • Have the most important panel open by default
  • Accordions may be configured to require that there is always a single panel open or to allow for more flexible possibilities (all panels closed, multiple panels open). Some practitioners consider it a best practice to permit only one panel to be open at a time, but others disagree.
  • For keyboard users an accordion usually ends up behaving either as a tree view or as a tab view.
  • ...2 more annotations...
  • An accordion should degrade into something useful when Javacript is off, perhaps opening all panels.
  • Display none shouldn’t be used as this might hide the content from a screen reader. Instead consider setting a height of 0.
Harikrishna Patel

SEO Services Company - 3 views

  •  
    MediaFire is a simple to use free service for that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
Tonny Mathews

Why Search Engine Script play an important role - 1 views

  •  
    Search Engine is the single biggest source of internet traffic. The point when visitors are searching for something online they go to a search engine first. Unless obviously they know the website they want to go to and explore directly to it by simply typing their domain into the browser's address bar.
Tonny Mathews

Start your online business with powerful Search Engine Script from NCrypted - 1 views

  •  
    Search Engine is the single greatest wellspring of web activity. The moment that guests are looking for something online they go to a web index first. Unless clearly they know the site they need to go to and investigate straightforwardly to it by essentially writing their area into the program's location bar.
themexpo

Powerfull Wordpress membership Plugin - 0 views

  •  
    Wordpress is a popular website platform. It is easy to use and has numerous themes, plug-ins and widgets to choose from. Knowing how to code is not necessary and it is search engine optimization or SEO friendly. Once a site has become popular, owners often create a members only area. This section is for subscribers or those who are willing to pay for premium content. There are many reasons that bloggers and other website creators and owners choose to do this.The main reason why people create members-only areas on a website is money.for this reason we are released this plugin. "RS-Members" is a very powerful but easy to use content restriction membership plugin. It is able to handle your small business to large membership or product base store. You can easily restrict your premium content, product, page, post even a single text using this useful plugin. It is simple to use to modify your settings to less and increase member registration fields, required message for various activity, Email newsletter for specific members and you don't need any technical/coding knowledge. You just need to put shortcode to create registration panel, login panel anywhere of a page, post or an individual page even you can use these shortcodes in any custom template.
thinksys_inc

Favorite Test Automation Tools and Technologies - 0 views

  •  
    A quick search for "Test Automation Tools" on Google returns 8,21,00,000 results. With new tools and technologies mushrooming every single day, it is quite obvious to get confused or feel overwhelmed when it comes to selecting the right tool or technology for your needs. No, this blog is not about recommending any particular tool or technology.
Jon Vaughn

Tier5 LLC - 0 views

  •  
    Tier5 is an American IT company specializing in web development and digital marketing. Headquartered in Indiana, we combine diverse skill sets throughout our network of qualified developers. Our clients' projects are developed under a strict, process-oriented methodology with a single point of contact for our clients.
srinfosystem

Reasons Why You Should Start New Project In Drupal | Home | SR Infosystem - 0 views

  •  
    Drupal is a free, open-source web development platform for online content and user communities. Drupal powers some of the busiest sites on the web, and can be adapted to virtually any visual design. Drupal runs over a million sites.
bonwictech

5 Major Website Designing Tips - 0 views

One of the key elements and also a general priority for a brand, especially for a business that has just started out and looked for a greener meadow, is good website design. Honestly speaking, in t...

web design tips webdesign and development

started by bonwictech on 27 Dec 18 no follow-up yet
srinfosystem

All You Need To Know About App Development Cost In Delhi | Home | SR Infosystem - 0 views

  •  
    We know you are desperate to know the precise most cost bracket for mobile application development in Delhi. But there are several other things which you need to know and keep in mind while you go and negotiate for mobile application development in Delhi.
axfontech

How to Install NUXT 2 and Vuetify without Error | Axfon.com - 0 views

  •  
    Nuxt.js is a framework for creating client side and the server side Vue.js applications, such as asynchronous data you can choose between Universal, Static Generated or Single Page application. It will build a Static Generated Vue.js Application and with a lot of features flexibility
nanoarchmlm

Run your business in a secure way with helping mlm plan - 0 views

  •  
    Helping business compensations plan recorded one of the most successful network marketing plans which is the best way to generate better revenue. The main concept of the helping mlm plan is to give and receive money, cash order in order to generate better revenue in mlm business. Nanoarch Software Solutions develop massive software for multi-level marketing business compensation plan through which you can easily launch among targeted audiences.
« First ‹ Previous 141 - 160 of 200 Next › Last »
Showing 20 items per page