Sometimes, people think about starting their own online business. The reason of starting this home based business usually differs from person to person. There are certain aspects, which motivates an individual to run a business and to set the goals required to establish them.
Those who are looking to commence an online business should be flexible enough as, flexibility is a great motivator. The earning of the livelihood in any desired place gives birth to desire to own a home based online business.
To help people in setting up own online business, the World Wide Web plays a great role in providing enormous possibilities to certain potentially strong business owners. The person can run business anywhere and at any place such as a small town, the busiest city, or even a deserted island.
Another motivation is time consumption in own desire, which tempts a person a lot to start his / her own online business. The self employed person gets enough time to think about his own money and work whereas outside employed person depends on others regarding the income. They usually get a fixed time period to think about themselves, but a home based business owner can do anything in his /her interest.
People working in a company get fixed salary working for a fixed duration of time; hence the amount of money that they can earn on a monthly basis isn’t really in their hands. If the same person wants to earn more and puts his/her additional time and effort for the same work, that goes in vain. The reason is that the company as well as the higher authorities do not take any interest in such additional efforts.
As a result, the income is always limited. On the contrary, the home based online business man is the boss and there is no limit to earn active as well as residual income. Another motivating factor is security, which insists a person to start an own home based online business.
Sometimes, partners don’t get to stay with each other due to different job locations, and this may force them to think about finding a solution. Starting a home based business is always a good solution to the problem
Having seen the Best CSS Coding Standards, it is time to compare the Inline CSS and External CSS Styles.
There has always been confusion whether to choose an Inline or External CSS script.
Consider the following cases before pouncing upon decision-making.
Inline style would be difficult to be accommodated on a larger website. In case of smaller sites, updating would take time depending on the size.
An inline style would be like:
Inline style sheet
There are also embedded style sheets and even linked style sheets. The linked style sheets should have .css extension.
< head >
< title > < /title >
< meta http-equiv=" content-type " content=" text / html ; charset=utf-8" / >
< link rel=" stylesheet " type="text/css" href=" week3.css " />
< / head >
< body >
< / body >
The External CSS must be always preferred over the inline, as it is easy to maintain, however the decision depends upon the utility of the CSS script.
Note: In majority of the cases, online External CSS is used these days and the Inline Style is rarely used in the industry. However, for small apps, it is preferred when it is quite sure that the CSS script will not be altered in future (you can say as good as hardcoded reference values that are extremely unlikely to change).
It is not that the right CSS that will help you out building that right site, but you should also give equal importance to the coding standards that should be given importance as well.
So, here are some of the Best CSS Coding Standards
Always stick to the standards:
Always make only valid CSS codes. Stick to any one of the version. CSS 2.1 always preferred though CSS 3.0 is catching up with these days.
Selectors
The Selectors used should always remain on a single line. Space should be provided after the last selector followed by an opening curly braces. Every opening brace should be closed by another closed brace in a different line. If multiple selectors are used, then each one of it should be placed on a single line and no space should be given after each comma.
Properties
All the properties should be placed within a set of braces. Each of the properties should always be given in separate lines. They should be indented with two spaces and they should end with a semi colon. A single space should be given after the property name and before the values.
{
color : #FFED;
margin : 1.3em;
}
When more than one property is to be listed, we need to provide them in an alphabetical order.
For Eg.
{
c
background : #0000;
color : #FFF;
}
This should be properly rewritten as
{
background : #0000;
color : #FFF;
color : #FFF;
}
In case, the properties have multiple values, each of them should be separated by a single space. The other standards should be maintained as such.
Comments
Whenever a comment has to be given, it should be given within /* ——*/
This is the standard that is followed in php and this has been followed in CSS as well.
Example -
/*
Documentation goes here
*/
A CSS doc file -
/**
* @file
* description
*
*
*/
Even at the end of property, inline comments can be added.
Remember, you can do CSS coding without following these standards, but maintaining such documents becomes immensely painful in due course of time.
Therefore, spending a few extra minutes will save your plenty of hourse in future and make it easy to maintain the CSS document.
Wordpress is undeniably the most dominating CMS in the market, and currently boasts of millions of users worldwide.
One of the most impressive features of WP has been the flexibilty to set-up in local languages like German, French, Latin, Greek, Spanish etc, apart from the universal langauge — of course we’re referring to English.
But, let us come out of the fascinating world of Wordpress and look at the other options. There are plenty to choose from when it comes to CMS. However, the most competitive ten are listed below
1. CushyCMS:
With a tagline ‘Truly simply’, anyone would expect a truly simple CMS form CushyCMS and definitely it has done justice to it. What makes it hassle free is its “plug - and – play” feature that does not required to install it to get started.
So, time spent in developing and maintaining is greatly reduced. With this you can determine which areas are editable making it easy for the novice users. And more importantly, it is free. Currently being used by 10,000 websites, it is gaining popularity in huge.
2. ExpressionEngine:
Known for its flexibility and intuitive Template Engine, ExpressionEngine is a powerful and easy-to-use tool that gives much of flexibility to the developers to customize it for the intended use. The built-in caching feature reduces the server load too.
3. TYPO3 CMS:
Mainly focused upon providing solution for websites and company’s intranet, Typo3 is an open source tool. The major advantages include providing complex features and ability to integrate with other applications.
4. Concrete5:
With a robust administration panel and a built in system for gathering statistics, there is not a necessity for an addition plugin or use of a third party application for traffic control. Concrete5 boasts of the “edit mode” that enables you to edit a web page live.
5. MODx:
MODx couples CMS and a PHP web application framework. This gives more emphasis to the web standards and for the beginners a GUI installer is also available.
6. Symphony:
Targeted at the geek group, Symphony utilizes XSLT to provide flexibility for customization. Thanks to those Overture tutorials which helps us out. For those not-so techy people, this is not the one for you!
7. SilverStripe:
A PHP based open-source CMS SilverStripe, uses MVC coding framework to provide scalability and flexibility. This involves a bit of installation process as well.
8. RadiantCMS:
Targeted at the smaller user groups, RadiantCMS is designed as a simple and elegant one serving the sole purpose of providing an interface for creating and editing contents in website.
9. Railfrog:
Railfrog is built on the top of Ruby on Rails web application that powers the infamous web applications such as Twitter and BaseCamp. This has been developed to design deploy and maintain websites with ease.
10. Plone CMS:
If you are looking for much of a help, well this is the one you always needed. As it is supported by an active developer community, you can get easy fixes, while Plone also has extensive documentation to help you during bad times. It is built on Zope web application framework and is loaded with top quality features.
The Web Content Management Systems offer a plethora of advantages and the Top 6 are listed hereunder -
Read the rest of this entry »
There are virtually millions of Wordpressss blog sites, but some of them get noticed very fast, while the rest are ignored by the visitors to be “JUST ANOTHER WORDPRESS BLOG”!
So, let us discover the top 5 aspects that make up a good Wordpress Blog.
First of all, your theme must be perfectly in sync with whatever your blog is all about. For instance, if you happen to be a web designer, it makes no sense to put up a music-related or gadget-related theme. Moreover, even if you’re using free Wordpress templates, you must ensure that you carry out necessary customization to make it look unique.
Secondly, write something sensible in the About page, because this is going to influence your visitors very strongly. If you write that you’re a web designer and give tips of SAP Testing, nobody would ever bother reading your posts.
Thirdly, ensure that the Copyright information in the Footer has been altered, and it doesn’t have any backlinks to irrelevant sites. However, you may want to promote your other blogs and you can surely place links to those blogs in the footer, but these blogs must be relevant.
The fourth thing to keep in mind is the sheer fact that you don’t put an endless list of sites/blogs in the Blogroll. Your visitors will also be influenced by the kind of sites that you recommend. Avoid promoting free blogs hosted of blogger.com or wordpress.com
Lastly, placement of advertisements is also extremely important. After all, everybody wants to monetize from a blog to be able to at least pay for Server charges, domain registration cost and still get something extra out of the hard work to maintain that particular blog.
If you keep these aspects in mind, your visitors will definitely find your blog to be interesting and not “JUST ANOTHER WORDPRESS BLOG”! ![]()
Note: It is highly recommendable that you don’t use free tools like Feedjit to show live traffic or make use of any traffic counters or any fake PR tools. Remember, these days everybody knows what’s real and what’ fake. Therefore, showing a count of 10,00,0000 visitors this month won’t drive higher traffic. Looking at the stats of the blog anybody can detect in fraction of a second that you’re bluffing big time.
In such an event, your visitors may even get distracted and stop reading your blog.
Having discussed everything pertaining to what makes a good Wordpress blog, it is time to turn the focus towards the most important thing - the newsletter, new registration option and RSS Feeds.
Unless your blog attracts lot of traffic from RSS Feeds, and gets 1000s of registration, the chances are pretty low that it becomes as famous as you wanted it to be.
So, don’t keep the “Register Here” or “Subscribe to RSS Feeds” option somewhere down the page. They must be visible to the visitors without needing to scroll down.
Above all, ensure that you don’t have horizontal scrolling enabled on your blog. It can be one of the most irritating things for the visitors.
Sure thing, you visit thosands of websites, but you rarely care to even remember the URL of some of the websites. However, it has been observed that few websites are so appealling that the visitors not only pay attention to its minute details, remember the URL or bookmark it, and re-visit it repeatedly.
This is basically the art of website/blog marketing. Unless you make your site/blog stand out of the rest, nobody will actually bother to even give a damn about its existence.
Here are the top 5 qualities that usually distinguish a site from the rest.
1. Fast Loading: No matter how impressive your site looks, unless it loads pretty fast, nobody has got the time in this world to wait and more than 5-6seconds. So, if your site doesn’t load within this time, the chances are high that the visitors may not hesitate to hit the back button and never bother to re-visit such a slow loading site again.
Tips: Too many JavaScript codes on your home page may cause it to load slowly. You may in turn want to put equivalent HTML codes, and keep the JavaScripts at the minimum level (use only when there’s no other choice)
2. Browser Compatibility - It is extremely important that your site looks good throughout all the web browsers, not just the Internet Explorer. Therefore, it becomes important that you do browser testing and ensure it looks good on all popular browsers - IE, Netscape, Mozilla Firefox, Opera and Google Chrome.
3. Easy Navigation: Navigation is one of the most important aspects that’ll detemine the count of visitors that you get daily. More importantly, only if the site is east to navigate, visitors like to re-visit the site, otherwise they may never even bother to know what’s present on other pages, apart from the home page.
4. Uniqueness and Readable+Professional looking fonts - A unique website is bound to attract massive traffic. But, apart from uniqueness, the professional
5. Free Goodies - Even if you run a personal blog, you can always offer some kinda’ free goodies like wallpapers, ringtones, Wordpress themes, blogger themes etc, and attract the visitors in the longer run. Unless you’ve an exceptionally informative blog/site you’ll definitely need the help of these promotional stuff to gain higher levels of popularity.
The chances are high that you may across a Cool Wordpress theme, but when you download it and apply on your blog, it may have an encrypted footer.
When you try to open the footer.php file located inside the theme (which can be found in the wp-content folder of your blog) that reads something similar to –
eval(gzinflate(str_rot13(base64_decode('FZdSrsVgbVG3kky65YGZFHUZr5lsEpmZ2avP6wXYP31IaOpf//vf//qP8leHf9RfO0hQbZT/yNK9JLD/K8p8Lsp//CefRxI/u7LgO2ASAqRLF2J/ X/85///Oc//+s//vW///2v/wc=')))); ?> … upon opening with any text editor like notepad.
And, the encrypted information may sometimes contain hard coded year of release and in such cases you won’t be able to even change the copyright information. So, what do you do in such cases?
Well, there’s nothing much to worry about, as there are many ways to fix this problem. However, let us see the easiest of them all.
Read the rest of this entry »
Whenever you plan to start a personal website or a blog (not freely hosted ones like those on Wordpress.com and blogger.com), the very first thing that you need is a web host.
Now, if you’re completely new to this field, you may not have too much of idea about the details mentioned in the web hosting packages offered by various hosts.
Sure thing, anybody would look for pricing, but remember, at the end of the day, only pricing won’t make too much of difference unless the hosting package comes with all the necessary features, otherwise you’ll end up spending extra money for purchasing those additional features from other independent vendor and third party app providers.
So, let us turn the focus towards the 3 most important things that you need to closely pay attention to, while selecting a web hosting package.
Read the rest of this entry »
Stealth added its new device to the warrior series developed mainly for the outdoor purposes. It is the new NW-2000 notebook PC, produced mainly for the folks who need PC even during outdoor trips.
It comes with amazing properties like shock-resistance, resistance to submersion to water and sun. It can also withstand the other hazards like extreme weather conditions.
The chassis of the NW-2000 PC is made up of magnesium alloy and the protection of the output and input of the device is ensured flawlessly.
The screen of the device is about 13.3 inches in size and it is a sunlight legible screen, which has the picture resolution of 1280×800.
The other features of the device include touch screen sensor that comes along with the PC as a built-in feature. As far as the security is concerned, the screen sensor feature in the NW-2000 helps in avoiding unlocking of the device by the unauthorized users, as it accepts the password by swiping the fingers or it can accept even stylus inputs as password.
The processor included in the NW-2000 is 1.06 GHz Intel Core 2 Duo ultra low voltage chip and it takes care of all processing needs of the device. The keyboard of the NW-2000 comprises of 86 keys, where the keys can be seen easily even in the low light conditions.
The 160 GB hard disk mounted in the device allows storing of all types of data. The other features included in the new Stealth NW-2000 PC include the TPM module for secure access, Bluetooth 2.0, fingerprint scanner, GPS sensor, PC card slot, and DVD burner.
It also comes with an HSDPA module as an optional feature.
