May
01
How To Sell A Website
06:53 pm
Visited 382 times.
Hello friends,I keep on roaming on the internet for learning new things which gave me very good exposure to the business world and marketing world.I have luckily got this article while i was randomly surfing on the internet.I would like to share it with you all.
Before I even begin to commence on this tiring and inevitably pesky subject, I would like to make clear that this isn’t a tutorial or much in the way of decent advice, but more of a question. I never feel I’m up to the standard as either a designer or businessman to be dishing out the advice, so I tend to approach subjects from an inquisitive, unbiased 3rd person perspective.
I don’t know how to sell a website. I know how to build a website. I could sit and talk to you for hours about web design, in person - writing articles can be too time-consuming, though all in good time. But as for selling a site to a hopeful future client, there’s no exact science, but perhaps an art.
From the tiny amount of business experience I’ve gained from my time in this world and as a freelance designer, one of the most important lessons I’ve learnt, although not always acknowledged, is not to waffle and geek it up. The client doesn’t care if you’re using valid XHTML 1.0 or AJAX, if the site is designed in a ‘Web 2.0′ style or uses semantic, table-less mark-up. Hell, most clients couldn’t care less how good the site looks as long as it works and doesn’t cost too much.
It makes me cringe just to write that, but it’s true. It makes sense though. If I were to reverse the role, I was the client and someone was selling me a new boiler. I couldn’t really care less what new fan-dangled eco-friendly technology some box-heads in Germany have managed to condense into a chassis half the size of my existing boiler. I wouldn’t particularly bat an eyelid to the fact it has a touch-screen digital control panel or an ultra-sensitive air density thermometer (now I’m really making stuff up!) At the end of the day, all I want to know is that it works and won’t cost me the arm and leg I so invariably care for.
If there were any other snippets of advice I could give from my own experience selling a site, they would be as follows:
Filed Under Business, Tutorials and Website promotion | 2 comments
Email This Post
|
Print this post
Apr
28
Showing ads on a perticular page
08:01 pm
Visited 313 times.
I have a wordpress based blog and i want to display adverts only on the homepage of my blog and not on the sitewide, because i want to have a control on homepage and sitewide adverts. Is this possible?
This is very much possible because wordpress files can be customised to the maximum since its one of the best CMS made ever and anyone can play around with it and great blogs. Now lets get back to the point regarding showing some type of advert or code only on the homepage and not sitewide by limited its display.
<?php if(is_home() && $post==$posts[0] && !is_paged()) { ?>
You need to add your advert code here which is shown on the homepage only.
<?php } ?>
Another option would be trying with a php code which runs a statement where in if its homepage then certain code is run if not its void.
if (is_home())
{
echo ‘is_home() returned true’;
}
else
{
echo ‘is_home() returned false’;
}
and if you are looking for the easiest way then try out this following code :
<?php if ( is_home() ) { ?>
Here the content only on the index page
<?php } ?>
This is all a part of Conditional Tags feature of wordpress which has lot more options and the ones i have posted above are the easiest of all. Hope this helps you out in adding/showing some stuff only on the index/homepage of your blog and limit them from displaying on the sitewide section.
Filed Under Tutorials and Wordpress hacks | Add comment
Email This Post
|
Print this post
Apr
27
Corporate Wordpress theme
09:06 pm
Visited 4,455 times.
Now it is time for Wordpress 2.5 themes to get released. Getting my hands dirty with wordpress 2.5. After having upgraded my site to wordpress 2.5 i have found that wordpress has evolved a lot than i expected.Hats off to their development team.
Here i present to you a brand new creation of mine which is ideal for blogs those serve corporate identities.Theme is been developed on Wordpress 2.5 platform and have some cool features within it.Simple colour scheme suits any kind of business related themes.
Features of the theme
1.Widgetised Sidebar
2.Flashing header
3.Tags associated with each post
Demo : Click here…
Download : Corporate Wordpress theme (442)
Plugin Required : Flash fader Plugin (315)
Filed Under Website Themes and Wordpress Themes | 16 comments
Email This Post
|
Print this post
Apr
27
Joomla a strong CMS
08:31 pm
Visited 532 times.
We are living in a wireless communication world and the importance of online business is increasing day by day. Currently the internet is acting as a best medium to introduce oneself through websites and other social communities available online based on web 2.0 technology. Internet marketing is now one of the major multi-billion dollar industries. These days internet presence has become vital and a modern website is expected to do most businesses. Looking at the current market scenario the online search for proper information is gaining its importance. Online search refers to the ability to search for information or find businesses and organizations. The ability to accommodate for global online search has provided real opportunities for small business, to take the essential steps to maximize their online presence and website performance.
Website development has made easier for small business firms to establish their online presence but the marketing challenge has become greater, and currently many firms have started recognizing the significance of web marketing. Consequently, every organization whether big or small needs to observe their website performance to ensure that the opportunities available can be utilized effectively. As a result no one can disregard the value of maintaining effective website having proper information and relevant content.
Filed Under Content Management systems, Joomla stuff and Tutorials | 2 comments
Email This Post
|
Print this post

