Web Wide Way

Web World News

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

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.

A/B testing for your site

Conversion rate is one of the most important factors in successful work of the website.
How can you learn if it’s build good and useful for the customers?
Try to do A/B testing for your site.
I recommend this site for that http://visualwebsiteoptimizer.com.
You can take trial period of 30 days to understand how it works.
You don’t need to change html code of your site.
All the changes you will do with help of the software.

Moving free wordpress hosted blog to own hosting

I’ve finally decided to try this cheap hosting http://3ix.com
Price for parking 3 domains is $12/6months
1. Go to youIP/cpanel
2. Enter user name and password you got from hosting
3. click on Fantastico De Luxe (on the bottom)
4. Click on WordPress (left menu)
5. Install new – choose user name and password for admin
5. Go to Go Daddy (or whatever where is your domain hosted)
6. Unlock domain.
7. Cnange DNS names to new ones you got from hosting
8. Go to your free hosted wordpress blog
9. Tools-> Export -> All – Save file on your computer
10. Go to yourdomain/wp-admin/
11. Enter user name and password you choosed
12. Go to Tools-> Import
13. Install import plugin
14. Upload file you saved in N.9
15. Install Theme
18. Go to your old blog Tools -> Delete
19. Go to your email – click on confirmation link

If you need to add google verification meta data you should change permitions for header.php
Connect via FTP with your hosting
Go to /public_html/wp-content/themes/yourtheme
Right click on header.php
Click on File Permissions
Change numbers from 644 to 666
Now in wordpress admin in Appearance – > Editor choose header. php – add google verification code and Click on update button.
There is the same proccess for change of any other file.