1/26/2012
12/17/2011
How to install Wordpress locally
12/17/2011 12:38:00 πμ
By alivetech
How to install Wordpress cms.
Wordpress Instalation.
* if you want to install wordpress locally and you dont have a local server, download and install xampp from here.
Local wordpress instalation video tutorial by Alivetech
Online wordpress instalation video tutorial by Alivetech
1. Download and unzip in your server folder the WordPress package.
2. Create a database for WordPress on your web server.
3. Create MySQL user with all privileges
4. Rename the wp-config-sample.php file to wp-config.php.
5. Open wp-config.php in a text editor and fill in your database details you yan see in detail in the above video.
6.Open with your browser your url (ex: http://localhost/wordpress") and fill the required fields.
You are done!
Wordpress Instalation.
* if you want to install wordpress locally and you dont have a local server, download and install xampp from here.
Local wordpress instalation video tutorial by Alivetech
Online wordpress instalation video tutorial by Alivetech
1. Download and unzip in your server folder the WordPress package.
2. Create a database for WordPress on your web server.
3. Create MySQL user with all privileges
4. Rename the wp-config-sample.php file to wp-config.php.
5. Open wp-config.php in a text editor and fill in your database details you yan see in detail in the above video.
6.Open with your browser your url (ex: http://localhost/wordpress") and fill the required fields.
You are done!
12/16/2011
How to delete windows.old folder in windows 7
12/16/2011 07:16:00 πμ
By alivetech
How to delete windows.old folder in windows 7 and Vista.
1. Click on Start/All Programs/Accessories/System Tools/Disc Cleanup
2.When the dialog box comes up, select the drive that has the .old files on it and click OK
3.The system then scans for the files to be cleaned up and another dialog box opens with the selection.
Click on the button labeled Clean up system files at the bottom of that dialog box.
1. Click on Start/All Programs/Accessories/System Tools/Disc Cleanup
2.When the dialog box comes up, select the drive that has the .old files on it and click OK
3.The system then scans for the files to be cleaned up and another dialog box opens with the selection.
Click on the button labeled Clean up system files at the bottom of that dialog box.
12/14/2011
How to import css into another css @import rule
12/14/2011 09:59:00 πμ
By alivetech
You can import css using @import method
1. You can use it to import css into another css file as shown below,
2. The second method,
3.And finally one trick for you...
You can even load both your screen and print (or handheld) stylesheets all at the same time using this trick. If you’d like to specify a media, just write your rules like this:
1. You can use it to import css into another css file as shown below,
3.And finally one trick for you...
You can even load both your screen and print (or handheld) stylesheets all at the same time using this trick. If you’d like to specify a media, just write your rules like this:
12/05/2011
Select / Invite all friends at once in facebook 2011
12/05/2011 08:44:00 πμ
By alivetech
Finally i've found a script that is working.
Select / Invite all friends at once in new facebook script 2011.
Check all friends at once in new facebook 2011.
1. Open Mozilla Firefox
2. Login into your facebook account
3. Go to your page and click on invite friends
4. You will see the popup window with your friends, > scroll your list down to load all of your friends in this window.
Once they are loaded all of your friends in this window scroll up to the top of the list, as shown below.
(The script checks only the loaded friends, if you scroll down the list you will notice that the scroll bar is getting smaller and more of your friends are loaded.Then you have to scroll up to the top of the list in order to select, from the very first friend in the list, otherwise some of your friends will not be selected. This is the way that the script interracts with facebook).
5. Go to firefox > tools > web developer > Scratchpad
6. Copy and paste the following code in the Scratchpad
7. Hit ctrl+R and you are done
Select / Invite all friends at once in new facebook script 2011.
Check all friends at once in new facebook 2011.
1. Open Mozilla Firefox
2. Login into your facebook account
3. Go to your page and click on invite friends
4. You will see the popup window with your friends, > scroll your list down to load all of your friends in this window.
Once they are loaded all of your friends in this window scroll up to the top of the list, as shown below.
(The script checks only the loaded friends, if you scroll down the list you will notice that the scroll bar is getting smaller and more of your friends are loaded.Then you have to scroll up to the top of the list in order to select, from the very first friend in the list, otherwise some of your friends will not be selected. This is the way that the script interracts with facebook).
5. Go to firefox > tools > web developer > Scratchpad
6. Copy and paste the following code in the Scratchpad
javascript: elms = document.getElementsByName("checkableitems[]"); for (i = 0; i < elms.length; i++) { if (elms[i].type = "checkbox") elms[i].click() };
7. Hit ctrl+R and you are done
12/04/2011
Tools - SEO tools free for website testing and optimisation
12/04/2011 02:37:00 πμ
By alivetech
9 Great tools for seo customisation and website testing.
Top 9 tools for website testing and seo customisation.
Top 9 tools for website testing and seo customisation.
9. alertra.com
Web page testing and SEO customisation
12/04/2011 02:24:00 πμ
By alivetech
A great tool for web page testing and seo customisation intelligence.
http://www.webpagetest.org
some images bellow...
http://www.webpagetest.org
some images bellow...
11/29/2011
Custom screen resolution for nvidia users all monitors
11/29/2011 07:32:00 πμ
By alivetech
Custom resolutions allow end users to the ultimate flexibility to add virtually any resolution and refresh for their display. If users want to use a unique resolution or refresh rate that is not available through windows control panels, this control will let users manually add any mode.
The software will perform a check to make sure the end user defined resolution and refresh rate are supported by the graphics card.
The steps below will show you how to add a custom resolution:
1. Browse to the NVIDIA Display Properties by right mouse clicking on the Windows desktop and selecting NVIDIA Display.
2. Select the Change Resolution option.
3. Click the Add button.
Read and Accept the End User License Agreement.
WARNING: If you are unsure about what your are doing, do not accept the End User License Agreement and do not proceed.
Type in the desired settings for a custom resolution.

4. Click OK. The software will now perform a check to ensure the mode you have added is safe. If it is the mode is safe, the user will be prompted with a notification of a successful addition of that mode. If it is not, the user will be prompted with a notification that that mode is not safe to add.
via: nvidia.com
How to import custom screen resolution
11/29/2011 07:05:00 πμ
By alivetech
Not displayed screen resolution settings win7 and vista.
Screen resolution settings do not appear win7 and vista.
How to import custom screen resolution / screen settings in win7 and vista.
If you have a widescreen monitor and screen resolutions / screen settings do not fit and you have nvidia graphic card try the following solution in win7 and vista.
1.right click on your desktop and click on nvidia control panel
* if you don't have nvidia control panel you can download it from here for win7 and vista.
2. Click on the left "change resolution"
3. Click on customise as shown below
4. Click on create custom resolution
5. Put your custom settings and then press test to test' em. And then ok, and close the nvidia control panel.
6. After that you can right click on your desktop > screen resolution
7. And now you are able to see and choose your custom setting.
*Remember this tutorial works on win7 or vista and with nvidia graphic cards.
Screen resolution settings do not appear win7 and vista.
How to import custom screen resolution / screen settings in win7 and vista.
If you have a widescreen monitor and screen resolutions / screen settings do not fit and you have nvidia graphic card try the following solution in win7 and vista.
1.right click on your desktop and click on nvidia control panel
* if you don't have nvidia control panel you can download it from here for win7 and vista.
2. Click on the left "change resolution"
3. Click on customise as shown below
4. Click on create custom resolution
5. Put your custom settings and then press test to test' em. And then ok, and close the nvidia control panel.
6. After that you can right click on your desktop > screen resolution
7. And now you are able to see and choose your custom setting.
*Remember this tutorial works on win7 or vista and with nvidia graphic cards.
Nvidia control panel win7 win vista rar
11/29/2011 06:11:00 πμ
By alivetech
Nvidia control panel for windows 7 and Vista .rar .zip
Nvidia control panel for win7 and winVista .rar .zip
http://www.nvidia.com/content/DriverDownload-March2009/confirmation.php?url=/Windows/258.96/258.96_desktop_win7_winvista_32bit_english_whql.exe&lang=us&type=GeForce
Nvidia control panel for win7 and winVista .rar .zip
http://www.nvidia.com/content/DriverDownload-March2009/confirmation.php?url=/Windows/258.96/258.96_desktop_win7_winvista_32bit_english_whql.exe&lang=us&type=GeForce




































