Browsing articles from "March, 2010"
Mar
31

SEO common Mistakes

By admin  //  SEO  //  No Comments

If you walk on the right direction with no mistakes than your chances to acheive goals very much.Optimizing your website by avoiding the common mistakes that one tends to make, in order to increase webiste traffic are these

SEO common Mistakes

1-Optimizing the wrong keywords
2-Overstuffing meta keywords tag
3-Keyword repetition
4-Creating multiple similar doorway pages
5-Use of hidden text
6-Creating graphical webpages
7-Page Cloaking
8-Too many page submissions per day
9-Using submission tools that are automated
10-Dedicating too much time for search engine ranking

For more information visit
http://www.seotrafficspider.com/seomistakesavoid.html
top-10-seo-mistakes

10 Common SEO Mistakes

Top Ten of the Most Common SEO Mistakes
Small Is Beautiful
SEO “Don’ts”: 20 Fatal Mistakes You Must Avoid To Succeed

SEO – The Common Mistakes
SEO 101 Common Mistakes
the-most-common-seo-mistakes-big-brands-commit

Mar
30

Most Important SEO Factors

By admin  //  SEO  //  No Comments

Getting target audience to a website through Search Enginer such as Yahoo, MSN, Google is on priority of any website owner. These are most important factors that play important role to improve ranking in search eignes. If you think there is something missing you can suggest

1-Keyword use anywhere in the title tag
2-Keyword use the begining of the title tag
3-Keyword focused anchor text from external links
4-External link popularity/relevancy
5-Diversity of link sources
6-unique content
7-Fresh content
8-Keyword use in body text
9-Keyword use in H1 heading tag
10-Keyword in achor text of aoutbound links
11-Keyword at the begining of the page.
12-Keyword in page URL
13-Keyword use in other heading tags(h2-h6)
14-Keyword in alt text for images
15-Existence of meta description tag
16-w3c compliance HTML
17-XML sitemap
18-Permanent 301 redirect
19-Canonical Issues

Mar
25

Delete WP post revesions

By admin  //  PHP  //  No Comments

Delete WP post revesions

  • Step-1:Login to your phpmyadmin and select your WordPress database.
  • Step-2:Click on the sql button to open the sql command window.
  • Step-3:Run this query.

DELETE FROM wp_posts WHERE post_type = “revision”;

It’s Done.Now you have removed unnessary space on your database by deleting unnecessary post revisions. This way you can minimize database size and improve performance.

Second way is to use delete-revision plugin
delete-revision

Third way is to update wp-config.php
Add this line of code before

?>

define(‘WP_POST_REVESIONS’,false);

Mar
16

overview of the features and architecture of ext/mysqli

By admin  //  mysql  //  No Comments

In this article, we have provided an overview of the features and architecture of ext/mysqli, along with a quick summary of its development history. You should now understand how to use and benefit from MySQL’s prepared statements, and should be fairly comfortable using the object-oriented interface to ext/mysqli.

The MySQLi extension provides various benefits with respect to its predecessor

  • An object-oriented interface
  • Support for prepared statements
  • Support for multiple statements
  • Support for transactions
  • Enhanced debugging support
  • Embedded server support

Glossary

ext/mysql – PHP’s old MySQL extension. Does not support the full feature set of MySQL version 4.1

ext/mysqli - The new MySQL extension for PHP 5. Supports the features available in MySQL versions 3.22 to 5.0

MySQL client library - The component of the MySQL RDBMS[*] that allows programs to communicate with the RDBMS

MySQL server - The component of the MySQL RDBMS that does the work of processing and responding to queries, managing the disk-level representation of data within the database, etc.

Read Complete article @ Read article

Mar
16

Senior PHP Developer Job

By admin  //  PHP  //  No Comments

I come to know a post of senior php developer job, so I am sharing for programmers to check their self where r they standing in their php devlopment career.

Skills

  • Senior-level PHP/LAMP developer with 5+ years experience.
  • Extensive OOD / OOP experience.
  • Experience working in an XP environment required; other agile methodologies a plus.
  • Knowledge of and experience applying design patterns and implementing industry best practices required.
  • Strong SQL development and design skills.
  • Extensive experience working with large MySQL databases and complicated structures (MERGE tables, replication, etc)
  • Knowledge and experience working with PHPUnit; Trac and Subversion a plus.
  • Ability to write and consume web services and REST services.
  • Practical knowledge of Amazon EC2 a plus.
  • Excellent written and verbal communication skills. Ability to propose, advocate and critique design alternatives to determine solutions.

Job Duties

  • PHP programming. Developer will code, debug, and unit test systems per requirements and technical design.
  • DB Design and Development. Developer will be expected to code, update, debug and optimize SQL. In the case of new or existing relational databases new hire will be expected to lead the data design and produce enterprise-level data models.
  • Review and analyze requirements / write estimates. Developer will review requirements and design documents to produce estimates and task lists based on those requirements.
  • Support, refactor and enhance an existing production system.

Work Environment

  • We run a virtual office. The new hire will be expected to work remotely. As a result, the appropriate candidate will be highly self-motivated. The best candidate understands and is comfortable knowing that they will be evaluated strictly on results they produce.
  • Must have a reliable high-speed broadband internet connection.
  • Must provide your own computer, but a virtual development environment is provided.

Location:

US candidates only.

Visit site

Mar
16

GetSimple PHP Simplest CMS

By admin  //  PHP  //  No Comments

Hello, Today I will introduce a new PHP based CMS. It’s “GETSIMPLE”.The Simplest Content Management System EVER introduce in PHP history. The most important aspect of “GETSIMPLE” is it use XML for storing data rather than MYSQL and obviously it’s open source. It’s user interface(UI) is very simple and better in performance if compare with other. I recommend you should explore more about “GETSIMPLE”

Visit getsimple
Download getsimple

Mar
8

Free PNG Icons

By admin  //  ICONS  //  1 Comment

Hello I have found Origami is a set of 15 Free PNG Icons. All icons are completely free for both personal and commercial use wow that great!. The icons are available in 5 different sizes (16px, 32px, 48px, 128px, and 256px) and come as Windows ICO and 32-bit transparent PNG files. The icons are also available in vector format (Adobe Illustrator AI format).

Visit Site

Download Link

Mar
3

Dust-Me Selectors

By admin  //  CSS  //  No Comments

Dust-Me Selectors is a Firefox extension (for v1.5 or later) that finds unused CSS selectors.

It’s time to clean your web site css. I found this very helpful to clean unused css

You can install Dust-Me Selectors from http://www.sitepoint.com/dustmeselectors/