Skip to main content

Home/ Groups/ Web Development, Design & Programming
Richard Boss

Use WordPress As An Efficient CMS - 1 views

  •  
    Wordpress is the best CMS for building website search engine and user friendly. In this article, we will see why you choose Wordpress for building your website? As well as, you find advantages, add-ons and plugins.
  •  
    Wordpress is the best CMS for building website search engine and user friendly. In this article, we will see why you choose Wordpress for building your website? As well as, you find advantages, add-ons and plugins.
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?
Vernon Fowler

Common HTML Validation Problems - 0 views

  • To avoid problems with both validators and browsers, always use & in place of & when writing URLs in HTML
  • When writing the same URL in a plain text email message or in the location bar of your browser, you would use "&" and not "&".
keaton dodson

Useful Coding Tools and JavaScript Libraries For Web Developers - 1 views

  •  
    These are some of the ways in which you can develop an effective website for your business.
  •  
    These are some of the ways in which you can develop an effective website for your business.
Richard Boss

Top 5 Android Development Tools - 4 views

  •  
    Weblineindia is a well-known Offshore Company that offers Android App / Game Development service. We will show you the most 5 Android Development tools used for development purpose, along with advantages.
Richard Boss

Basics of RestSharp in Dot Net - 0 views

  •  
    RestSharp is a powerful library for dot net technology. By this article, let us see some of the features and advantages of RestSharp. Day by day, RestSharp is becoming a popular HTTP client library in the Dot Net development industry. For more information, read the article now.
  •  
    RestSharp is a powerful library for dot net technology. By this article, let us see some of the features and advantages of RestSharp. Day by day, RestSharp is becoming a popular HTTP client library in the Dot Net development industry. For more information, read the article now.
Richard Boss

Export Data to Excel using OpenXML SDK - 1 views

  •  
    In this article, we will look at two important points. At the first point, we will know that how we can export data to excel using OpenXML due to its many benefits. In the second point, let us see how we can apply formatting in excel making it look beautiful.
Richard Boss

Waze enters Windows Phone, as do a good number of downloads - 0 views

  •  
    Waze is popular and largest community based traffic and navigation app. Good news for windows phone users that Waze app is now available on windows phone store for free but it is only for the windows phone 8. To know more, read this news.
  •  
    I am very happy to read your articles it's very useful for me, and I am completely satisfied with your website. All comments and articles are very useful and very good. Your blog is very attention-grabbing. I am loving all of the in turn you are sharing with each one!…
Vernon Fowler

Web Standards - 2 views

  • development is simplified
  • ensure that all browsers will display your Web site properly
  • easier for search engines to access and index, easier to convert to other formats, and easier to access with program code (like JavaScript and the DOM)
  • ...1 more annotation...
  • easier for people with disabilities to use the Web
  •  
    I think everyone should read your blog who want to good information about Web Development services. Thanks and keep it up!
Vernon Fowler

Universal Analytics Upgrade Center - Upgrade Guide - Google Analytics - Google Developers - 1 views

  •  
    This post is really very important for reader that gives the whole process of the Web Development project. That is nice for the developer.
Vernon Fowler

REST API Tutorial - 0 views

  •  
    Building restful web services, like other programming skills is part art, part science. As the Internet industry progresses, creating a REST API becomes more concrete, with emerging best practices. As RESTful Web services don't follow a prescribed standard except for HTTP, it's important to build your RESTful API in accordance with industry best practices to ease development and simplify client adoption.
Richard Boss

Wordpress - Popular Content Management System - 1 views

  •  
    Do you want to know why Wordpress is very popular content management system? How it will be affordable to you. Get full details about Wordpress and know how to select best Wordpress developers?
Richard Boss

Creative iPhone UI Design - Why it is Essential? - 0 views

  •  
    Our expert team of iPhone developers offers creative designing UI for iPhone apps. This article shows why you need to create an iPhone UI design.
Vernon Fowler

HTML Color Picker - 2 views

  •  
    "Get darker/lighter shades of any color."
« First ‹ Previous 221 - 240 of 2648 Next › Last »
Showing 20 items per page