Skip to main content

Home/ CSS Evangelist/ Group items tagged server

Rss Feed Group items tagged

tech vedic

The Ultimate Guide to Changing Your DNS Server - 0 views

  •  
    In case, you find the need to change the DNS server for your entire network on your router or set it individually on a PC or other device then have a look on this tutorial.
Robin Dale

Steps to Schedule a Reboot for your Linux Server - 1 views

  •  
    Rebooting is one of the important task to be performed once in a month in order to install updates for your kernel and to increase the performance of your active dedicated server. The reboot of server is essential everytime when you install any updates or patch your kernel.
Robin Dale

Steps to Change Root Password in HyperVM - 1 views

  •  
    HyperVM is a very powerful and robust virtualization management software application, which helps you to manage a particular server within a servers cluster. If you forget your root password in HyperVM, it can be reset very easily using few steps shown in this tutorial.
Frederik Van Zande

The Big Table Problem | 8164 - 0 views

  •  
    My friend/ex-coworker Sam the Wonder Boy used to send me late night AIM messages comprised of only three letters, "M.F.R." This would then send chills up my spine, and I'd curl up on the floor in fetal position and weep nonstop. OK, I'm exaggerating a quite bit, and Sam doesn't do that anymore. "M.F.R." stands for "Monthly Forecast Report." It was one of the many modules of a huge intranet web application we worked on years ago. As the name implies, it was a report. Before arriving to the actual report screen, the user could select some criteria such as date range, products, etc. Depending on the selection, the report can have up to sixty columns and thousands of rows. It was quite a challenge both on the backend and frontend. I initially created it using server side Excel API and dumped it to the frontend as an excel sheet. In version 2 I made it as an HTML table with the Excel export option. In version 3 I ditched HTML and went for Crystal Report, in version 3.5 it became Active Report. In version 4 we rewrote the whole application as a .NET client app, with the report section being Excel again. In version 5, well there wasn't a version 5. The whole project got outsourced to India and the team was disbanded. But that's a blog for another day.
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.
Vernon Fowler

LESS « The Dynamic Stylesheet language - 8 views

  •  
    The LESS Ruby gem compiles LESS code to CSS.  LESS is an extension of CSS. You can write LESS code just like you would write CSS, except you need to compile it to CSS. That's what the gem is for. If you are on Mac OS X, you can install the gem by typing the following command in the terminal:
  •  
    LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions. LESS runs on both the server-side (with Node.js and Rhino) or client-side (modern browsers only).
Robin Dale

Installation of PHP PEAR on Linux Server - 1 views

  •  
    The PHP PEAR also known as PHP Extension and Application Repository, is a repository built especially for PHP software code. In this tutorial, you will learn how to install the PHP PEAR on the linux server. Install PEAR allows you to install various extensions without compiling the source packages.
tech vedic

How to Cut Down on Unwanted Email? - 0 views

  •  
    Tired of dozens of unwanted emails? Then it's time to do something for cutting off the pass emails that you just don't need.
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.
Alberto Adrián Schiano

How to Design and Publish Your Website with Nvu (thesitewizard.com) - 0 views

  •  
    All you need to know to build your own website!
my mashable

AppLocker Block Listed Application on Your Computer - 0 views

  •  
    AppLocker provides a comfortable way to block software programs from being executed on a target system. If you need to prevent an application from running accidentally or would like to disable an application you can't uninstall, AppLocker provides a simple interface to do so.
my mashable

Have You Ever Seen Inside a Google Data Center - 0 views

  •  
    Google and other members of the IT industry recently joined at Google Data Centre Efficiency Submit at Calif, Mountain View, to discuss best practices for building and measuring data center efficiency. The idea behind this submit is tosave resources such as electricity and water is not just good for the environment, it makes good business sense too. Being "green" reduces operating costs and can keep our industry competitive; it is this economic advantage that makes efficiency truly sustainable.
1 - 16 of 16
Showing 20 items per page