Office Address

41/D, West Brahmondi, Narsingdi

Phone Number

+880-1975374887

Email Address

[email protected]

10 Useful WordPress functions to reduce your development time

This 10 Useful WordPress functions will certainly reduce your WordPress development time.I found this functions when i do some research for my projects. So i think i better share this with you. 1.Custom Excerpt Length By default, excerpt length is set to 55 words. To change excerpt length using excerpt_length filter, add the following code […]

Read More
  • September 10, 2012
  • PHP

8 useful PHP code snippets for developers

Today, i want to share you some useful PHP code snippets which may reduce your development time. 1.Send HTML Mail [php] <?php $to = "[email protected]"; $subject = "This is my test html email send using php mail function"; $body = "Body of your message here you can use HTML too. <br /> <h1> Header </h1> […]

Read More

Best ways to fight spam on your wordpress blog

Comment spam is a fact of life if you have a blog.To fight with spammer there are some handy WordPress plugin solution to help you. [1]. Akismet Akismet uses a unique algorithm combined with a community-created database to “learn” which comments are comment spam and which are legitimate.This plugin costs $5 a month if you […]

Read More

Best 4 WordPress Sharing Plugins in 2012

After finishing  your content  you have to actively promote your content to let the world know about this. By adding some  plugins to your WordPress Blog you will get a lot more exposure and grow in popularity and credibility. I arrange some best Sharing plugin in 2012. [1] AddThis Over 1,400,000 sites have installed AddThis. […]

Read More

How Your Website can Grow Your Business

Website can automate your marketing and sales campaigns for your business so it will starts growing on its own. Having a Website may cost  $500 which may can give you 5 million dollar marketing value . So when it comes to bang for the buck, your Website is the single best place to invest your […]

Read More

Why you should choose WordPress CMS ?

In internet WordPress, joomla and Drupal is dominating the web development world.When any one build a website this 3 are first choose. So lets see why you should pickup WordPress ? First of all its very much user friendly. Any one can learn how to use it in 30 min or less. You can make […]

Read More

Optimizing WordPress for SEO

WordPress is a awesome SEO friendly CMS.The following are some basic tips on how to fine-tune your WordPress site to get improved search engine results ranking. 1.Change your Permalink Structure for URLs The permalinks feature allows you to create custom URL structures for your WordPress post or page. By default, WordPress sets your post URLs […]

Read More

7 Useful WordPress Security Tips

WordPress is getting popular on every day.This is a good news for WordPress user and WordPress developers but also this is attracting more hacker to hack WordPress! So how do you secure your WordPress website? Here is some tips to make it more secure! 1.Remove Your WordPress Version Number From WordPress Theme WordPress automatically displays […]

Read More

Some very useful wordpress hacks

Today i organize some very useful WordPress hacks.Hope this may help you in your future projects Display number of Facebook fans in full text If you want to display the number of your Facebook Fans then use this code. Replace “YOUR PAGE-ID” with your own Page-ID. Code: [php]$page_id = "YOUR PAGE-ID"; $xml = @simplexml_load_file("http://api.facebook.com/restserver.php?method=facebook.fql.query&query=SELECT%20fan_count%20FROM%20page%20WHERE%20page_id=".$page_id."") or […]

Read More