Posted on

Website Speed & Webpage load Optimization

website-speed

In the world of high speed net with reach and beautiful web world, people try to make the website effective by add & add new thing. Now it’s time of jQuery & HTML 5 and people are crazy to add effective slider, image effects, they want wonderful and attractive flash effect in html format via jquery. To fulfill the requirement developers add new & new jquery plugins code every time with related css & images. It create new problem of slow website page load while your inter connection is not much good. If you have high speed internet then it’s working wonderful at your screen but what about those users who has high speed internet connection is very costly to afford. For such users while they try to access such heavily loaded websites they stuck with problem of time out or they must have to wait for some time to see the website and YAA!!! now a days google search engine also count website speed for SEO and searching.

website-speed
So now the time to let user to enjoy the website of heavy loaded jQuery and flash effect either internet is high speed or normal. If your internet is high speed then you have the most amazing experience while it should also good experience for average speed internet users. In this topic I am going to show you some steps how to optimize and make your webpage load faster and fastest.

You may like to see my website speed .

To decrease your web page load speed to minimum load you need to follow below steps one by one.

  • Load your website with website URL: http://www.webpagetest.org/
  • Get the report of your website loading items for home page or any other page you want to rest, it will give the complete report of web page load elements with time.
  • Get collect the element either css/JavaScript/image which takes more time to load.
  • Most important and first step is try to find the 404 error links, it mean the image/css/JavaScript file loading in your webpage but actually it’s not available so in this case your browser will try to search it till time out of some seconds and then only it will go for next element to load. In such case it’s just time waste for load the webpage via browser it such elements take most time and may be reason to low speed load webpage problem. So first of all find such elements from the coding and remove it as it’s no meaning in the page and just disturbing the browser to load the page.
  • Second is try to avoid outer page links load for image/css/JavaScript, because if in some case the website from where you are trying to load the image/css/JavaScript is slow, it will affect your webpage load.
  • Third is user minimum JavaScript file include, I don’t saying you to don’t user the JavaScript but only try to merge all those JavaScript code in one file so if you are including total of 10 js files you should merge those in to one or two and check the website speed. I am sure it will affect the site speed as normally all browser cache the js, css & image after second time you load the webpage and as number of link request is lowest, your site speed will highest.
  • Forth step is use encrypted/packed version of JavaScript file as files are light weight and it may help to load webpage easy.
  • Fifth step is optimize your css files and same as above in JavaScript case merge all css files to one or two css files so it will decrease number of link request. Also you need to optimize the css via css optimizer freely available on the internet.
  • Six step is check image load, if any image takes much load time, get it download and make the size minimum so that it may less time to load. and try to merge all icons & small images in to one single image so it also minimum the link request.
  • Seventh step is check your html structure (it’s optional) as you need designer help to check the html structure and optimize the html structure.
  • Eighth step & most last step is user cache plugin. In the wordpress there are many cache plugins freely available and not for wordprss you can find such available and readymade code may available in the net and can use it.
  • Last step is related to technical person which is somewhat related to cache the site page, I have added below code which you need to add at starting of .htaccess file. If you are a technical person or you have a little knowledge of .htaccess file of your website you can do it or it may stop your site working. So please make sure you are confident.

    Note : before you start optimization if you have technical knowledge of .htaccess, you should try below code at very beginning and see the effect. It should surely become effective for your site.

    ————————————————————————-
    Below code will cache all media files with extension : flv|gif|jpg|jpeg|png|ico|swf
    all content files with extension : js|css|pdf|txt
    webpage files : html|htm
    It will never cache files with extension : pl|php|cgi|spl|scgi|fcgi
    ————————————————————————-

    # cache images and flash content for one month
    <FilesMatch ".(flv|gif|jpg|jpeg|png|ico|swf)$">
    Header set Cache-Control "max-age=2592000"
    </FilesMatch>
    # cache text, css, and JavaScript files for one week
    <FilesMatch ".(js|css|pdf|txt)$">
    Header set Cache-Control "max-age=604800"
    </FilesMatch>
    # cache html and htm files for one day
    <FilesMatch ".(html|htm)$">
    Header set Cache-Control "max-age=43200"
    </FilesMatch>
    # explicitly disable caching for scripts and other dynamic files
    <FilesMatch "\.(pl|php|cgi|spl|scgi|fcgi)$">
    Header unset Cache-Control
    </FilesMatch>
    FileETag none

    ————————————————————————-

The above steps are common for the entire website in any language and any technology. Because webpage speed is most important factor for end user and no one will see your site if it’s not easily loaded on user screen. Please follow steps and on every step change check your website speed on http://www.webpagetest.org or any other speed checker system to see the effect.

Best Of luck & feel free for any kind of help or support. We provide you either free help and/or paid support also if needed. But you can see the effective output and I guarantee that you may like our service.

Posted on

WooStore Online Shopping cart with wooCommerce Plugin & Business Theme

Online Shopping Cart & Business Theme

A responsive Multipurpose online shopping e-commerce cart with wooCommerce plugin support by woothemes & Business WordPress CMS theme. Provides all the main functionality you will need to present your products, work and yourself online in an elegant and professional style.

Every Online store wants to present the products, work and himself online in an elegant and professional style. So, we came up with such a flexible design which will give you top notch & easy to use features that will make you stand out from the normal Multipurpose Business theme. This unique theme has very user friendly interface which can turn your visitor in to your buyer.

Our theme has core features like fully responsive, multiple color scheme options, localization ready, easy and attractive theme option settings, large collection of short codes, Page templates with pre-made styles and functions and much more.

See Our Fully Responsive Demo

Key Features of Theme :

  • A responsive Online shopping cart(e-commerce) & Multipurpose Business WordPress CMS theme
  • Fully Responsive, mean the design will adapt to mobile phones and tablets for a more intuitive browsing experience
  • Clean Design elements
  • Stylish feature rich design with super simple admin panel
  • multiple custom page templates
  • Drag and drop widget for Home content area, sidebar and footer
  • 7 multiple Color schemes
  • Layout enhancing short codes
  • Custom coded widgets
  • Social media profiles and social sharing buttons
  • All modern browser compatible
  • Short code collection
  • User short code in post/page as well in widget section
  • Category Wise portfolio settings page templates
  • Latest WordPress Version compatible


Home Page with different Color skins
Home Page with different Color skins

Portfolio Pages
Portfolio Pages

Online Store Pages
Store, Product Detail, Cart Listing & Checkout Pages

View more detail >>

Posted on

MapPress ClassiPress Plugin for AppThemes

ClassiPress is the original & most popular classified ads theme for WordPress by Appthemes

MapPress is plugin helps to add Google Map in your ClassiPress theme via short-code or action hook in home page, listing page and search page.

You can set the map center point as per your location.

The map will list all listing post with category wise colorful icons and you can change icons from category add/edit page of wp-admin.

On individual pin point click user can get listing title with link to detail page, Address, Business Direction.

Key Features

  • Google Map API 3 Version with all latest futures
  • Minimum java-script code written for Google map functionality
  • Speedy Google map data processing by json code processing
  • Totally json data code so no effect of multiple language problem
  • Colorful category wise colorful icons
  • Easily change pinpoint icon from category add/edit page of wp-admin
  • easily place the map in any post/page detail page by wordpress shortcode
  • also wordpress action hook is given to place the code any where in php you want to show the map
  • Set the map center points & zooming factor from plugin settings.
  • set the map height & width as per your settings while adding shortcode
  • Map type selection option ROADMAP/SATELLITE/HYBRID/TERRAIN
  • Specific category listing data selection option from plugin settings.
  • and many more…


Homepage Map
Homepage Map

Category page map
Category page map

Search Page Map
Search Page Map


View More Details >>

Posted on

Corporate Responsive Multipurpose Business WordPress Theme

Corporate A responsive Multipurpose Business Theme

A responsive Multipurpose Business WordPress CMS theme. Provides all the main functionality you will need to present your products, work and yourself online in an elegant and professional style.

Every Business wants to present his products, work and himself online in an elegant and professional style. So, we came up with such a flexible design which will give you top notch & easy to use features that will make you stand out from the normal Multipurpose Business theme. This unique theme has very user friendly interface which can turn your visitor in to your buyer.

Our theme has core features like fully responsive, multiple color scheme options, localization ready, easy and attractive theme option settings, large collection of short codes, Page templates with pre-made styles and functions and much more.

See Our Fully Responsive Demo

Key Features In Refined CMS Theme :

  • A responsive Multipurpose Business WordPress CMS theme
  • Fully Responsive, mean the design will adapt to mobile phones and tablets for a more intuitive browsing experience
  • Clean Design elements
  • Stylish feature rich design with super simple admin panel
  • multiple custom page templates
  • Drag and drop widget for Home content area, sidebar and footer
  • 4 multiple Color schemes
  • Layout enhancing short codes
  • Custom coded widgets
  • Social media profiles and social sharing buttons
  • All modern browser compatible
  • Short code collection
  • User short code in post/page as well in widget section
  • Category Wise portfolio settings page templates
  • Latest WordPress Version compatible

View More Detail >> | Download Now >>

Posted on

Refined Responsive Business & Portfolio Theme

Every one wants to present his products, work and himself online in an elegant and professional style. So, we came up with such a flexible design which will give you top noch & easy to use features that will make you stand out from the normal Business/Portfolio theme. This unique theme has very user friendly interface which can turn your visitor in to your buyer.

Our theme has core features like fully responsive, color and background paten change options, localization ready, easy and attractive theme option settings, large collection of shortcodes, Page templates with pre-made styles and functions and much more.

See Our Fully Responsive Demo

Key Features In Refined CMS Theme :

  • A responsive Business/Portfolio CMS theme
  • Fully Responsive, mean the design will adapt to mobile phones and tablets for a more intuitive browsing experience
  • Clean Design elements
  • Stylish feature rich design with super simple admin panel
  • multiple custom page templates
  • Drag and drop widget for sidebar and footer
  • Color and Background paten change options
  • Layout enhancing shortcodes
  • Custom coded widgets
  • Social media profiles and social sharing buttons
  • All modern browser compatible
  • WordPress 3.4.0 & more compatible

View More Detail >> | Download Now >>

Posted on

MapRoller JobRoller Plugin

MapRoller JobRoller AppThemes Online Jobs Google Map Plugin
MapRoller JobRoller AppThemes Online Jobs Google Map Plugin
MapRoller JobRoller AppThemes Online Jobs Google Map Plugin

JobRoller is a online Job application theme for WordPress by Appthemes

MapRoller is plugin helps to add Google Map in the JobRoller theme through short-code or php action hook. Refer the readme.txt for more detail usage of short-code & php action hook to display google map on home page as well on category listing page.

You can set Clustered Google map with grouping Google Map with colorful Icons OR just normal google map by setting of plugin.

Map will appear for location as per the map center point of your location. The plugin also have facility to auto zoom adjust which will adjust map such a way that all pin points adjust automatically to appear in the map properly.

Plugin provide the category wise colorful & different pinpoint change setting which editable from category add/edit page. The grouping map will list all job post with colorful grouping icons and you can change icons from “icons” folder inside plugin folder.

On individual pin point click user can get job title with link, address, company with website, category type, Business get Direction …

Key Features

  • Google Map API 3 Version with all latest futures
  • Minimum java-script code written for Google map functionality
  • Speedy Google map data processing by data.json file cache
  • All job Data are store in json file (data.json) which included as script file every time
  • No run-time load of data process
  • Data json file is refresh/new data added/updated by the time of cron job you can set from plugin settings (hourly/daily…)
  • Totally json data code so no effect of multiple language problem
  • Category wise colorful & different pinpoint change setting which editable from category add/edit page
  • Colorful grouping icon change option by change icons from plugin folder
  • easily place the map in any post/page detail page by wordpress shortcode
  • Via usage of wordpress action hook you can place the code anywhere in php you want to show the map
  • How to display map on home page & category listing page and related code is given in readme.txt file with plugin
  • Set the map center points & zooming factor from plugin settings.
  • set the map height & width as per your settings while adding shortcode
  • Map type selection option ROADMAP/SATELLITE/HYBRID/TERRAIN
  • Auto zooming adjusts facility to display all points automatically in one map
  • You’re chosen category & type data display option.
  • Specific category data selection option from plugin settings.
  • and many more…

Plugin Detail >> | Download Plugin >>

 

Posted on

Free Premium WordPress Theme Collection

Templatelite is premium wordpress theme developer company which provide wide range of different premium wordpress template in 100% free.

I will like to introduce Templatelite as one of good company. Templatelite’s WordPress themes have received either Bronze, Silver or Gold status from ThemeGrade.com

Get select your favourite wordpress template and start working your website.

Best of luck

Posted on

How WordPress Plugins Affect Your Site’s Load Time

How WordPress Plugins Affect Your Site’s Load Time

Have you heard from developers that the more plugins you use, the slower your WordPress site gets? Well that is partially true. Some plugins add just a small query which has little to no impact on your site’s load time. Where as other plugins add jQuery and CSS on each page load (in your site’s <head></head> area). So for example if each plugin adds one jQuery file and one CSS stylesheet and you have 8 plugins like that, you just added 16 HTTP Requests. This can get really out of control when plugins start adding more than one stylesheet or jQuery files. In this article, we will show you how you can still use all the WordPress plugins you want without the additional HTTP Requests.

Note: We recommend that you at least know some PHP before diving into this tutorial.

Our Goal: Disable all Additional Scripts and Stylesheets that plugins add on each page load.

Wait a minute, Why do these plugins add these scripts and styles? Isn’t it necessary for the plugins to function properly? Glad you asked. Most likely those CSS and JavaScript codes are important to the functionality of the plugin, but we will remove it anyways to have more control on our WordPress site and make it run faster. By disabling the CSS files and JavaScripts, we can:

But, we want to take control of these files and make our sites run faster. Disabling these scripts and styles will allow us to do a few things:

  • Combine multiple files into a single file (Sprite Technique).
  • Load the files only on the pages we’re using the script or style.

Disable Scripts and Styles in WordPress

The best part about WordPress is that it has a built-in system that allows us to deregister scripts and styles that are added by the plugins. The “bad part” in this situation about WordPress is that it is open-source, so the plugins are created by people in the community (Expert developers and new developers). This means that not all plugins use the correct methods for loading scripts and styles which makes our job harder. The correct method is by registering the stylesheet or scripts with the following WordPress functions: wp_enqueue_script() and wp_enqueue_style(). If your plugin author isn’t using these functions, then send them a kind email asking them to update the plugin. This is not hard, it is just a matter of a learning curve.

To figure out what scripts or styles you want to disable, you might have to dig deeper and gets your hand dirty. This means looking in the code of your plugins.

Disabling CSS (Stylesheets)

In this example, we will use a plugin called Cleaner Gallery which adds its own CSS file on each page load. First, you have to check whether the plugin is using the correct method for adding stylesheets. To do so, you would need to open the plugin file: gallery.php (for this plugin). In there, you should run a search for “wp_enqueue_style”. You will find results like this:

 

 

Continue Reading >>

Posted on

Detect Site Issues via Google Webmaster Tools

Google truly is a fantastic company. All that they have done and continue to do to help the internet grow and mature continues to astound me. My latest favorite is their free site diagnostic notification service.

While there are services out there like Are My Sites Up, which I highly recommend, Google Webmaster Tools’ daily digest is a must for every website owner. This handy feature will email you if Google discovers any potential issues with your website and email you about them. Not only will they give you a heads up concerning site issues, they’ll even advise you on steps to take to alleviate these problems.

How to Use Google Webmaster Tools?

Configuring, enabling, or disabling this feature is extremely easy to use. Simply log into your verified Google Webmaster Tools account and visit the preferences page. Under the section titled “Email notifications,” be sure to “Enable email notifications,” set the Type to “All issues” and select the correct email address. Click save, and you’re done!

This quick and easy tip can help you detect malware on your website quickly, find out if your site is down or throwing errors, and more. To be honest, Google is a little vague about all of the “issues” they will contact you about. But believe me, if Google discovers an issue with your website, it’s definitely something you want to be aware of and fix.

Posted on

5 Things To Do Now To Help SEO On Your WordPress Site

So, you’ve installed WordPress and started adding content to your new site. You’ve no doubt started installing a few WordPress plugins but have you thought about SEO? In this post I’ll take you through 5 things which you need to do right now to help with SEO on your WordPress powered site.

Automatic Pinging

If you don’t know much about pinging, there are a number of sites including Google, Yahoo! and Technorati that allow you to notify them or in this term ‘ping’ them when your site has been updated with new content. WordPress has a default and very short list of places to ‘ping’ which you can add to. There’s a detailed post titled “Use WordPress Update Services to Obtain New Visitors” to give you some more information on how to use it to your best advantage.

Broken Link Checker 

If you’ve not seen the Broken Link Checker plug-in yet, I suggest you get it right now for your blog. It’s a must have for everyone with a WordPress site. It checks every single post which you create and analyses them for broken links including missing images. Sounds obvious doesn’t it? This plugin is often missed as people don’t realise something so obvious is available to download and install.

W3 Total Cache

Everyone wants their WordPress site to run faster and smoother and google includes speed as part of its algorithm. W3 Total Cache is an essential member of your plugins list. This is a comprehensive plugin which improves the performance of your website by caching everything from databases to pages. This allows the server to go more quickly through your sites content which loads them faster in your internet browser. This plugin is used by some of the biggest WordPress sites on the internet.

Yoast SEO Plugin

Oh. My. Word. This is now my favourite SEO plugin and I’ve used many including the much acclaimed ‘All in One SEO’ plugin which I’ve used up until recently. The many features of this plugin deserve a post of its own. This plugin allowed you to see how search engine friendly your content is, before you post it. Simply input your focus keywords to see that the amount of times you have it within your titles, description, url and content is good enough for Yoast SEO rating. You can literally make your content more SEO friendly as you write it. It makes your life easier with SEO from start to finish.

Your Post Structure

Whilst the items above can help with your SEO, the first thing you need to do is take a look over how you’re writing your content. Write like a human and not a robot, we know this only too well but we can think a lot more about how we structure our content and research topics before we write them.

Keyword Research: Use Google’s Keyword Tool and look up the words which you think people would search for, for the topic you’re writing about. You can then use the results of the keyword search by googling them and checking out the competition which show up.

Tune Your Headline: You want to motivate people to read your content. Writing a solid headline can not only increase the effectiveness of your SEO if you use it inline with other methods but it will also invoke the need for someone to read it. I always find that a keyword as well as a bit of curiosity for the reader can be a good effective headline.

Create a Solid Post Slug: The post slug is the bit after your domain. Try to remove all of the ineffective text like ‘the’, ‘of’ and ‘that’ from the post slug. Make it shorter and to the point including your post keyword which you’ve already researched.

Subheadings: Semantic text. It’s beautiful. Your headline is generally your H1 and this is the bit which the search engine robots read first. Then they’ll go through your content picking up H2, H3, H4, H5 (Do we use these), H6 (Do we really really use these?). Don’t just bold your headings, make sure to use your H tags correctly.

Interlink and Externally Link: Your site is its own little spiderweb of content and links. Don’t overdo it but be sure to interlink your content to older content and vice versa. Link relevant words to relevant content, it helps. Externally linking content can also help. Influential websites check to see where their links are coming from and could easily hook you up with a free tweet for your content just because you linked to them.

Meta Data: I mentioned this earlier in the Yoast SEO Plugin. Do everything you can to make good use of your Meta data. Your title and meta data should be that one area you should never forget.

Posted on

WordPress 3.5 Beta 1 Releases (and a bonus!)

I’m excited to announce the availability of WordPress 3.5 Beta 1.

This is software still in development and we really don’t recommend that you run it on a production site — set up a test site just to play with the new version. To test WordPress 3.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip).

In just three short months, we’ve already made a few hundred changes to improve your WordPress experience. The biggest thing we’ve been working on is overhauling the media experience from the ground up. We’ve made it all fair game: How you upload photos, arrange galleries, insert images into posts, and more. It’s still rough around the edges and some pieces are missing — which means now is the perfect time to test it out, report issues, and help shape our headline feature.

As always, if you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. Or, if you’re comfortable writing a reproducible bug report, file one on the WordPress Trac. There, you can also find a list of known bugs and everything we’ve fixed so far.

Continue Reading >>

Posted on

How Transfer wordpress site from one domain to another

WordPress is one of  most popular CMS system now a days and the User friendly interface, Cheap & easily available premium themes, Freely available all and any type of plugins now make the wordpress very & very user friendly. What ever you want to add in your site you can easily add via plugin without doing many changes. Almost plugin and theme developer active to update their services with latest version of wordpress.  WordPress Core team is always active to make  wordpress the best CMS as longer.

 

I have written this topic mainly for those user how don’t have much technical knowledge and want to transfer their site from one site to another,     either you want to change domain URL or just site was under development/beta mode and not the time to make it live. In this topic I have mention the complete process of how to transfer the  working website from one domain / one site to another easily.

 

Everything is included in this topic like theme & plugins folder transfer and  site data transfer (mysql database ) and all.

A better and simpler solution in my opinion is to use the Import/Export feature on WordPress. Here’s the step by step guide:

WordPress Install for new site ::

– Before you transfer the site from one domain to another domain, you should get download latest wordpress version from wordpress.org and get install on your new server domain. WordPress Installation is must before theme & plugin transfer.

 

Theme & Plugin & Images transfer ::

–  To transfer file from one server to another server we normally user FTP (File Transfer Protocol) system.

–  FileZilla is free software which helps you for file transfer, gets download fileZilla

–  Install and enter the FTP details of your current site as per you have from your server provider.

– Get find  “wp-content”  folder and where your theme,plugins & images are uploaded –  get download the complete folder.

–  You should keep the downloaded file as backup in safe folder for future usage.

– Get zip the downloaded theme folder and go to wp-admin of your new site where you want to transfer the site.

– Get connect the FTP of new site server and replace/upload  “wp-content” folder to new site “wp-content” folder.

– From  wp-admin > Appearance > Themes > get find the Theme you have transfer/uploaded.

– From wp-admin >Appearance > Plugins > get find all plugins you have transfer/uploaded.

 

  Database transfer ::

– There are two way to get data transfer from one site to another site.

Small Site data transfer ::

– in case of number of posts are 100-200 only you can follow this method

Export Data :  Once you have transferred all folders, you should go to wp-admin > Tools >  Export Section Of current working site, It will give you XML format data backup.

– Import Data :  same way  you should go to wp-admin > Tools >  Import Section Of  new site and get upload the exported file. While you import data you don’t worry about url change. All Url change will automatically handle by the wordpress system and now you just check your new site is working ok as it is working in the previous site.

– There are some drawback of this import/export system that Category with subcategory may not come  in the same category structure format  as you have in your current working site and  same problem may be for custom menu settings.

– This method is easier in my opinion, and it has one big advantage: you start with a clean install, meaning that any hacks or compromises you might have had on your old WP install will be gone.

– Large site data might not work with this method because the export XML file will be too large, and you might not be able to upload it via the WordPress import feature.

 

Large Site data transfer ::

– I  like method of one of my friend and you can see it from http://www.halty.net/

OR

– You can get download mysql database via PhpMyAdmin of your server cPanel and collect the .sql file.

– Open the  database “.sql” in text file and find the current site url, replace the same URL with new site URL. Do find and replace in whole file.

– If the data is larger enough and cannot able to get download then try “zip” download backup instead of “sql” format. It will give you the sql file in zip so it’s easy to get download. Normally most time is taken to download the sql file and if it’s zip format, it’s fast and easy to get download.

– Upload the same  “.sql” file to your new PhpMyAdmin new site.

– If the site database is very large and you cannot able to upload whole database at time in this case just get export individual tables and open and do find and replace same way as above.

– Sorry for the job work but it’s safe and secure for your site data transfer.

 

Thank you for reading my topic. If you like it please join us with facebook & twitter to get more topics alert.

Posted on

Vantage Google Map Plugin

Vantage is a business directory application theme for WordPress by Appthemes

Google Map Vantage is plugin helps to add Google Map in your Vantage theme through short-code or action hook.

We provide Clustered Google map or grouping Google Map with colorful Icons.

You can set the map center point as per your location.

The map will list all listing post with colorful grouping icons and you can change icons from “icons” folder inside plugin folder.

On individual pin point click user can get listing title with link, address, website, phone.

Key Features

  1. Google Map API 3 Version with all latest futures
  2. Minimum java-script code written for Google map functionality
  3. Speedy Google map data processing by data.json file cache
  4. All Listing Data are store in json file(data.json) which included as script file every time
  5. No run-time load of data process
  6. Data json file is refresh/new data added/updated by the time of cron job you can set from plugin settings (hourly/daily…)
  7. Totally json data code so no effect of multiple language problem
  8. Colorful grouping icon change option by change icons from plugin folder
  9. Change pinpoint icon from icons folder of plugins
  10. easily place the map in any post/page detail page by wordpress shortcode
  11. also wordpress action hook is given to place the code any where in php you want to show the map
  12. Set the map center points & zooming factor from plugin settings.
  13. set the map height & width as per your settings while adding shortcode
  14. Map type selection option ROADMAP/SATELLITE/HYBRID/TERRAIN
  15. Specific category listing data selection option from plugin settings.
  16. and many more…

See the Plugin Detail Page >>

 

Posted on

Download Free WordPress Theme

Startup is a startup WordPress theme for anyone looking to build their first website with ease AND power. This theme is HTML5, responsive and includes features such as a custom logo, background, colors, social profile icons, a configurable slider option and more.

A very simplistic theme originally created in Danish for customers of Internet 123, but now internationalized and made freely available.

A graphically intense theme with alternating, semitransparent headline-boxes, parallax moving backgrounds and beautiful text styles. Supports featured thumbnails, custom headers, custom menus and multiple widget areas.

COLORFUL is a simple blog theme with colorful background and designed with colorful ancient matters. It is a FREE theme developed from D5 Creation (www.d5creation.com). You can use this theme for your blog. Left and Footer Sidebar will show your WidGets.

and many more…..

Download free wordpress Themes

Posted on

WordPress is web software

WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time.

The core software is built by hundreds of community volunteers, and when you’re ready for more there are thousands of plugins and themes available to transform your site into almost anything you can imagine. Over 60 million people have chosen WordPress to power the place on the web they call “home” — we’d love you to join the family.

Get download latest version of wordpress 3.4.1

Posted on

Ramadan

Ramadan is the ninth month of the Islamic calendar; Muslims worldwide observe this as a month of fasting. This annual observance is regarded as one of the Five Pillars of Islam. The month lasts 29–30 days based on the visual sightings of the crescent moon, according to numerous biographical accounts compiled in hadiths. The word Ramadan comes from the Arabic root ramida or ar-ramad, which means scorching heat or dryness.

While fasting from dawn until sunset Muslims refrain from consuming food, drinking liquids and sexual relations. According to Islam, the sawab (rewards) of fasting are many, but in this month they are believed to be multiplied. Fasting for Muslims during Ramadan typically includes the increased offering of salat (prayers) and recitation of the Quran.

get more from >>

Posted on

Happy Raksha Bandhan

The festival is marked as rakhi, or holy thread, which comes in many colors and designs, by the sister on the wrist of her brother. The brother in return offers a gift to his sister and vows to look after her as she presents sweets to him. The brother usually presents his sister with an envelope filled with money however, other presents such as saris and clothing can be given. The brother and sister traditionally feed one another sweets. These sweets include anything from Jalebi, Kaju Katli, and Burfi. Since north Indian kinship practices give cousins a status similar to siblings, girls and women often tie the rakhi to their male cousins as well (referred to as “cousin-brothers” in regional parlance) in several communities. Unrelated boys and men who are considered to be brothers (munh-bola bhai or adopted brothers) can be tied rakhis, provided they commit to a lifelong obligation to provide protection to the woman or girl

Read More >>



Posted on

New Coming Soon Free WordPress Theme

We are pleased to release our New Free WordPress theme called “Coming Soon“ with effects using CSS3 animations. This ultimate Free WordPress theme with so many crazy possibilities and effects using CSS3 animations. The theme is perfect if you have a Website in Development or simply use as Landing Page – a single web page that appears in response to clicking on an advertisement.

Here we are trying to show you over all working functionality of our theme included different styling and settings.

The Theme mainly contains only one Page Template with necessary settings from where you can manage complete site page and also set your favorite page as site home page from wp-admin > Settings > Reading option. As it’s the page template, you can generate more than one page as per you like.

Below are some screenshots where you can see different-different look of the site we have set on our Demo Site.

Coming Soon free Theme - WPWebs
Coming Soon free Theme - WPWebs
Coming Soon free Theme - WPWebs
Coming Soon free Theme - WPWebs
Coming Soon free Theme - WPWebs
Coming Soon free Theme - WPWebs

How to Set Your Theme:

How to Create Page Template and it’s Settings :Coming Soon Free WordPress Theme - WPWebs

How to Arrange Image Display Order :Coming Soon Free WordPress Theme - WPWebs

How to Set Page as Home Page :Coming Soon free WordPress Theme - WPWebs

List of Features :

  • Stylish feature rich design with super simple admin options
  • Page effects using CSS3 animations
  • Use as Landing page Advertisement
  • One page “Page Template”, so you can generate more than single page
  • Set the page as your site index page from admin settings
  • Totally Customizable, you can change each and every text that display on the screen
  • In Built SEO Options for each Page
  • Newsletter Subscribers Option
  • 5 different color skins
  • Social media profiles buttons
  • All modern browser compatible
  • WordPress 3.3.2 compatible

Live Demo     Theme Document     Download Now