Skip to main content

Home/ CSS Evangelist/ Group items tagged design

Rss Feed Group items tagged

anonymous

How You Can Identify Good Domain Names - 0 views

  •  
    Domain name plays an important role in attracting attention of your target audience. Ensure that your domain name is simple, short, and memorable. Additionally, try to opt for .com domain extension.
anonymous

Website Development Company - 0 views

  •  
    Result-oriented website development company, India, offers attractive web development packages. Enjoy customized services at affordable rates.
anonymous

Marketing Your Facebook Timeline without an SEO Services Company - 0 views

  •  
    Social media marketing is essential these days for a business to succeed in the highly competitive business world. There is a new way to market your business now. It's your own Facebook timeline. This article offers some ideas as to how you can promote your business online without taking the help of an SEO Services company.
anonymous

Google Panda 3.3 Update - A Look at Improvements in White-Hat SEO - 0 views

  •  
    Google's latest panda update will penalize over optimized site. Panda 3.3 will give more importance to the value of your website content. If you repeat the same keywords or insert too many links, then your site will drop from its current position in the SERP pages.
anonymous

Web Content Writing- Can A Crisp Introductory Text Enhance Website Traffic? - 0 views

  •  
    A well-written introductory text can help visitors to understand purposes of the website. Additionally, it should highlight the benefits that the site offers to the users. Keep the content short and simple.
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

Replacing the -9999px hack (new image replacement) - Jeffrey Zeldman Presents The Daily... - 0 views

  • My friend Scott Kellum, design director at Treesaver, has now sent me this refactored code for hiding text, which I hereby christen the Kellum Method: .hide-text { text-indent: 100%; white-space: nowrap; overflow: hidden; } Really long strings of text will never flow into the container because they always flow away from the container. Performance is dramatically improved because a 9999px box is not drawn. Noticeably so in animations on the iPad 1.
  • Scott Kellum said on 1 March 2012 at 3:41 pm: I went ahead and created a side by side site to test the performance: http://lab.pgdn.us/hidden-text-performance/ @Ethan, This is the best 43min I have ever spent learning about optimizing the performance of my CSS: http://www.youtube.com/watch?v=xuMWhto62Eo
  • Would be interesting to understand both the SEO and accessibility impacts of this approach.
  • ...4 more annotations...
  • Scott Kellum said on 2 March 2012 at 4:06 pm: After much deliberation over here: https://github.com/h5bp/html5-boilerplate/issues/1005#issuecomment-4293007 Jonathan Neal suggested a method using font: 0/0 serif; and things seem to be settling on this — .ir { font: 0/0 serif; text-shadow: none; color: transparent; }
  • While I think this is certainly and interesting approach, I have some concerns with the accessibility. In some, if not all, cases when overflow: hidden; hides the content of the element this is applied to from screen readers. In most cases where I use image replacement, I still need the text to be accessible (e.g. call to action buttons set in Gotham). See Aaron Gustafson’s A List Apart article, http://www.alistapart.com/articles/now-you-see-me/. Has anyone tested this with a wide battery of screen readers or other accessibility devices?
  • Another note on accessibility: Besides the screen reader problems – people who don’t get images will not see the text too.
  • As a few people said already, this does not solve the accessibility problem that comes with text-indent. Worse, it may send the wrong message: “this is new and cool, use this from now!”. As a leader in the industry, I think you should warn people that even if this is “better” in term of performance, it is still a bad solution. Imo, Image Replacement techniques should be evaluated against the problems they solve/address. Fwiw, I wrote something about these challenges a few years back: http://tjkdesign.com/articles/tip.asp </shameless plug>
Wanda Terral

CoderDeck Sample - 0 views

  •  
    The best way to teach the web is with the web. Create interactive live-coding presentations.
Al-Mehatb Shaikh

Amazing Video Animations | Videos are the most interactive marketing platforms | logode... - 0 views

  •  
    Logodesign creates unforgettable videos for companies and projects like yours. Leading ad agencies, digital agencies, start ups and big corporations all know they can count on us for creating an extraordinary animated video or explainer video for their brand or services offering.
tech vedic

E-Commerce Security Tips - 0 views

  •  
    With every innovation of e-commerce, consumers are exposed to new security risks. Talking about U.S. e-commerce sales, it is expected to grow about 12 percent in 2013. Thus, making transactions safe online is a quite difficult job now. In this tutorial, we are introducing five fundamental security tips which you should keep in mind for embracing this dynamic industry.
a2zwebhelp

Breadcrumbs - Pagination using Bootstrap CSS - 0 views

  •  
    Bootstrap made it easy to define breadcrumb navigation. Just use the class "breadcrumb" and your breadcrumb navigation will be created.
mesbah095

Guest Post Online - 0 views

  •  
    Article Writing & Guestpost You Can Join this Site for Your Article & guest post, Just Easy way to join this site & total free Article site. This site article post to totally free Way. Guest Post & Article Post live to Life time only for Current & this time new User. http://guestpostonline.com
garudamuda

Join My Blog , My Bro - 0 views

DAFTAR KUMPULAN BLOG BISNIS ONLINE INDONESIA http://tipsbisnisonline-dirumah.blogspot.com/ http://beritabola-livescore.blogspot.com/ http://kumpulantips-kesehatan.blogspot.com/ http://berita-ol...

css webdesign design online tools web computer css3 javascript html

started by garudamuda on 01 Nov 13 no follow-up yet
Clap Creative

How to Making Charts with CSS in HTML? - 1 views

  •  
    There are many ways to make visual representations of data: bar charts, line graphs, scatter diagrams, sparklines... not to mention the many ways in which
« First ‹ Previous 241 - 260 of 407 Next › Last »
Showing 20 items per page