Archives for February, 2012

Category based image tags in wordpress

Did you know that in wordpress you can have category based image tags that will allow you to have different images relevant to the specific categories? The method to do this is as follows:

1. Images must have the same name of the category .

2. To make it easier, the images must be of the same format and must be in the same director. You can further decorate them by using the same dimensions for all of them.

3. Edit the file: wp-includes/classes.php
Within the class Walker_Category, create a variable and assign the path or URL of the image, complete with HTML code

$ catimg = ‘< img src = ” urlofimage / ‘. $ cat_name . ‘. jpg ” > ‘;

4. Link the variable image with the link of the category (within the previous function ):

$ Link .= $ catimg . $ cat_name . ‘< / a > ‘;

If you want to display images related to the names of the categories, here’s the solution.

The steps are simple:

1) Create a directory in the root of your blog with the name imgCategories and upload images with extension gif , png or jpg. Images that are uploaded must have exactly the same name as the concerned category.

2) In the post where you want to display the images of the categories, insert the following code:

<? $ Cat = get_the_category () , $ cat = $ cat [ 0]; ? >

This solution only serves to show one image of a category.

To associate more than one image to a category you could use a different code in the index.php of your blog. Here is the code :

<?php if ( in_category(’1′)) { ?>
<img src=”<?php bloginfo(‘template_directory’);?>
/images/category_tags/general_image.jpg” />
<?php } ?>

These image tags when used on wordpress will make wordpress automatically assign a image tag based on the category whenever a new post is published.

Read more →

PHP Memory and WordPress

PHP Memory and WordPress

When you run a site on wordpress with a huge volume of content and it surpasses the available php memory , wordpress can behave pretty strangely. This is often referred to as the white screen of death by some , which basically means that the server’s memory limits have been reached and wordpress may show a blank white screens with a few lines of source codes , timeouts and other errors.

While you may try figuring out what’s wrong with your php codes, it will be a waste of time as the codes isn’t where the problem lies. It’s the php memory. Here are some situations when you should check with your host if you need to upgrade the available php memory and the compatibility with a localized memory increase :

  • Experiencing issues with opening various WP admin screens
  • Issues with leaving comments and no screens returned after leaving comments
  • Explicit php memory errors
  • Experiencing timeouts during pageloads or uploads
  • Broken plugins

These issues may be addressed by increasing the php memory limit for your wordpress blog. You can check your available php memory by uploading a phpinfo.php file with <?php phpinfo(); ?> to the server. Open it in the browser and find the line “memory_limit” — the numerical value is the current php memory limit assigned to your server.

If you decide that you will incrementally increase your php memory, then the first thing you should do is to backup your files. The most important one in this case is the wp-config.php which you can find in the wordpress root directory. Afetr backing it up , open it and place this code just after the opening php element as shown :

<?php
@ini_set(“memory_limit”,”16M”);
.
.

Now, upload the file to your server and check how it responds. If you still experience the timeouts, errors and other issues , then try deleting and creating a new wordpress object cache. If even this doesn’t solve your problems, then try increasing the php memory incrementally depending on your present memory settings. Here are some values that you may use while increasing the memory.

@ini_set(“memory_limit”,”12M”);
@ini_set(“memory_limit”,”16M”);
@ini_set(“memory_limit”,”32M”);
@ini_set(“memory_limit”,”64M”);

Looking for WordPress plugins I found a very interesting WP -memory- usage, which displays the version of PHP installed on the server, the maximum limit of memory that can be used and the amount that is currently being used.

These data are useful, especially the last one , to control the amount of memory used by certain plugin, and if necessary ask your hosting company to increase the limit of memory available to PHP or change the ” php.ini ” .

Another approach to solving the problem is to maintain a php error log. This may help you locate the exact files that are giving rise to the memory issues. Once you know the source, you can make changes to the memory of that specific file to resolve the issues. This doesn’t always work, but it is better than generalized memory changes.

You can also try to reduce the number of plugins that you use on your blog or temporarily switch a bulk portion of your content to “draft” mode to find if that resolves the issue. The aforesaid steps should be taken only if you are sure that there is no coding error and that the issues are arising because of the memory limit.

If the above solutions do not solve the problems you are experiencing, then your site might actually be experiencing the growth pains and you will have to upgrade your package and increase the php memory limit assigned to your wordpress site.

Read more →

WordPress Plugin development

Creating a wordpress plugin can make your blogging experience a lot more interesting and fun. WordPress plugins allow you to modify , customize and bring new features to the WordPress platform . Plugins are grafted to the blog, it is not necessary and it is not recommended to modify the files within WordPress.

Before you start developing a plugin you must first have a good knowledge of PHP programming, be familiar with how wordpress functions , know about tags, hooks.

Plugin Creation Tips

Check the WordPress plugins directory to confirm that someone has not already had the same idea of a plugin that you want to create. Verify that no other plugin has the same name as yours.

Add your plugin to the plugin directory. This way it will be much easier for users to find, and upgrade it from within their admin area and also to access its documentation.

Choose a unique name for your plugin files. If a user installs it directly into / wp-content/plugins without creating a sub – directory, your files could overwrite files that have the same name.

If you add your plugin to the official directory, you must create a readme.txt file which will contain different information about the version of the plugin and it’s compatibility with the versions of wordpress, its description, installation and support.

Think of internationalizing your plugin. Everyone does not speak English and some users may wish to translate it without having to modify the source files . You should begin creating the plugin with the phrase.php file the content of which is displayed in the “extensions” in the wordpress blog.The next step is to write the plugin. Here you have to use a hook which will allow to hang the php function and the rest will depend on what plugin you want to create.

Here’s an example of the phrase.php and code of a simple plugin that ads an extra line before the beginning of each section and page:

< php
/*
Plugin Name: Add a line of text
Plugin URI : http://mon-blog.fr/plugins/
Description: This plugin will display a line of text at the beginning of each section.
Version: 0.1
Author: First Name
Author URI: http://mon-blog.fr/
License: My license GPL2
*/
?>

Code

function hello_world ($ content ) {
if ( is_single ( ) ) {
$ Text = ” Hello Word <p> </ p > “;
return $ text. $ content ;
}
else {
return $ content ;
}
}
add_action (‘ the_content ‘, ‘ hello_world ‘ );

A plugin could be as simple as a search engine query plugin or as complex as a Sitemap generator plugin. Whatever plugin you create, the purpose should be to make your work much easier and faster.

Read more →

WordPress blog customization services

WordPress blog customization services:

Blogs have become a powerful tool to promote brands online. Blogs presents seamless platform for two-way communication between the developers and the customers. What makes it so powerful is that, unlike websites, the functionalities of blogs can be enhanced by developing plugins and widgets.

With a lucrative and well maintained blog, you can get free feedback directly from your customers and use the information to serve them better and increase your profit potential irrespective of whether you run a personal blog, corporate blog or a professional blog.

We at BDNetSoul understand the importance of the layout and design of a blog, especially when it reflects on your organization, company or business. Our teams of professional designers know how to put together a well structured blog to make it stand out and capture the imagination of your customers. We can respond to your specific needs from your blog and customize it to complement your business.

Here’s a list of our wordpress customization services :

  • WordPress Installation and setup
  • Customization of wordpress themes
  • Customization of headers
  • WordPress Plugin and widgets development and installation
  • Image customization and integration with your blog and organization
  • WordPress new template development
  • WordPress community development
  • WordPress module design
  • WordPress backend customization
  • Website development using wordpress

Our experienced team of wordpress designers and developers will understand your needs and develop solutions that meet your expectations within your budget. Contact us at info@bdnetsoul.com or use our request quote form.

Read more →

Website maintenance services company

Website Maintenance Services Company

Website Maintenance

We have built a reputation around designing expressive and professional flash websites that will hold your interest. Our rich graphics, animations, pictures with audio and visual effects will fascinate your audience. We offer high-end multimedia presentations and interactive flash designs at a very competitive cost.

Now you can :

1. Tasks for updating content

  • Includes updating existing content pages and also creating new elements on existing web pages
  • Upgrade or insertion of text and data (information)
  • Updating or adding pictures ( photographs), multimedia ( flash,. mp3,. mpg,. flv, etc), and uploading digital files ( PDF,. xls,. doc,. zip, etc)
  • Formatting HTML elements ( links, tables , metadata, etc)
  • Testing after every edit
  • Communication by email

2. Maintenance and management services / settings in the web server ( Cpanel)

  • Back ups for full website
  • Managing email accounts and email configuration options
  • oftware Update: Joomla CMS ( security updates)
  • Support for any problems or inconveniences that may arise in the system or on the Web server
  • Management tasks with domain : change of server , parking , redirects, and creating subdomains
  • Transfer control, uptime (state of operation / availability of the web server) and maintenance of disk space: removing logs, caches , email spam, etc.
  • Other configuration tasks on the web server

Monthly Plans

  • Beginner Plan : $90/month. 3 days turnaround time for critical changes
  • Standard Plan : $150/month. 2 days turnaround time for critical changes.
  • Elite Plan : $210/month. 1 day (24 hrs) turnaround time for critical changes
  • Support for any problems or inconveniences that may arise in the system or on the Web server
  • Management tasks with domain : change of server , parking , redirects, and creating subdomains
  • Transfer control, uptime (state of operation / availability of the web server) and maintenance of disk space: removing logs, caches , email spam, etc.
  • Other configuration tasks on the web server

Quarterly Plans

  • Bronze : $240/quarter. 3 days turnaround time for critical changes
  • Silver : $410/quarter. 2 days turnaround time for critical changes.
  • Gold : $599/quarter. 1 day (24 hrs) turnaround time for critical changes

Contact us at: info@bdnetsoul.com, himu_100@gmail.com, tamim.inet@gmail.com

Read more →

Flash website design

Multimedia Presentations and Flash website designs :

Are you looking for interactive websites with rich multimedia and flash presentations that captivate your web audience? We specialize in cutting edge flash website design and multimedia presentations.

We have built a reputation around designing expressive and professional flash websites that will hold your interest. Our rich graphics, animations, pictures with audio and visual effects will fascinate your audience. We offer high-end multimedia presentations and interactive flash designs at a very competitive cost.

Now you can :

  • Impress your audience with superior quality audio and visual effects
  • Let your website and products do the talking with visually compelling digital presentations
  • Engage your visitors with rich multimedia, stunning graphics and animation
  • Maximize the potential of your business with expressive and professional web designs

Every design that we do is unique and personal, so all design starts from scratch. The structure of the site and its aesthetics will be as per your requirements. We give our clients exclusive attention to understand their precise needs.

The most outstanding virtue of our organization is responsibility. In web designing, it isn’t uncommon to disregard time, and a project may continue for months to get done. We are an exception to this trend and take our projects very seriously. You may contact any of our clients to get references about the way we work. You can always expect us to stick to the promised timeframe and deliver the best results.

Contact us at info@bdnetsoul.com or Call our hotline :+88 0176-2729916

Read more →

Static website design development company bangladesh

Static Website Design and Development Company Bangladesh

We have a professional team of creative web designers, web consultants and programmers working together to showcase your online business and help it maximize it’s reach and potential. Our professionals endeavor to produce exceptional results for your websites. We have built a credible reputation for creating eye catching website designs with positive returns on your investments. Years of experience in professional web design helps us to provide outstanding web design solutions.

The purpose of web design is to deliver your services, products and other information to end users on the Internet in an awe inspiring manner. The purpose of web design is to facilitate seamless communication between your services and target users. It is desirable that your website’s theme, design, layout, information and functionality of your website are integrated flawlessly while adhering to the web development standards.

Our experienced and passionate team of web designers will create designs that appeal to your senses while meeting your business objectives within the budget. We believe in quality and commitment. Therefore, strive to deliver world class web design solutions and exceptional service experience. Here you will find an illustration of how we approach a project:

Define Project : This is the first step where we communicate with you to analyze the nature and scope of the project, the specifications and goals. We use this information to identify objectives and a strategy to achieve these objectives. Based on our experience and knowledge, we also give you an estimation of the time and costs involved.

Conceptualizing design : Once we have identified the main objectives of the project ,formulated a strategy that concurs with the theme of your website and conveys the desired message to the target audience, we create the design, layout and graphics. On approval, we create the site structure and navigation for the index page and the inner pages.

Designing and Coding : This is the phase where the idea meets the form. In other words, we give shape and structure to the site using the graphics and layout and integrating them with codes. All added functionality and features like flash and javascript are incorporated during this phase. At the end of this phase, the site should appear as conceptualized during the previous stages.

Testing and publishing : This is the final phase where we test all we have done thus far in real environment. Here the applications and functionality are put to browser compatibility tests to ensure that the website performs optimally irrespective of customer’s browser preference. This includes cross platform tests like on pc and mac. Once the designed website passes rigorous testing in the real conditions, it is made available for publishing.

 

Read more →

Affordable Website Design Company Bangladesh

We are a web designing company creating quality websites for both small businesses and individuals at an affordable price from Bangladesh. Whether you want to change the appearance of your existing website or searching for a unique, fashionable look for your new website , we at BDNETSOUL guarantee you quality and professional web design at a very affordable price.

A Professional Custom-made Website is a very important part of your online presence. Your website is the face of your business. For your business to rank above your rivals, you must have a unique website. Although our rates are very reasonably priced, we never compromise with the quality of our work. Irrespective of the nature of your business, we are totally committed to designing custom website designs that complement your online business and meet your specific requirements.

We have returning clients from various countries who keep coming to us whenever they need a new website designed or for alterations to their existing websites. What makes us unique is that we surpass their expectations with the website design. Most designers ignore the clean coding that is so vital for websites to rank well on search engines. We make sure that you get an attractive custom design that has clean coding that is xhtml compliant for search engine optimization to receive target traffic.

A professional custom website design doesn’t require an exorbitant spending. What it needs though, is an understanding of the specific needs for the design. We at BDNETSOUL specialize in providing High quality website designs at Affordable prices to individuals as well as small businesses. You can request our sample work to check the websites that we have designed for our clients.

We at BDNETSOUL understand and appreciate the importance a website plays in the growth of your online business. That is why we handle the look and feel of your website by providing you a professional user-friendly website so that you can focus on the growth of your business. When you outsource website designs to us , this is what you can expect from us :

  • Best Quality custom designs at Affordable prices.
  • W3 validated XHTML and CSS code for better search engine presence
  • Prompt communication to understand and meet your specific requirements and expectations from your website designs
  • Timely completion of your Project
  • Discounts on All new projects for returning clients

At BDNETSOUL we understand that when we design your website, we are becoming a small stakeholder in the success of your online business. Our team appreciates this fact and dedicates itself completely to offering you a high standard professional custom design that will satisfy you and help expand the scope of your online business.

Read more →

Outsource Website Design Company Bangladesh

[ahm-pricing-table id=table_id_you_just_create template=template_name]

BDNetSoul is an IT Outsourcing Company from Bangladesh specializing in web designing and web development. We have a dedicated and skilled team of designers, developers and programmers who take pride in their work and satisfying the clients. BDNetSoul offers services that include web designing, web development, website redesigning, blog customization, developing web applications, database applications, content management system, PHP programming with AJAX development, e-commerce websites and online shopping cart, website maintenance and website management among others.

Why should you outsource your projects to us ?

We offer our services at a very competitive price, but our team DOES NOT compromise with the quality. Our team philosophy is excellence and establishing a long-term relationship with our clients, which is only possible by satisfying them with exceptional project results. We have years of experience in various web development projects and we have achieved the same proficiency in delivering complex web solutions to our clients.

BDNetSoul provides a wide range of web development services, development of database for enterprises, businesses and professionals. From brochure websites to web portals, multi-functional sites to complex e-commerce websites, our talented team of web developers and programmers is fully committed to making your website a powerful marketing tool for your organization and bring the best value to your business.

We work to develop creative visibility of your website with rich content that attracts potential customers and converts them into repeat customers. We provide quality support to our clients even after the completion of their project. When you outsource your web designing and web developing projects to us, we use all our technological, human and intellectual resources to ensure that the solutions we offer you effectively meets your organizations objectives and exceeds your expectations from the projects. Our team values your satisfaction and believes in long-term relationship earned through excellence of work.

You can communicate your project requirements to us via our request quote form.

Read more →