Skip to main content

Home/ CSS Evangelist/ Group items tagged can

Rss Feed Group items tagged

tech vedic

How to set up multiple monitors in Windows 8? - 0 views

  •  
    Windows 8 multiple-monitor support can help you to enhance productivity. Fortunately, the process of Windows 8 multiple monitor setup becomes easier as compared with previous Windows 7 or Windows XP. Whether you are using the much-acclaimed Metro interface or the traditional Windows Desktop view you can accomplish the task in a quick and easy manner.
tech vedic

10 secrets for creating professional Excel Tables - 0 views

  •  
    Working with Excel - creating, viewing, editing and moving records - and understanding details thereof and deriving conclusion from it become easier with the advanced tools integrated with the Excel tables. For instance, if you want a row or column to come with total value, it would do so. Formatting and sorting data can be done in a quick and easy way without having much competence. And, eventually you can create a professional Excel tables that would help you manage information in a better manner.
tech vedic

How to know that my computer is virus or malware infected? - 0 views

  •  
    Malware, as you know is a class of malicious software such as spyware, adware, or viruses that compromise with the system's performance and security. And in majority of cases they infiltrate through general Internet activities --- browsing, surfing, and downloading, or executing programs or files. Hence, most of the virus or malware defense methods are based on encouraging secure Internet access. Though, virus or malware authors are using astute development techniques, keeping a keen eye on the behavior of your machine, can be helpful in winning the battle of computer security. Following are a few notable symptoms, which can be perceived as an indication of virus or malware attack:
anonymous

4 Things All Website Designers Must Request From Their Clients - 0 views

  •  
    Many web designers are unaware of the fact that staying in touch with previous clients and requesting them for testimonials can fulfill various goals. These can include receiving more projects, earning trust amongst people, and increasing business revenue.
anonymous

SEO Website Design - Lower Bounce Rate of Your Site in 4 Easy Steps - 0 views

  •  
    Various factors can increase bounce rate of a website. These can include poor quality content, complicated navigation, slow loading, and lengthy domain names. Paying attention to all these issues and correcting the mistakes will help you to lower the bounce rate.
anonymous

Perk Up Your Website Design with Interesting Character Designs - 0 views

  •  
    Character designs can perk up the look of even an ordinary site. However, ensure that users can relate to the character. Additionally, try to opt for a well-detailed character.
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.
anonymous

Website Design - How Feedback Can Help You Sharpen Your Skills ? - 0 views

  •  
    Asking for feedback of your web designs can help you to know new things and sharpen your skills. To enjoy the benefits of feedback, adopt an open approach. Avoid taking negative feedback personally. Rather, evaluate it from a neutral point of view. It will help you to understand the weak points of your designs.
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

An introduction to LESS, and comparison to Sass | Smashing Coding - 0 views

  • The only difference in variables between LESS and Sass is that, while LESS uses @, Sass uses $. There are some scope differences as well, which I’ll get to shortly.
  • With Sass, you declare @mixin prior to the style to identify it as a mixin. Later, you declare @include to call it.
  • Parametric Mixins Like having functions in your CSS (*swoon*), these can be immensely useful for those seemingly redundant tasks of modern-day CSS.
  • ...8 more annotations...
  • .border-radius( @radius: 3px ) { -webkit-border-radius: @radius; -moz-border-radius: @radius; border-radius: @radius; }
  • The syntax in Sass is very similar to that of LESS. Just use the $ for variables, and call the mixins with the @mixin and @include method mentioned earlier.
  • Selector Inheritance Here’s something not provided in LESS. With this ability, you can append a selector to a previously established selector without the need to add it in a comma-separated format. .menu { border: 1px solid #ddd; } .footer { @extend .menu; } /* will render like so: */ .menu, .footer { border: 1px solid #ddd; }
  • With LESS, you can nest ids, classes and elements as you go.
  • You can also refer in element styles to their pseudo-elements by using the &, which in this case functions similar to this in JavaScript.
  • Sass is a lot more versatile with numbers than LESS. It has built into it conversion tables to combine comparable units.
  • Sass seems to have a lot more color options — not that I would need them all. Lighten and darken are the only ones that I see myself using often.
  • Conditionals and Control This is rather nifty, and another thing not provided by LESS. With Sass, you have the ability to use if { } else { } conditional statements, as well as for { } loops. It supports and, or and not, as well as the <, >, <=, >= and == operators.
tech vedic

Transfer files to another Mac using Screen Sharing - 0 views

  •  
    You can easily transfer files between Macs through USB drive or a conventional file-sharing services via network connections. Also, these days' synchronization services like BitTorrent Sync, Dropbox, and Google Drive are highly used. Nowadays, you can use Mac Screen Sharing services to transfer files.
tech vedic

How to create audiobooks in iTunes? - 0 views

  •  
    Digital audiobooks can be purchased online including Audible, eMusic, and iTunes. iTunes keeps audiobooks separate from your music library so as to make them easier to find. Also, it allows you to adjust the playback speed of the file as well as resume from the previously played chapter where it left. Just by tuning few settings, you can ready your iTunes and iPod to recognize any audio file or group of audio files as an audiobook.
tech vedic

How to export song lists from iTunes? - 0 views

  •  
    Sometimes you just want to send a playlist to a friend through mail. But, you don't know how to do it? Then you are at the right place. You can break your library data out of iTunes as a tab-separated list, PDF file, or Web database. With this tutorial, you can find the way of doing this.
tech vedic

Desktop land grab: Essential tips for multimonitor productivity - 0 views

  •  
    Multimonitor setups are highly common nowadays as LCD prices are dropping. Thus, multimonitors can be used for heavily graphical work, intensive multitasking and serious gaming. This can enhance your work productivity a lot.
Frederik Van Zande

How to Code HTML Email Newsletters [HTML & XHTML Tutorials] - 0 views

  •  
    HTML email newsletters have come a long way in the five years since this article was first published. HTML email is still a very successful communications medium for both publishers and readers. Publishers can track rates for email opens, forwards, and clickthroughs, and thereby can measure reader interest in products and topics; readers are presented with information that's laid out like a web page, in a way that's more visually appealing, and much easier to scan and navigate, than plain text email.
  •  
    Browser idiosyncracies, spam registers, and various mail clients are just some of the pitfalls that must be faced by email marketers. Make sure your HTML email gets through with Tim's essential how-to.
Gary Edwards

Grid design basics: Grids for Web page layouts - Opera Developer Community - 2 views

  •  
    Since tables were co-opted for layout purposes, columns have become key to many Web design layouts, and this thinking continued when CSS took over from tables (at least in the minds of savvy designers) for Web-page presentation. However, other fields of layout design don't think in arbitrary columns, they work with grids, and these form the basis for the structure of page designs. This article will provide the lowdown on grid design for Web pages. Thinking modular Grids are a template, a framework within which creativity can flourish. Too many designers spend time looking at a blank canvas, trying to figure out where elements should be positioned, but, if you have a flexible underlying grid, many such problems are already solved for you. It becomes obvious where and how elements should and can be positioned, thereby leaving you, the designer, with more time to work on graphic design and other page components.
my mashable

Add Google Search and AdSense to Your Mobile Website - 0 views

  •  
    Google search can be found integrated on tons of sites across the Web, including this one. Now, Google is extending that functionality to the mobile Web, where publishers can now integrate Google search and earn money on the revenue generated from clicks on mobile ads.
my mashable

7 Productivity Tips, Plus Tools for Freelancers and Web Workers - 1 views

  •  
    You know you can be better. We all can. It's the reason productivity and personal development has made such a surge in recent years. The time of freelancers, writers, designers and other web workers has exploded, and the need for tools and methods to make them more productive has aligned naturally with that explosion.
Frederik Van Zande

Web Design Blog: Web Design & Innovation in web standards : Viget Labs - 0 views

  •  
    For many, designing and coding for emails can become a frustrating task. With so many different types of email clients that each seem to follow distinct standards, many hours can be spent just to figure out what works. Luckily, there are great resources available for reference.
yc c

Unobtrusive Javascript - 0 views

  •  
    On the following pages we will discuss and see how we can use Javascript, but still maintain accessibility. The technique to completely separate Javascript from the other two layers of web development has become commonly named "unobtrusive Javascript", as "accessible Javascript" does not quite cut it. You can have a perfectly separated Javascript and still be totally inaccessible.
  •  
    On the following pages we will discuss and see how we can use Javascript, but still maintain accessibility. The technique to completely separate Javascript from the other two layers of web development has become commonly named "unobtrusive Javascript", as "accessible Javascript" does not quite cut it. You can have a perfectly separated Javascript and still be totally inaccessible.
‹ Previous 21 - 40 of 284 Next › Last »
Showing 20 items per page