Blog

Home / Blog

Now Enjoy Dedicated Business – WordPress

Wordpress
If you are a businessperson and using WordPress in your website then this post will be very useful in your needs. You may be aware with the fact that WordPress is an easily manageable open source web content management system. You can quickly set an interactive website with this CMS and enjoy the resourcefulness of WordPress. A majority of website owners deal with the issue of interactive website layout. In case, you are also facing such issues then you this post will be very useful for you. The official website of any business organization needs an authentic look and feel for their websites. Therefore, you should try to add an interactive and authentic looking theme in your WordPress website. #1 Corporate Theme  Make Your Business Site Trustworthy In case, you…
Read More

Make Your WordPress Site More Searchable With Google Custom Search

Wordpress
If you are using a WordPress in your website, which comprises of a large volume of contents then you should certainly prefer to use a custom search function. Custom search boxes usually help customers in finding the content of their needs and save a lot of time. Just imagine Google without iconic search box. It will be impossible to access needful information via Google without its innovative search box. The addition of a powerful search box is imperative for any website. In this way, the addition of Google’s custom search box is imperative. It is the most powerful search function in the tech arena as of now. You can easily implement custom search function in your website with basic knowledge and experience of PHP & WordPress. The implementation will only…
Read More

Want to Download some Responsive Magento Themes of 2013?

Magento
RWD (responsive web design) is one such concept that enables your website to convert its look as per the mobile device and web browser. Today, most of the online merchants, who have online store based on Magento, searching for responsive Magento themes to use in their e-stores. In this epoch of mobile technology, each and every customer is accessing any website or internet from his/her smart-phone, tablet or any device. No matter whether it comes to purchase products or visiting any website, most of the people prefer their smart-phone or tablet. Therefore, it is must for every businessman to go hand-in-hand with responsive design, which is one of the most powerful and advanced topic in web designing. By using RWD concept, you will get more business by allowing your customers…
Read More

Revolution of Online Shopping Cart for your Business using Magento Platform

Magento
Searching for an ideal, easy to use, efficient and exclusive e-commerce platform? Your search is sure to end at Magento eCommerce platform known best all over the world for the huge variety of services it delivers. Magento developers aim at providing simplified solutions to the business to get your online business reaction improved. They are sure to revolutionize online shopping cart for your business using the Magento platform. Using this platform has the potential to change the way you handle your online business giving you a better hold of it, keeping you informed and helping in its expansion too. The unique features which are a part of this revolutionary platform are: Easy to use Admin System: The admin system is developed in a way that it can be used by…
Read More

Optimize a WordPress Database

Wordpress
Make sure you have a backup before ever doing anything with your database (In phpMyAdmin, use the "Export" tab and export the whole database SQL). ## MySQL "Optimize" is a Free Speed Boost MySQL has a built-in optimize function to clean up wasted space in your tables. It’s particularly effective when you’ve deleted a lot of data (With blogs, that mostly means comments).The best part, though, is that it’s simple to do. In phpMyAdmin, just select the table, go to the "Operations" tab, and then click "Optimize Table."Or if you’d rather run it manually, the syntax is: [sourcecode language="plain"] OPTIMIZE TABLE 'wp_comments' [/sourcecode] ## Delete All Post Revisions Post revisions (Where WordPress automatically keeps a history of all changes to your posts) are considered a nuisance by many people, largely…
Read More

WordPress Development Services

Wordpress
Justwebdevelopment provide all types of Wordpress related services. If you find affordable Wordpress Development Service your search end here. WordPress Development WordPress is the most trendy content management system, powered by PHP and MYSQL. WordPress is one of the best and easy Content Management System which has robust architecture, template based and flexible enough to customize in with your own selected templates. Also you can build plug-ins with various needs. WordPress is one of the only web applications which permit users to control Blogging and manage Blog with websites. WordPress Theme Development In order to know the advantages of using theme to design your website, first you require understanding the definition of theme that is using for grabbing the attention of website visitors. Website theme is defined as a pre-designed…
Read More

Magento Development Services

Magento
Justwebdevelopment provide all types of magento realted services. If you find affordable magento development service your search end here. Magento Development Magento is an open source web application especially made for ecommerce purpose. It works on Zend framework. After the launching of magneto in 2008, it has been popular day by day as the best ecommerce platform. Magento is PHP based and buffering its data in MySQL.In order to offer the best solution in eCommerce development, magento development proves to be the best platform. Magento provides such a flexibility which helps in business growth. Inquire Now Read More Magento Theme Development It is true that having a stunning website design can leave a good image in the mind of visitor. In the eCommerce market prior to initiate an online shop…
Read More

Display Products With Paging on Magento Home Page

Magento
If you want to display product on home page with pagination it can be done easly in magento backed without writing any custom code in file. Display more products on magento home page so you need to set paging its easily created paging with some XML code in magento. 1. Go to CMS > Manage Pages and click on the Home page. 2. Under the "Design" tab, insert the following code in the "Update Layout XML" field: [sourcecode language="plain"] <reference name="content"> <block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml"> <action method="setCategoryId"><category_id>3</category_id></action> <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml"> <block type="page/html_pager" name="product_list_toolbar_pager"/> </block> <action method="setToolbarBlockName"><name>product_list_toolbar</name></action> </block> </reference> [/sourcecode] [JWD-Magento-Development]
Read More

There was a problem with reindexing process magento

Magento
When I try to reindex from magento admin I show error "There was a problem with reindexing process". I found many post in google but not get excat fixed. After many hours I fixed that issue and I show you how you can also fix this issue and working good all reindex.   1) Export all catalog_product_flat _1 tables with data and structure with 'Disable foreign key checks' enabled. 2) Truncate all catalog_product_flat _1 tables. 3) Ensure that whether products categories are all visible in Frontend. 4) Login to Magento Admin Panel. 5) Then go to 'System' menu and click on 'Index Management' submenu. 6) At last click "Reindex Data" next to "Product Flat Data" index. To figure out the reindexing issue for Category Products do the following actions: 1)…
Read More

WordPress gallery add rel lightbox

Wordpress
Everyone to like lightbox or prettyphoto to show images in nicely in popup. In wordpress are many plugins to set popup for your images but need to insert or set rel to every images or gallery. But if you added all the images then you can decide to open image in popup that time very difficult to rework to set or edit rel in every images or gallery. If you want to set automatically rel in every images or add all gallery images rel=lightbox or something like that then this post is very useful to you and save lot of time. If you want to set all images url rel=lightbox or rel=prettyphoto then add this below function to your theme function.php file. [php] <!--?php <br ?-->// Custom functions add_filter('the_content', 'my_addlightboxrel');…
Read More