1. Go to Tools on your free wordpress blog and export all data to your local computer.
2. Go to your hosting and unlock nameservers parameters
3. Change nemaservers from NS1.WORDPRESS.COM to new ones you got from our own hosting
4. Go to cpanel of your hosting and click on addon domains button
5. Create new addon domain with your domain name
6. Go to Fantastico De Luxe
7. Install new wordpress for new addon domain, save user name and password on your computer
8. Go to yourdomain.com/wp-admin and login with new user name and password
9. Go to tools and import file with all data exported in #1
10. Check in settings/privacy that Site Visibility is checked and opened for Search Engines
11. Go to settings/permalinks and check day and name check box
12. Go to settings/discussion and enter 1 in “Hold a comment in the queue if it contains” filed to prevent spam comments.
13. Go to posts and delete “hello, world” post generated automatically
14. Go to pages and delete “sample page” generated automatically
15. Add links and widgets from free wordpress blog
16. Go to tools on free wordpress blog and delete it. You will get email where you should confirm you want to delete it permanently. It should be done to avoid duplicate content.
Latest posts
How to center image using div
<div style=”text-align:center;”></div>
Cheap USA Hosting
http://www.vebnest.com/
Basic Package
$1.95/mo
$23.40/year
Annual Payment Discount Coupon – Now2011 – 50% discount
Final yearly price is $11.70
There is no Fantastico de Luxe button but there is another one similar service named Softaculous
$1/month Europe and USA Hosting
https://appvz.com/en/hosting.html
Hosted in Germany
Starter plan
$12/year
Sub-Domain: Unlimited
Addon domains: No
http://www.1dollar-webhosting.com/1dollarwebhosting.htm
Hosted in USA
Silver plan
$12/year
Addon domains: 4
Sub-Domain: 200
http://www.m2host.com/cheap_hosting.php
Hosted in USA
Starter plan
$12/year
Addon domains: Unlimited
Sub-Domain: Unlimited
Google Analytics Tips
I’m learning to create segments for my sites in my Google Analytic account.
Click on Advanced Segments on the left menu, after that click on the text on the middle of the page “No custom segments created for this profile; click here to create one. ”
Now choose for which parameters do you want to check your site.
It could be different visitors parameters like Visitor Types, Language, Country or any of Custom variables
It could be traffic source parameters, content parameters etc.
Click on Add “or” statement and drug chosen parameter to the rectangle on the middle.
For example you drugged Country/Territory parameter , now you could select condition from select box like Matches exactly, Doesn’t match exactly, matches regular expression etc and finally select value from select box. For country it will get list of the countries from where you have visitors to your site.
You should add separately new element for each country with “or” connection between all elements.
Now give the name to your segment and text it before creating.
If you got results for each element that’s mean your segment is ok and now you can click on “Create Segment” button.
Object-Oriented Programming
Some basic data.
History
1960 – first appearance of object term (MIT)
1967 – Simula67, classes and virtula methods
1972 – Smalltalk. OOP terms, messages
1979 – C++
1987 – Objective C and NextStep
1995 – Java
2002 – dot Net – new platform is not depending on programming language
3 main terms determinate OOP
- Encapsulation
- Polymorphism
- Inheritance
Object is data and processing of data in one capsule.
Object could be implemented by classes and prototypes.
Classes method is suit for Java, C++, PHP
Prototypes method is suit for Jabascript
Automatically redirection from domain.com to www.domain.com
To redirect domain.com to www.domain.com, add the following code to your .htaccess file on your root directory.
RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain.com$ [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]
Happy New Year with Drupal 7!
Drupal 7 starts it’s way in web developing world.
Official release will be celebrated over the world at January 7.
You can join to the party here
http://www.drupal7releaseparty.org/
Recommended SEO WordPress Theme
I’ve found great free WordPress theme SEO oriented – Atahualpa 3.4.9 by BytesForAll
It is strongly customized with a lot of options.
You can choose simple if you want to show site bar on the home page only or site wide, you have 4 site bars to play with – 2 left bars and 2 right bars.
You can add meta tags as title, description and keywords viz web interface and not into the header.php file.
Strongly recommended for webmasters.
Cheap Hosting
I’ve found this site offers cheap hosting
http://www.asmallorange.com/hosting/shared/
Only $25 /year for 150 MB Space
There is a possibility of unlimited number of add-on domains as well as some seo free tools like analysis of your site by attracta.com
I’ll try it.