The last confirmed Google PR update was last April 2, 2010. And recently, Alexa also had problems with their site rankings, but thankfully that was fixed within a 10-day time. So, when is the next Google PR update happening? There were rumors that it happened last June, but what actually happened was minor cache glitch where some sites that had PR# went to PR0 and then later on came back to the original Google PR.
As I was surfing other blogs and sites, there were rumors that the next Google PR will be this mid-September. Again, these are only rumors. But, I, and probably all of us hope that it really will update on that said date.
Several weeks ago, when the Alexa rankings went crashing down, I tried to search for a site that gives an pretty accurate summary on your
Showing posts with label website. Show all posts
Showing posts with label website. Show all posts
Tuesday, August 31, 2010
Need to know your Blog's rating?
written by digiknowzone at 4:12:00 PM
Sunday, August 22, 2010
Digiknowzone.com is Live!
written by digiknowzone at 6:35:00 PM

Don't worry, our blogspot site will still continue with providing you the digital knowledge that we are providing. On the other hand, Digiknowzone.com will focus more on the 'How-to' tips for improving Wordpress-enabled sites.
Although Digiknowzone.com is still in the soft-launch stage, we are still continuing in making it better. Also, we would like to ask for your suggestions in making it better both aesthetically and intellectually in the continued pursuit to serve you.
It's our great honor to continually help you grow and develop. Thank you and please continue in following us!
Sunday, August 15, 2010
How to - HTML code on posts
written by digiknowzone at 8:09:00 PM

Here's an example what I'm trying to say. If you copy and paste this code to your blog post:
so.addVariable("tcolor", "0x333333");Sometimes, it would appear like this:
so.addVariable(&";tcolor&";, ";0x333333&";);
Thus, your reader's wouldn't be able to put in the correct code. Sometimes the HTML would simply appear on the way you don't want it to appear.And yes, there is very simple solution. You'll just have to quote the HTML code. Here's how:
- On you blog's post editor, paste your HTML code:
- Then Select ALL of the HTML code:
- Finally, just hit on the quote button at the top portion of your post editor.
- Once done with the content of your post. You can either 'Preview' or 'Publish' your post.