Email: requests@whiteshaarks.com USA: (551) 226-9552 | AUS: +61 410-530-666 | India: +91-172-5097527 | Office Hours & Directions
HOME
SERVICES
PACKAGES
CLIENTS
BLOG

Tag: blogging

What Bloggers Can Do With Their Old Designs?

by Ranju Chaudhary on Aug.27, 2010, under Graphic Design

Things to do with old designsRedesigning is kind of new trends with blogs. As Smashing Magazine, Mashable &  larger number of other blogs are redesigning their blogs with some stunning new looks & user experience. I noticed that old design of these blogs was also good & that made me think that people can use their old designs in more than one way.

This idea came to me few days back, when I found blog post on a famous design blog that gave sneak peek of their new design. I felt current design of that website was also pretty awesome. I quickly made a comment on the post suggesting him that he should donate his old design to new & upcoming bloggers which can help them in some way.

So following is the list what bloggers can do with their old design, rather than completely scraping them of.

1. Donate to new bloggers or to non-profit organizations.

Things to do with old designs

Photo by Mindful One’s

Donating is a good option as they will not only appreciate, but will also mention your good deed by telling their audience about it. This will bring good traffic to your blog, and also you will earn good karma for it.

2. Auction your old designs.

Things to do with old designsAuctioning is other option bloggers should try doing it with their old design as there are many people who would want an ownership on the design which has been known by people for long time. Either you can completely auction the old design or you can sell the design in parts like selling your logos, icons, header or footer PSD in your auction.

Photo by The-Lane-Team’s

3. Create a giveaway post where you can give your old design as the prize

Things to do with old designsGiveaway is a great way to get large traffic on the blog & giving old design as a prize would surely make everyone crazy & the word about your old design is given away in giveaway post will spread like fire & people will do anything to have their hands on your old designs. This will also get you lots of new subscriber to your blog.

Photo by Andrzej Gdula

4. Reward your subscriber by gifting old design to most commenter on the blog.

Things to do with old designsRewards are the best way to say that you care about your subscribers. So rewarding your old design to the subscriber with most comments will show that you always reward the most loyal follower of your blog with some exciting gifts . So this will not only give you more followers to your blog, but also you will earn large number of loyal followers which are always needed for any bloggers.

Photo by Kostya Kisleyko

5. Sell your design in marketplace.

Photo by Chris Holder

Putting up your design for sell in marketplace will definitely make you richer by some dime as there are many readers who will wish to have website like yours.

6.Distribute design under Creative Common Rights.

Distributing design under creative common rights is a good idea, in this way you generate large number of backlinks & traffic to your blog.

7.Share old design with some slight modification to subscribers of the blogs.

If you are not willing to give your original design of your blog, then you can create a modified version of design & can distribute that design to your readers. It will be a win-win situation for you as well as for your reader.

8.Give them away in freebies.

Things to do with old designs

Photo by Billy Alexander

Giving your design as freebie, without any conditions will show your generosity & you will get huge traffic too, as most of the blogger will point to your domain suggesting their user to download your old design.

9.Write tutorials showing how you created your design.

Things to do with old designs

Photo by Zsuzsanna Kilian

Tutorials on how you created your old design is other way of showing your willingness to your subscriber to give them an inside to your design concept & let them know the kind of hard work you put into your designing.

10.Giveaway psd’s in freebies.

If you are not willing to share your complete design, then best thing you can offer freebies of PSD document of your design.

So just don’t garbage your old design as there are many bloggers who are die-hard fan of your blog, who would like to receive their favourite blogs old design & would like to implement them on their blog. By this way you can get large traffic but also generate some good fan following on to your blogs.

Leave a Comment :blog, blogger, blogging, design, old design, redesign more...

11 Ways to Speed Up WordPress

by Ranju Chaudhary on Jul.20, 2010, under Graphic Design

When you’re not prepared for lots of traffic, it’s common for a web host to suspend your account temporarily, and that’s something you don’t want. If your writing is decent and you’ve been doing some minimal promotion, then it could happen to you. Think positively and prepare your blog as though it’s going to be a huge success. To do that, here is a tutorial on how to speed up your WordPress site.

Note: As always, with everything, you should backup your WordPress installation before making any code changes.


1. Caching


Utilize WordPress Object Cache

By inserting this simple code into your wp-config.php file, you can set WordPress to begin caching database queries rather than initiating new server requests on each load. You don’t have to understand why this works, it just will.

1. // Enable the WordPress Object Cache:
2. define(ENABLE_CACHE, true);
Read more on this topic:

By reducing the number of queries, you’ll both increase the speed of your site, and reduce the server resources that are consumed each time you receive a visitor. As a result, you’ll find that it will make your web host much happier in the event of a huge traffic spike.

Utilize a caching plugin

The main plugin that meets this need is the WP Super Cache, which does exactly what it says. It caches posts and stores them as files on the server so that repeated requests are dealt with faster and with fewer resources. The plugin will automatically update as comments are added so the dynamic nature of the blog isn’t lost.

Another option, which is used right here on MashableMashable, is W3 Total Cache. It’s a plugin that promises 10 times the speed of your site without it.


2. Choose the Right Host


There are several web hosts that are optimized to run WordPress. And while WordPress is not that picky, it does have a set of ideal server settings. Most web hosts meet the basic requirements, but you can find more information about what’s necessary here.

Choosing the right host means more that just buying storage space. Many discount hosts will try to fool you with promises of massive server space at a cheap price because they know you will likely never use the promised enormous allotment. You should really be aware of:

  • Bandwidth
  • Processor speed/type
  • Databases allowed
  • Domains allowed
  • Which versions of PHPPHP, MySQL, etc. are installed

Look for hosts that have more of a commitment to WordPress as a CMS and blogging platform and not just a mention at the bottom of their features list. Another solid resource is the WordPress hosting page.

Also, though most shared hosts will likely be running Apache, keep in mind that WordPress can also run onNGINX, which can increase your server’s speed by changing the structure of the server requests. NGINX powers massive websites like HuluHulu, SourceForge and WordPress itself.

If these big boys choose NGINX, you know it delivers.


3. Prune Your Plugins


Take a look at your plugin list and remove the inactive ones. Then remove the any actives ones that you don’t actually use; they are likely to place a strain on your serve resources because WordPress loads all plugins when a page loads.

Make sure you’re always running the latest stable release of both WordPress and your plugins. Many older WordPress plugins are not efficient and will weigh your blog down.

WordPress 3.0 comes with a revamped plugin update feature, allowing you to update plugins faster, smoother and easier. It also offers a bulk update feature that is completely new to WordPress, so there’s no excuse for letting your plugin versions expire.


4. Choose the Right Theme


Themes can make or break a WordPress installation. Go for something stylish but simple. It’s important to understand that fewer images will equals less loading time, which means a speedier site. Choose themes with the fewest possible images and a CSS-based design. Themes with tables, frames and static HTML will be slower than those based on the latest technologies. You might want to choose a minimalist theme and modify it to suit your needs.

There are many resources for minimalist themes, including this one Six Revisions and this one at Tripwire Magazine. Don’t just take the theme’s simplicity as a sign of load speed, though; check the actual speed using something like YSlow or Pingdom’s Page Test.


5. Compress Images


While a clean page means speed, you have to balance that with the fact that strong supporting images are key to a successful blog. But there is no reason to sacrifice speed for quality. By ensuring your images are appropriately formatted and compressed, you can help increase your blog’s speed.

The easiest way to remember formatting is like this:

Images that use only a few colors should be saved as .GIF or .PNG files, and images that use a full spectrum of colors (like true photographs) should be saved as .JPG files. If you use photo editing software, like Photoshop, you can “save for the web,” which will find the best format to save, while still maintaining quality.

Next you should resize images to the smallest possible size to get the job done. When doing so, the color format should be RGB, as indexed images don’t scale well.

When saving, set the total color amount to the smallest value possible without sacrificing quality. A combination of these steps will greatly decrease your image size and therefore your server response time. You should play around a bit to find the right format and experiment when uploading to determine which settings produce the smallest, high-quality image.


6. Compress Your Code


Stylesheets

Stylesheets are easy to compress, just use your favorite text editor to delete comments and unnecessary spaces and line breaks. Although you won’t see a drastic difference unless your style sheets involve tens of thousands of lines.

JavaScript

Compressing JavaScript isn’t as simple, but it is still relatively easy. There are a number of tools available, such as this one, which is free, that will compress your JavaScript code for you. Better yet, don’t rely on much JavaScript at all if you can help it. If your site has lots of interactivity, moving parts and fancy features, there is a good chance it is running a lot of JavaScript and that could slow things down.

Additionally, you may use the Yahoo! YUI compressor tool or the Google equivalent compression tool. Either one will tighten up your code to make it run more efficiently. Coder Journal has a nice comparison of the various tools for JavaScript compression.

Use CSS Sprites

CSS Sprites allow designers to create interactive images, or multiple images using CSS instead of bulky and slow loading JavaScript. Sprites are an advanced technique, but here is a great tutorial at A List Apart. There is even a plugin developed specifically for WordPress that helps with the use of CSS Sprites.


7. Keep It Local


Don’t rely on other people’s servers to be fast, so minimize any widgets, badges or applications that run off other locations. If possible, try to self-host all images and code, such as your analytics. That said, if you’re posting videos use a service that is built for such a load, like YouTubeYouTube or VimeoVimeo.

But if you are expecting (or receiving) lots of traffic, you may want to look at paying for a dedicated server and not trying to host all your projects in that one place alone. A lot of people don’t realize that the geographical distance from a server actually matters. If the vast majority of your traffic comes from a specific country or region, consider locating your hosting close by.


8. Reduce PHP and HTTP Calls


Websites were once built statically, meaning that each page was hand-coded and built from the bottom up. Now, most websites are generated dynamically each time a visitor loads the page, which allows for each experience to be custom designed for each person, making for a richer browsing experience.

In order to accomplish this, many websites use PHP, a scripting language that allows you to reference remote content based on criteria set by the developer. For example, a site might use PHP to determine that this is a first-time visit, and the site may then use this information to generate a welcome message.

Each time one of these PHP “calls” is made, a request is made to the server hosting the website, which takes time (usually milliseconds). This time is called “latency,” and some websites have thousands of calls each time the site is loaded, which can translate to millions per day depending on traffic.

Wherever possible, scan your site for PHP requests and replace with static HTML. By doing this, the browser will simply read the HTML as opposed to asking the server what it should display. Here is an example of a slow and fast way to produce the same result:

Slow:
<?php bloginfo(name); ?><?php bloginfo(description); ?>
Fast:
<title>Mashable - The Social Media Guide</title>

There’s more you can do to minimize PHP calls. This tutorial will help you cut down the PHP calls that occur in the typical WordPress header. You can also reduce PHP calls by eliminating any logging that might be happening; some advanced plugins offer an option to track plugin activity with a log, which can significantly slow down your WordPress site.


9. Keep Your Code Clean


You can validate your code using the W3C Validator. It might seem snobby to have “standards” on the web, but the truth is, there are standards for a reason. If everyone met the standards, browsers would always know how to display the information they’re given. Use the tool at W3C to validate your code and fix any errors. This can be a painstakingly long process but it’s well worth the end result.

Coding errors will slow your load time, especially if images that are referenced but don’t exist. Use a bug tool like Firebug to identify coding errors and fix them.


10. Database optimization


Using a database administration interface like phpMyAdmin, you can select all tables and click “Repair” and “Optimize,” and scan for outdated tables that weren’t deleted when you removed old plugins.

This plugin will take care of the database optimization while letting you stay out of the database itself. While this other plugin offers automatic optimization which may be better for the hands-off blog author.


11. Adjust Your WordPress Settings


Go easy on the front page

There’s no reason to show 100 posts on the front page, and really, you don’t even need to display the full post content on the front page. You can adjust this setting in the WordPress Dashboard under the Settings > Reading panel.

Turn off inter-blog communication

By default, WordPress interacts with other blogs that are equipped with pingbacks and trackbacks. Every time another blog mentions you, it notifies your site, which in turn updates data on the post. Turning this off will not destroy links to your site, just the setting that generates a lot of work for your site. For more detail, read this explanation of WordPress Pingbacks, Trackbacks and Linkbacks.

Leave a Comment :bandwidth, blogging, BLOGS, design, host, List, Lists, plugin, server, speed, storage, web design, Web development, wordpress more...

« PREVIOUS ENTRIES
  • Howdy. Welcome to White Shaarks - Imagination is your future!

    Thanks for dropping by! Feel free to join the discussion by leaving comments, and stay updated by subscribing to the RSS feed. See ya around!

  • Recent Posts

    • Extremely Creative Advertisements That Makes You Look Twice
    • Creative and Unusual Product Packaging Designs
    • Bright Night Photography That Can Refresh Your Mood
    • Seven Great iPhone Apps Graphic Designers Would Never Want To Miss
    • “Dream”
    • Samsung Launches New NX Lens Series for 2011
    • Create Simple, Yet Elegant Abstract Spectrum Lines in Photoshop
    • Beautiful Flash Websites
    • Exceptionally Beautiful HDR Photos Of Airports In Asia
    • Picturesque & Stunning Underwater Wallpapers
  • Browse by tags

    android apple Australia outsourcing company design facebook Flash Google inspiration iPad iphone iphone apps IT lifehacker mashable Microsoft Mobile 2.0 motivational wallpapers photography Photo manipulation Photoshop resources SEO social media Today's Motivational Wallpaper trending tutorials twitter US outsourcing company wallpaper Wallpapers
  • Categories

    • Gadgets
    • Graphic Design
    • inspiration
    • Latest Web Technologies
    • Photo manipulation
    • photography
    • resources
    • Today's Motivational Wallpaper
    • Top Gadgets
    • Trends
    • tutorials
    • Wallpapers
    • What's Happening?
  • Meta

    • Log in
    • Valid XHTML

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...

  • Website design and development

Archives

All entries, chronologically...

  • March 2011
  • February 2011
  • January 2011
  • December 2010
  • November 2010
  • October 2010
  • September 2010
  • August 2010
  • July 2010
  • June 2010
  • May 2010
  • April 2010
Take a look at our Services
Creative Services
Website Design
Banner Design
Graphic Design
User Experience Design
Flash and Multimedia
Landing Page Design
Logo Design
E-mail Design
Corporate Identity Packages
Micro-site Development
Intro Movies
Video Editing
Development Services
Web 2.0 Solutions
Web 2.0 Design
Web 2.0 Development
Wordpress
Social Media Solutions
Facebook Applications
iPhone Applications
AJAX
Flash & Actionscript
CMS
E-Commerce Tweaking
E-Learning
PHP
Python
ASP.NET
Java
XHTML/CSS
Blog   |   Services  |  Request a Quote  |   Contact Us  |  About Us 
Portions of this content are © 2007-2010 by individual whiteshaarks.com