Online analysis of a webpage’s loading time

February 25th, 2008


View original post


Have you ever wondered how much time it takes a browser to load your web page across the internet or how this total webpage load time is distributed among the various HTTP requests that are sent to the web server in order to retrieve all the objects, including images, javascript, flash animations, et cetera your page contains? Recently, I’ve been wondering about such things, so I started searching for services that can provide both an estimation of a web page’s loading time and also some analysis about how long the retrieval of each of its objects lasts. The one that caught my attention is Pingdom’s Full Page Test. The service can be used free of charge. I guess the visual representation of the web page loading time and all the available features are quite satisfactory for a free service.

View source post

Size text with “em” in your CSS - Explained with example

February 25th, 2008


View original post


Sizing text for the screen using ems in your Cascading Style Sheet (CSS) can be a problem, if you are not a web designer and have never spent any time reading about the differences between the various units that can be used to measure text size, especially pixels (px) and ems (em) which are the most frequently used. I am sure there are a lot of guides out there that explain the issues that arise by using either one of the aforementioned units, but I consider the article How to size text using ems a very good place to start, if ems is what you aim for.

It seems that the main advantage of using ems instead of pixels is that text size can be translated correctly by all major browsers when the user resizes the text from within the browser, overriding the text size defined in the CSS. I feel that, once again, people are forced to waste their valuable time because of Microsoft’s old-fashioned methods of protecting its investment by not following the established standards, so… well, taking into account that Internet Explorer (IE) is still a very popular web browser, I guess that noone can actually avoid reading about the pros and cons of using ems or pixels to size text for the web.

View source post

Sopcast with GUI and sop:// URLs in Ubuntu

February 25th, 2008


View original post


This guide will help you install sopcast on Ubuntu 7.10 Gutsy. It will also help you get a special modified version of the GUI running and setup firefox to send sop:// links to the program.

Installing packages

Make sure you have all universe and multiverse repositories switched on. Then, in terminal:

sudo apt-get install qt3-apps-dev vlc build-essential

Downloading the latest SopCast binary

Link: Sopcast ix86 binary

Unzip it and cd into that directory using terminal. Then run:

sudo cp sp-sc-auth /usr/bin/sp-sc

Downloading and building the latest GUI

Download this specially modified source package. I have added URL handling.

Link: RKMOD version of QSopCast

Aga*in, unzip it and cd into that (src) directory using terminal. Then run

sudo qmakesudo makesudo make install

This should compile the source and install the binary into the correct location.

Creating a menu shortcut

Go to System / Preferences / Main Menu… then ‘Internet’ and ‘Add New Item’. Give it the name “QSopCast” and command “qsopcast”. You should now be able to launch from the main menu.

Setting up the GUI

Once the gui is open, goto config then config again. Make sure that the player settings are all set to “vlc” and that the channel URL is set to “http://www.sopcast.com/gchlxml

You should now be able to watch sop casts by selecting a channel, launching it and then hitting player when the stream is at 100%

Firefox sop:// URLS

Go into firefox and enter URL: “about:config”. Right click, select new and string. The string name is “network.protocol-handler.app.sop” and the value is “qsopcast”. It should now send sops to the modified version of QSopCast ready to be launched.

View source post

How to Create a custom keyboard shortcut in Ubuntu

February 25th, 2008


View original post


xbindkeys is a program that allows you to launch shell commands with your keyboard or your mouse under X Window. It links commands to keys or mouse buttons, using a configuration file. It’s independent of the window manager and can capture all keyboard keys (ex: Power, Wake…).

xbindkeys-config-An easy to use gtk program for configuring Xbindkeys.GTK Configure program for xbindkeys.

(…)
Read the rest of How to Create a custom keyboard shortcut in Ubuntu (63 words)


© admin for Ubuntu Geek, 2008. |
Permalink |
No comment

Add to del.icio.us

Search blogs linking this post with Technorati

Want more on these topics ? Browse the archive of posts filed under General.

View source post

How to change apache2 default charset in Ubuntu

February 25th, 2008


View original post


If you want to change the apache2 default charset in Ubuntu try this procedure

You need to edit this file /etc/apache2/conf.d/charset

(…)
Read the rest of How to change apache2 default charset in Ubuntu (37 words)


© admin for Ubuntu Geek, 2008. |
Permalink |
No comment

Add to del.icio.us

Search blogs linking this post with Technorati

Want more on these topics ? Browse the archive of posts filed under Server.

View source post

Working with Songbird and wma files

February 25th, 2008


View original post


If you want to work with songbird and wma files here is the simple tip how to work together

First, open up a terminal and go to the Songbird chrome directory

cd /opt/Songbird/chrome

(…)
Read the rest of Working with Songbird and wma files (127 words)


© admin for Ubuntu Geek, 2008. |
Permalink |
No comment

Add to del.icio.us

Search blogs linking this post with Technorati

Want more on these topics ? Browse the archive of posts filed under General.

View source post

Massive List of Laptops That Work With Ubuntu

February 25th, 2008


View original post


After a little more googling, I found a page for the Ubuntu Laptop Testing Team. This resource is incredible because it provides Make and Models of laptops and then tells you which Ubuntu releases have been tested on them, and the results.

View source post

Howto install gOS on Ubuntu/Kubuntu/Xubuntu

February 25th, 2008


View original post


Due to the fact that gOSleans heavy on on-line applications built on Web 2.0 and AJAX technology it also does not use much hard disk space for applications, the whole system fits comfortably in less than 2 GB of hard disk space.

View source post

Laptop with Ubuntu 7.10, Nokia N70 Modem and AIS (One-2-Call) EDGE

February 25th, 2008


View original post


As I post this, I am on my laptop running Ubuntu 7.10 (Gutsy Gibbon) and connecting the Internet via AIS EDGE wireless internet with my Nokia N70 mobile phone.

View source post

Beginning Ubuntu Server Administration: From Novice to Professional

February 25th, 2008


View original post


Here’s a short review of the book “Beginning Ubuntu Server Administration: From Novice to Professional”

View source post