Nice And Simple CSS Tricks For Web Designers
In this tutorial I am going to show you how to create some very nice effects using nothing but CSS. If you are new when it comes to Web design then this post is perfect for you to learn some tricks from. CSS Rounded Corners Effect You can apply this to everything from tables to images by adding the following line to your code. You can increase or decrease how rounded the corners are by adjusting the radius. I included an example of how to use this effect. This can also be combined with the shadow …
How To Run Ubuntu Inside Of Windows
In this tutorial I will be showing you how to run Ubuntu 12.10 on Windows 7 although this should work for Windows Vista and Windows 8 as-well. Download Virtualbox Virtualbox is a free application that lets you run guest operating systems inside of Windows or Linux. So basically you can have Ubuntu or some other operating system running in a window inside of Windows. You can get Virtualbox for free by visiting the Virtualbox download page. Download Ubuntu Ubuntu is a free operating …
How To Download Torrents On Windows
To download a torrent you need to use torrent software and there are tons of choices out there. I would never buy a program for this though because there are tons of good free ones out there including BitTorrent. In this short and simple tutorial I will show you how to download and install torrent software and then how to download torrents on the following operating systems: Windows XP Windows Vista Windows 7 Windows 8 The first thing we are going to do is download the actual torrent …
How To Install Google Chrome On Linux Mint / Ubuntu
Google Chrome Browser “Chrome is a fast, simple, and secure web browser, built for the modern web.” For a full list of features and more information about Google Chrome simply visit the official website’s features page. In this post I will teach you how to install Google Chrome browser directly from the official Google repository on the following Linux based operating systems: Linux Mint Ubuntu Kubuntu Xubuntu Ubuntu Studio The first thing you want to do to install Google …
Adding Some Flair With HR Tags
In this tutorial I will show you how to make use of the <hr> tag as well as how to style them in different ways to add some flair to your templates and themes. This might seem like something simple to start writing with but it is something that can be used in tons of different ways for example the header on this theme. First thing I will write about is what an <hr> tag basically does when you add it to your site. You can see an example underneath the h3 text below: Using HR Tags In …