Home | About | Contact | Sitemap | Feed on Posts Comments

Macronimous web blog

Let's Get Social:

Twitter
Friendfeed
Technorati
Delicious
StumbleUpon
BlogCatalog
Feed Agg
MyBlogLog
reddit
digg

Subscribe to read

Get Macronimous Web Design, Development and Internet Marketing discussions delivered by email, Sign Up

Subscribe to read

Recent Tweets

PMP Book from PMCC is heavy - 2.3KGs (4.92 Pounds), Can't sleep when something heavy on the chest. :-)

Follow & Get Tweets

TwitterCounter for @macronimous

Popular Tags

CMS Concurrent versioning system Content Management solution CVS Internet Internet Marketing Internet Matketing iphone development Keywords Link Building Link Popularity Mobile development Mobile technology Opensource CMS PHP PHP Frameworks Search Engine Optimization SEO SEO Questions SEO tools SERP SMO web design Web development Web development Frameworks Web Marketing Website Popularity Web Testing Web tools wordpress


Sites we Like

Internet Blogs - BlogCatalog Blog Directory

Add Macronimous Blog to Technorati Favorites
Join Macronimous Blog Community at MyBloglog!
Wikipedia Affiliate Button

Tips for building better mySQL architecture

June 18th, 2010 Macronimous Posted in Best Practices, Databases, Web standards No Comments »


Have you thought about the right Data type which you should use?
Is VARCHR bad? Do you review the SQL statements that you have written? Do you know what sort of impact indexes produce? How to leverage the query Caching techniques? Do you follow the naming standards?

This simple slide teaches you the best mySQL practices to be followed up within 15 minutes.

Taking out the best from mySQL will improve the application performance, if its part of your day to day life get into these standards and practice the everyday. This presentation s from Ronald Bradford. Thanks to Ronald for sharing.

AddThis Social Bookmark Button

4 site design validations you should do before you deliver

April 30th, 2010 Macronimous Posted in 4 series, Web Testing, Web standards, Web tools, web design 2 Comments »


1. Validate HTML

W3C provides HTML validations, which checks the validity of HTML, XHTML etc.

http://validator.w3.org/

2. Validate your CSS

You should use W3C’s CSS validator tool to validte your style sheets.

http://jigsaw.w3.org/css-validator/

3. Validate site links

Check broken links across the site with W3C’s Link checker tool

http://validator.w3.org/checklink

4. Cross browser compatibility

Check the site on multiple browsers with this tool (You may not have a MAC, but you can you can test the site Mac Safari

http://spoon.net/browsers/

Even if its a simple static site, do them to make the site perfect.

AddThis Social Bookmark Button

All about Keyword cloud

March 31st, 2010 Posted in Internet Marketing, Search Engine Optimization, Web business, Web standards, Web tools, wordpress 2 Comments »


What is Keyword cloud?

Keyword cloud represents most used keywords in a site visually, by showing it in different font sizes and it is known to be a Search Engine Marketing (SEM) term. It differs from larger to smaller in font sizes. Keyword that has been used more around the site and blog, which we call as keyword density, are shown in larger fonts. According to the keyword density the font size varies from larger to smaller. On looking at the keyword cloud size variation, users can see the importance of the keywords that relates to web site or a blog.

Benefits of keyword cloud

Keyword cloud is benefited to find relevant and useful web pages for user who looks for certain information. 

By using the keyword cloud, popular words (density rich words) are shown and it is as well clickable for users. When users find a keyword listed in keyword cloud useful then he will be going for a click on the particular keyword and he will be taken to the category search results page were all pages or blog posts will be listed related to the tagged keyword.

Make sure the keywords in the cloud section are not overlapped and ugly. Have it in a place were users could find it easily. The better option is to have it in the side bar of a site or blog. 

Keyword cloud generators

Here is a site that helps to generate a keyword cloud by mentioning your web link.

http://www.seochat.com/seo-tools/keyword-cloud/

WordPress Keyword Cloud generator plugin

The below WordPress plugin helps you to install keyword cloud to your blog or site

http://wordpress.org/extend/plugins/resize-tag-cloud/
http://wordpress.org/extend/plugins/keywords-cloud-for-wordpress/
http://wordpress.org/extend/plugins/simple-tagging-plugin/screenshots/

How Keyword cloud will look like?

Keyword Cloud

If you find any other interesting information about Keyword cloud, you may share through comments.

AddThis Social Bookmark Button

Frameworks we like: 4. Codeigniter, and Why?

March 31st, 2010 Macronimous Posted in Frameworks, General, Opensource, PHP Programming, Web standards, Web tools, web programming 1 Comment »


Codeigniter is an open source web application framework for building dynamic websites with programming language PHP. Its main aim is to facilitate the developers to develop projects much faster than writing code from the scratch. If you are a developer who want to meet the clients’ deadline and tired of tediously large and painstakingly undocumented frameworks, Codeigniter is the way to go. When compared to other PHP frameworks, Codeigniter is often distinguished for its speed.

CodeIgniter

CodeIgniter

Now is the real time to know about the power of Codeigniter. So ignite yourself and initiate reading to know why you want to choose Codeigniter. It will suit if:

  • You require a framework which can be set up very quickly and efficiently.
  • You need an outstanding performance.
  • You are a developer who needs methodical and clear documentation.
  • You need a framework that does not call for sticking on to restrictive coding rules.
  • You want a framework that needs nearly zero configuration.
  • You need a framework which is compatible with many environments

Some of our developers always prefer to use  CodeIgniter, write me if you want to see some samples and know why they used CodeIgniter. If you want to start using CodeIgniter start right here at: http://codeigniter.com/

3. Frameworks we like: 2. CakePHP and why?

2. PHP Frameworks we like 1. Zend and why?

1. PHP Frameworks we like

AddThis Social Bookmark Button

PHP Best practices and worst mistakes

March 31st, 2010 Macronimous Posted in General, PHP Programming, Web standards, web programming 1 Comment »


Months back, I made a post similar to this, But I believe another post emphasizing on the best practices is not considered bad. :-)

Working with PHP is something you enjoy everyday!. You always wanted to do your best to your clients. But when the deadlines are pressing and when the clients are on your shoulders people start doing messy codings, and the standards got ignored. But you practice the best ways of programming everyday, it becomes your style and you have no alternate choice of doing quick and dirty work. Here are some simple best practices discussed by Matthew Weier of Zend technologies. Use them when you get an opportunity, and they will become your style of programming.

If you are hiring freshers they need to know or learn PHP programming, learn your own standard way of programming which should be derived from the best practices. Its good to introduce the best practices from the day one, and not after you loosing clients because of the messy procedures and codings you follow. It would be easy to adapt them before you start doing serious coding.
Now, some mistakes you make and how to avoid the:
Learn this serious mistakes and do not DO them!
http://www.codinghorror.com/blog/2009/01/top-25-most-dangerous-programming-mistakes.html
Learn this general programming mistakes which you should not repeat
http://www.infoq.com/news/2010/03/Top-25-Programming-Errors
Learn this serious mistakes and do not DO them! 25 most Dangerous programming mistakes.
Learn this general programming mistakes which you should not repeat them:  25 programming errors.
AddThis Social Bookmark Button

Mobile web development and Standards.

June 26th, 2009 Macronimous Posted in Mobile development, Web standards 2 Comments »


Here is a nice presentation which talks about the standards for Mobile web development.

 

AddThis Social Bookmark Button