ADS

Showing posts with label Tricks. Show all posts
Showing posts with label Tricks. Show all posts

Friday, 15 July 2011

How to install plugins in Wordpress

Tags: How to install plugins in Wordpress

It is easy to install plugins in wordpress but if you have any trouble while dealing with installation progress, this post will help you in detail with images from the beginning - finding a plugin - to the end - activating an installed plugin - Step by Step. Beside this, I will introduce some useful plugin for Wordpress and How to get them. Now, lets begin!

How to install Wordpress on a host Step by Step


Tags: How to install Wordpress on a free host, Wordpress.org, Give your wordpress blog a dedicated directory, Install wordpress in a dedicated directory.

Recently I found that Wordpress is a cool blog software that could be used in many case and I gave Wordpress a try. I installed Wordpress on a free host and use a free domain (Most of free hosting services usually provide free subdomain). If you know Wordpress or just begin learn about it, you know that Wordpress has a famous 5-steps installation, so what this post is good for?
Before you install Wordpress on your host, you should setup Wordpress your own on a test host. It is really useful. You want to learn Wordpress (create plugin, themes, ...) totally free or you want to test your new theme without making any effection to your current pages, ... So, whatever the reason that bring you to install wordpress for a test and feel, this tutorial will be good for you because I will try to make it more detail with images.

Wednesday, 13 July 2011

Where could I find Edit Template in new interface of Blogger

Where is the Edit template in the New Interface of Blogger!
Blogger has just changed to new interface in content management. I think it is too easy for you to get well with how to publish new posts, tag post, ... but users who used to add code to blogger template like me won't find where is the edit template box to add/remove code to. What happen if we want to add facebook share button, add relate posts, ...
This post for newbie and who still couldn't find where is it like me!

Monday, 11 July 2011

Top 10 android setup tasks for a new android user

Kick start your shiny new android phone including the Droid family, Evo 4G, Galaxy S or other Motorola, Samsung and HTC android phones.
Follow Android Tips via Email/Twitter to receive infrequent, but only the best tips.

Epic 4G

How to import contacts into android phone

Export contacts from Outlook or Outlook Express (or any other application) to csv format and then import to gmail. That should do it for most users.
If you have your contacts on an old GSM phone, you could export them on to the SIM card and then import them to your new phone.

How to install Drupal 7 on Ubuntu 11.4

How to install Drupal 7 on Ubuntu 11.4

To install Drupal 7, you have to install LAMP on you machine before. You can see my guide how to install LAMP on Ubuntu 11.4.
Ok. Now you got LAMP on your Ubuntu, we will install Drupal 7 in these steps below:

Sunday, 10 July 2011

How to reset MySQL password!

How to reset MySQL password!

Are you looking at this page because you cannot access the mysql server installed on your pc/server when you were trying to see if it works well? Or do you receive error messages like the following? :


ERROR 1045: Access denied for user: 'root@localhost' (Using
password: NO)

or

ERROR 1045: Access denied for user: 'root@localhost' (Using
password: YES)

To resolve this problem ,a fast and always working way is the "Password Resetting" .

How to install LAMP in Linux Ubuntu 11.04

How to install Linux, Apache, MySQL, PHP in Linux Ubuntu 11.4
I couldn't believe that it is so easy to install LAMP in Ubuntu. It is a little different with installing in older versions but steps are too easy to realize. Just do it now.
More Linux Tricks and How-tos can be found at: Linux Category.

1. Install Apache

How to import, invite Facebook friends to Google+

While you're settling into Google+, you might notice that it's a little lonely without your friends.
Since most of your friends are currently on Facebook (and might not even know about Google+), you'll need to help them make the switch.
Here's how:
Step 1: Log into your Yahoo Mail account. If you don't have one yet, create one. Then, head to the "Contacts" tab in the mail dashboard. Click "Import contacts" and then select the Facebook icon in the next screen. You'll be asked to authorize the connection.

Saturday, 9 July 2011

How to Create a URL File in the Simplest 3 Steps

A URL file is a file containing a Web address. Although you might assume you need specialized software to create this type of file, you can make URL files using nothing more than the basic coding tools that ship with your operating system. This will allow you to construct as many URL files as you require, enabling you to continue computing without having to spend money on additional software.

I assume that you want to create a URL file that brings us to http://microtrix.blogspot.com when you double click it.

Step 1: Open your word editor (Notepad, Gedit, VIM, ... No need to use MS Word)
Step 2: Type the following lines in to your editor:

[InternetShortcut]
URL=http://microtrix.blogspot.com

Step 3: Save your file with a name: abc.url

Now you get what you want. Is it simple as I said.!

Python as A Hobby: Getting Involved

For more information about Python and other tutorial in this series, go to static page of this tutorial here: Python as A Hobby! [ ].

In my opinion, the best way to learn a programming language is to retype examples and run it yourself. In this tutorial, I will use this method. I will give examples to let us know the way we use Python.
In the last tutorial, I have provide some examples to let you warm up with Python. In this tutorial, there will be some more complicated examples.
1. How to programming and run Python .py files
We can use terminals to program Python as we did it before, but as the programs are more complicated, we need some better way, we need to use .py files.
Now open your editor (gedit, Vim, notepad, ... ) and type this code:

#!/usr/bin/env python
#my comment
import sys
print "Welcome to microtrix.blogspot.com Python world!"
sys.stdout.write("Have you been in Microtrix or Imhades.blogspot.com")

Now, save your works as

Python as A Hobby: Installation and Say Hello to Python

For more information about Python and other tutorial in this series, go to static page of this tutorial here: Python as A Hobby! [ ].

As mention earlier, you can get Python from python.org. Just go to python.org and download python installation file to you computer. Python has editions for different OS. Python for Linux, MacOS and Windows. Just get the one appropriate to you. In Windows and MacOS, thing goes easily. Just double click in to your downloaded file and Next, Next, Next, ...

For Windows users, after download file .msi or .exe from Python.org and install it as usually, you can run Python from DOS or from Python IDLE (IDLE is the default IDE for Python) .


In Linux, Ubuntu for example, you usually got

Friday, 8 July 2011

Excel Tutorials: How to use Excel 2007 Custom Header

For more Excel tips and tricks go to my static page:  Excel Tutorials and Tricks Series.


In Excel 2007, a header is a line of text that prints at the top of each page in the spreadsheet.


Excel Tutorials: How to Create a Template in Excel 2007

For more Excel tips and tricks go to my static page:  Excel Tutorials and Tricks Series.

A template in Excel is a spreadsheet file containing common data and formatting options that is used as a model for other spreadsheets.
  • Formatting can include font and layout changes, conditional formatting, color changes, and any other available options.

  • Charts can added to the template file as can formulas, functions, look up tables, and macros.

Steps to creating a template in Excel 2007
  1. Enter all of the necessary data.

  2. Add or remove rows and columns as needed.

  3. Create formulas, charts and other

Excel Tutorials: How to Create a Formatting Style in Excel 2007

For more Excel tips and tricks go to my static page:  Excel Tutorials and Tricks Series.

A style in Excel 2007 is a combination of formatting options that is named and saved as part of your current spreadsheet file. The new style can then quickly be applied to data and cells in the spreadsheet.
Related article: Copy a Formatting Style in Excel 2007.

Excel Tutorials: How to Copy a Formatting Style in Excel 2007

A style in Excel 2007 is a combination of formatting options that is named and saved as part of your current workbook. Once created, this style can be copied and used on data and cells in other workbooks as well.
For more Excel tips and tricks go to my static page:  Excel Tutorials and Tricks Series.

Excel Tutorials: How to create and use Excel 2007 Macro

Excel Macro Recorder Tutorial

Excel 2007 Macro Recorder Tutorial
Excel 2007 Macro Recorder Tutorial
� Ted French

For more Excel tips and tricks go to my static page:  Excel Tutorials and Tricks Series. 

Excel Macro Recorder Tutorial

Excel Tutorials: How to Lock Cells and Protect Worksheet Data in Excel 2007


Protecting data from change in Excel is a two step process.

Excel Tutorials: How to use Goal Seek in Excel

Excel's Goal Seek feature allows you to alter the data used in a formula in order to find out what the results will be.

The different results can then be compared to find out which one best suits your requirements.

Excel Tutorials: How to Find Below Average Values with Conditional Formatting

Finding Below Average Values with Conditional Formatting



Adding conditional formatting to a cell in Excel allows you to apply different formatting options, such as color, to a cell or cells that meet certain conditions.

For more Excel tips and tricks go to my static page:  Excel Tutorials and Tricks Series.