Skip to main content

Home/ CSS Evangelist/ Group items tagged Up

Rss Feed Group items tagged

tech vedic

How to Clean Up Your Messy Windows Context Menu? - 0 views

  •  
    After installing bunch of applications, the context menu gets cluttered. Thus, it is important to clean those applications.
tech vedic

Prevent Windows Update from Forcibly Rebooting Your Computer - 0 views

  •  
    Most of the times you find the Windows Update dialog pop up which direct you to reboot your computer. But, this is a real hindrance when you are very busy.
tech vedic

How to family-proof your PC - 0 views

  •  
    It is important to safeguard your PC against malicious software. You need to resist dodgy downloads, suspicious pop-up and ads.
Clap Creative

How to use pop-ups on your site/blog to gain likes & followers? - 1 views

  •  
    Let's talk about how to gain likes and followers on your website/blog. Your site/blog gets more traffic than all of your social media profiles combined. Your visitors have made a decision to visit your site/blog - in contrast to randomly clicking on a social profile of yours.
my mashable

Google Can't Do Old Media; Pulls the Plug on Radio Ads - 0 views

  •  
    Google's plans to extend its AdWords platform to traditional media appears to be going up in smoke as the economy falters. The company has announced that it's discontinuing its radio advertising program, a business it got into back in 2006 with the acquisition of dMarc Broadcasting. The news follows word that Google would be pulling out of print advertising as well, which was announced less than a month ago.
my mashable

GroupieGuide: Free Website-In-a-Box for Groups [Invites] - 0 views

  •  
    Chances are you either organize your own group or consider yourself a member of one. There's a variety of existing options available for setting up an online presence for your group, but one new service aims to give groupies a free way to rally around each other with an instant website.
Zulkarnain K.

Mozilla Developer Web Tech Blog - 1 views

  •  
    Keeping track of Mozilla development is never easy, especially the minute details related to new or improved web technology development and support. The Mozilla development community has set up a new weblog to fix this, the Web Tech weblog. Here the devs will be posting about and discussing topics of interest to web developers.
my mashable

Help Raise $30,000 for Cancer Research by Sending a Free Virtual Cupcake - 0 views

  •  
    Appliance manufacturer Electrolux is heating things up this Valentine's Day - in a virtual oven that is. The brand is using their Facebook application to create a little buzz and do some good in return.
webartist

Design Feeds - 0 views

  •  
    A collection of design related articles, resources, comments and inspiration. Designfeeds.com.au provides easy to use and up to date information on anything design. From design inspiration to CSS and coding techniques, Designfeeds.com.au refreshes every 10 minutes and grabs new articles from a growing resource of respected websites.
Frederik Van Zande

Jennifer Semtner.com :: Web Designer / Developer » Blog Archive » Extending C... - 0 views

  •  
    CSS Spriting is a technique for speeding up the load times for your website by reducing the number of HTTP requests for images to the server.
Frederik Van Zande

SitePoint » How to Use Conditional Comments for Better CSS - 0 views

  •  
    I'm a new contributor to the SitePoint blogs and will mostly be covering front-end development and Semantic Web technologies. I'm looking forward to participating in the SitePoint community! Sometimes it's the simplest things that go unnoticed for the longest time. Case in point, while catching up on some WSG reading tonight, I saw a link to Paul Hammond's Conditional classnames for Internet Explorer. In a sentence, he shows how using conditional comments to customize the element's class name can be used to simplify CSS selectors for a number of advantageous purposes.
Gary Edwards

Everything You Know About CSS Is Wrong | Digital Web Magazine: Rachel Andrew - 0 views

  •  
    The easy way to use CSS2.1 to solve difficult cross-browser layout issues: CSS tables solve all the problems encountered when using absolute positioning or floats to create multi-column layouts in modern browsers. Specifying the value table for the display property of an element allows you to display the element and its descendants as though they're table elements. The main benefit of CSS table-based layouts is the ability to easily define the boundaries of a cell so that we can add backgrounds and so on to it-without the semantic problems of marking up non-tabular content as a HTML table in the document.
Frederik Van Zande

Emblematiq :: Niceforms :: Overview - 0 views

  •  
    Web forms. Everybody knows web forms. Each day we have to fill in some information in a web form, be it a simple login to your webmail application, an online purchase, or signing up for a website. They are the basic, and pretty much the only way of gathering information on the web. You basically know a web form when you see one as they always look the same and they've kept this look over the years. Try as hard as you might but web forms can only change their appearance so much. Some may argue that this is a good usability feature, and I tend to agree, but there comes a time when you just need to style web forms so that they look different. How do you do that? Niceforms comes to the rescue! Niceforms is a script that will replace the most commonly used form elements with custom designed ones. You can either use the default theme that is provided or you can even develop your own look with minimal effort.
Scott Hendrickson

A List Apart: Articles: Frameworks for Designers - 0 views

  • How should a CSS framework be built? There are several possible ways to go about building a framework, but the most common and arguably the most useful is to abstract your common CSS into individual stylesheets that each cover a particular part of the whole. For example, you may have a stylesheet that sets up the typography and another that handles the mass reset. The beauty of the approach is the ability to selectively include only the styles that you need. You may end up with six or seven different stylesheets in your framework, but if a particular project doesn’t need one or two of them, they don’t have to be included. The framework we created in our office has five stylesheets: reset.css—handles the mass reset. type.css—handles the typography. grid.css—handles the layout grid. widgets.css—handles widgets like tabs, drop-down menus, and “read more” buttons. base.css—includes all the other stylesheets, so that we only need to call base.css from our (X)HTML documents to use the entire framework.
  • A word of caution This method works quite well, but there is a valid concern to be raised: it adds to the number of HTTP connections needed to render each page. On large, high-traffic sites, adding five more HTTP connections to every page view may result in angry system administrators. Two possible solutions to this are: Include everything in a single file, rather than breaking it into modules. The problem here is that you lose the ability to include only certain parts of the framework, and you also make maintenance more difficult. Have a server-side process that dynamically flattens the individual files into a single response. I’ve not seen this done, but it could be very efficient if done well. Using my example framework above, this dynamic process could occur when base.css is requested, but not when type.css, grids.css, etc. are. This way, the individual components are still available, but the entire framework is available in a flattened version, as well.
Frederik Van Zande

2008 Email Design Guidelines - Campaign Monitor Blog - 0 views

  •  
    As web designers, we've grown pretty good at understanding how to create a modern, semantic, accessible website using XHTML and CSS. We understand what makes a good website, and how to make it happen. When it comes time to design emails though, do all the same rules apply? Are there things we should be doing specifically for email that don't make sense on a website? In this article we'll discuss the technical, design and information elements that make up a successful HTML email.
Frederik Van Zande

nclud's Sketchbook | CSS fix for Graphical Input Submit Button Off-Set - 0 views

  •  
    So, you know how to use a graphic for your submit button, right? Well, have you ever had trouble getting that graphical submit button to line-up with your text field when both are side-by-side on the same horizontal line?
Frederik Van Zande

» 8 fonts you probably don't use in css, but should - Web Design Marketing Po... - 0 views

  •  
    CSS has brought us many capabilities in terms of typography and the web, but we always seem to be limited to the same 4-5 typefaces over and over again. There is an inherant problem, if the font you specify isn't on the viewers computer it won't render in that font. So as designers and developers we end up selecting the ones that we can safely assume is available on most computers today. So most pages use Arial, Helvetica, or Georgia as their typefaces… and the world of the web remains slightly more bland.
my mashable

How to Bring Twitter to Your Wordpress Blog - 0 views

  •  
    Have you become addicted to telling the world what you're up to in 140 characters or less? If so, say three cheers for wordpress. Wordpress recently launched a cool new feature that all bloggers will love to use : a Twitter widget for your wordpress sidebar.
my mashable

FileTwt Dedicated File Sharing Service on Twitter - 0 views

  •  
    Twitter been widely used micro blogging services for instant sharing with friends and followers. Since Twiter is updated instantly users can easily share information such as links, images, video and now you can share files instantly with all your friends on Twitter. FileTwt is a simple file sharing service on Twitter. Lot of us use Rapidshare for file sharing, but now FileTwt let Twitter user to share files up to 20MB maximum instantly. At present all files are hosted on Rapidshare, but FileTwt will soon start hosting the uploaded files themselves in a few days!
« First ‹ Previous 41 - 60 of 121 Next › Last »
Showing 20 items per page