Showing posts with label web design. Show all posts
Showing posts with label web design. Show all posts

Friday, January 14, 2011

Improve Blogger PageRank by Optimizing Post Page Title

Blogger blogs are having an SEO issue with the post page tittle, which can diminish SERPs and PageRank . Have a look at the following example from Google results for a particular blog .
Funny thing is that its a blog about Search engine optimization.
Click here to view the image

In the results for each pages, post page tittles are shown only after the blog headings which separates them with a ” :” sign ( hope the point is clear ) . To get in top results for a particular post , you need to remove the repetitive blog heading from post tittle .
See the results that i am getting for my blog which uses a blogger custom domain .
Click here to view the image

As each post is having its own title , chances are there for the results to be in top pages.Now we can do this by performing a simple edit on blogger template .

Open edit HTML section .

Now press Ctrl+F and search for <title><data:blog.pagetitle/></title> .
Replace that code with the code in the following box and save your template.
<b:if cond= 'data:blog.pageType == &quot;index&quot;'><title><data:blog.title/></title><b:else/><title><data:blog.pageName/></title></b:if>

Well it does not mean that this trick will improve blogger PageRank to a great level . It depends on quality of your backlinks, content and many other factors .

Source: http://www.techknowl.com/improve-blogger-pagerank-by-optimizing.html


Mark Achel Gagalac

Wednesday, December 29, 2010

How to Auto-Feed Blogger Posts to Twitter and Facebook

If you have a Blogger blog and a Twitter and Facebook account, automatically feeding your blog posts to Twitter and Facebook can save a lot of time and hassle.
  1. The easiest way to automatically tweet your blog posts is through Twitterfeed. Go to http://twitterfeed.com
  2. Login to Twitterfeed using your OpenID. If you have a Blogger account, you will just need to choose Blogger from the list of possible logins and enter your username. For example, if the URL of your Blogger blog is http://akeness.blogspot.com, then your username is akeness.
  3. After logging in, you will be able to go to your Twitter feeds. This gives you the option to enter a new feed. Click on "Create New Feed". Enter your Twitter name and password, as well as the URL for your RSS feed. Adjust the settings for how often you want Twitterfeed to check your blog for new posts, and click "Create"
  4. That's it! Now, when you create a Blogger blog post, a tweet will automatically be created and posted to your Twitter account.

Thursday, December 9, 2010

PHP Point Of Sale Installation Guide on CentOS 5.5

download the latest release of php point of sale here:
http://www.phppointofsale.com/downloads.php

extract and upload it to your /var/www/html folder

rename the folder to pos

login to shell

install additional software needed

yum install httpd
yum install php
yum install mysql
yum install php-mysql
yum install php-devel
yum install php-pear
yum install gcc
pear install pecl/json

cd /etc/php.d
echo "extension=json.so" > json.ini

reboot

mysql -u root -p
create database pos;
grant all on pos.* to posuser@localhost identified by 'pospassword';
flush privileges;
exit

import the database

mysql -u root -p pos < /var/www/html/pos/database/database.sql -v
cd /var/www/html/pos/application/config
cp database.php.tmpl database.php
vi database.php

fill up the database info and save it.

you're done.

Monday, August 16, 2010

Interspire Knowledge Manager

I was looking for a good CMS knowledgebase when I found this software.

Interspire Knowledge Manager allows you to share information from your website or Intranet with an enterprise-grade knowledge base, reducing customer support, improving staff productivity and eliminating time wasted searching for information across disparate systems such as shared folders and paper documents.

I have deployed this web based KB before and I just wanted to share..

here's the link: http://www.interspire.com/knowledgemanager/

Artisteer

If you are looking for something like automated template designer, then I suggest you to try Artisteer.

Artisteer is the first and only Web design automation product that instantly creates fantastic looking, unique website templates and blog themes.

I personally use it to create templates. Joomla, Drupal, Wordpress, Blogger and etch..

visit http://www.artisteer.com/ and take a look.