July
22
2008
12:45 am
Tags:
Post Meta :
You Diggin?

Here’s a sneak peek preview of what to expect in the next version of Woopra!

Woopra Sneak Peek

 

For all those who are waiting for an invite, post a comment and make sure to put your url in the url section (comments with url in the body will be blocked by akismet) and we will activate your website as soon as possible!

 

 

 

 

May
13
2008
12:58 am
Tags:
Post Meta :
You Diggin?

 

SEOI’ve been working on a personal business site of mine (I’ll post the link once I’m done), it has been listed in googles index recently and to my surprise I’ve forgotten to optimize the urls on the site and only got the main page indexed. Google ignores everything after the ? for example, http://johny.org/index.php?post=2&bla=3, in this url google will only index http://johny.org/index.php and everything after the ? will be ignored. This is bad if your pages are dynamically generated (like most new websites).

To fix this, you need to create a new file on the root of your website and name it “.htaccess”. In this file we will put the redirection rules. This is what mine looks like

 

RewriteEngine on
RewriteRule ^montreal/([a-zA-Z0-9_-]+)/([a-zA-Z0-9_-]+)\.html$ index.php?cat=$1&page=$2

 

The first line is required to enable rewrites.

 

The second line is the rule I’m using for the redirects, it looks complicated but it’s actually very simple! RewriteRule has 2 parts, the first part, the from part, “^montreal/([a-zA-Z0-9_-]+)/([a-zA-Z0-9_-]+)\.html$” is to tell apache that if you get a url which looks like this, redirect it to the second part, the to part, which in my case is “index.php?cat=$1&page=$2

 

The links on my page are **.com/montreal/category_example/page_example.html so when someone clicks on it, apache will redirect them to **.com/index.php?cat=category_example&page=page_example. In the from part I have 2 variables which are alpha-numeric, I’ve defined them by “([a-zA-Z0-9_-]+)” (from a-z, A-Z, 0-9, _-]+)) the variable ends as soon as a character is reached which is not in the range I’ve defined, in this case it’s the ‘/’, then the second variable starts which is for the pages. As you can see in my case, I’m mainly targeting clients from Montreal, that’s because my main clientele is from there and this keyword inserted in all my links will give me a fair amount of boost in the search engines for the “montreal” keyword (which is a must have in my case).

 

Hope this helps someone out, let me know if you need any help :)

April
14
2008
12:02 am
Tags:
Post Meta :
You Diggin?

The first draw for the Woopra competition has taken place, the winner is “http://blog.dylx-infotech.com/”. Congratulations :) Please let us know what you think of Woopra! For all the others who participated, another draw will take place next monday and you will be automatically included.

Here’s a video of the draw:



-Johny

April
5
2008
9:09 pm
Tags:
Post Meta :
You Diggin?

I got Woopra invitations and I am willing to give them away but I don’t want to give them away to people who won’t really appreciate it much and therefore I decided to give them out as prizes for small competitions which will happen on Johny.org

For now I came up with 2 competitions:

The first competition consists of editing the demo video that I’ve posted, the link to download the video can be found in my previous post. All that is required is to make a 3-5 minutes eye catching experience so you’ll have to make some transitions, add some background, whatever you find suitable! Make sure you work on the high quality video I posted on Vimeo, the link to download the high quality video can be found in the previous post. Once the video is done, upload on Vimeo, post a comment with a link to the video, every time 10 videos are posted we will choose one and give the winner an invite, therefore for every 10 videos there will be 1 winner (eg: 50 videos = 5 winners…).

The second competition is simple, simply link to this post! I can see everyone who links here and a software will randomly choose a winner every week! The sooner you link the better since you will be automatically included in the next weeks lottery. For every 100 links there will be 5 invites therefore there’s a 5% chance to win (which isn’t really bad).

Good Luck :)

-Johny

Update: The first draw will be on Monday April 14th

I came up with a fair way to do the drawings, each website linking will be assigned a number. On Monday I’ll go on Random.org, generate a number between 1 till “x number of sites linking” and the number which pops on the screen will be the winner. To make sure that no one feels bad or cheated, I’ll record the process and post it on a video sharing website :)

Update: Second draw will be on 21/04/08

For now, here are the numbers assigned:

1 - http://www.windowsobserver.com/2008/04/08/woopra-invites/ (he has woopra running)

1 - http://www.lnahinu.com/blog

3 - http://blog.dylx-infotech.com/22/woopra-fo… (winner on 14/04/08)

2 -http://fredscapes.nl/index.php/2008/04/13/win-een-woopra-invite/

Update: April 21 2008

Not alot of participants so I decided to end the competition, I sent an invite to the 2 remaining candidates.

April
3
2008
3:22 pm
Tags:
Post Meta :
You Diggin?

I’ve been a beta (actually even pre-alpha :P) user of Woopra for a while (one of the first, if not the first), so it’s now time to pay my dues by posting a video about it, the video was made with intent to be modified (some editing and adding step by step explanation) and placed on the Woopra demo page but due to lack of time it stayed as scrap and in the meanwhile newer version of Woopra got released and therefore I decided to post it before it becomes totally useless :P

If you haven’t heard of Woopra yet, “Woopra provides real-time stats delivered via a revolutionary client-server application, and includes unique features such as the ability to identify and chat real time with visitors to the monitored site. The beta version of Woopra was quietly unveiled to a select audience of 200 at WordCamp Dallas, but news rapidly spread to over 2 million as buzz began to grow.”

Enjoy! :)



For those interested in an invite to Woopra, I have a small challenge, download the high quality video from Vimeo (on the videos page) and edit it. The best edit will receive an invite!

July
15
2007
3:43 pm
Tags:
Post Meta :
You Diggin?

I’ve always had this in mind but never had the patience to write it, yet when someone asks me “can you help me out with a new website?” I happily sit down and help them out by guiding them step by step. I finally decided to write this guide to help those who don’t know where to start from.

This guide will start by being for the ultimate clueless, such as domain name and hosting registration.

The second section would concern the installation and usage of WordPress. Uploading files, creating a database, setting up Wordpress.

In the third section, we’ll see how we can write new posts, how to install templates, how to install plugins, how to filter comments from spam, how to make the links search engine friendly and so on, the basics to start using the website.

The fourth section would teach web analytics with the use of Google Web Analytics tool. In this section we will take a look on how you can track the visitors on your site, how they got to your site, what they checked, so on and so forth.

In the fifth section, we’ll see how we can generate some traffic to our new website, we’ll also take a look on how we can get high ranking in search engines, how we can get a high page rank from Google…

Once we get some descent traffic, we can start by making some money from our website through advertising. Therefore the last section ( sixth week) will consist of making some cash from the website, we’ll take a look at Google Adsense, i’ll teach you some optimization techniques I’ve learned along the years.

(more…)