|
just another regularban.info web blog |
| MEMBERS: | Community Web Development - Latest Trend
In the first generation web technologies were developed to tap the resources from a commercial point of view. The patrons perceived the development of the new media to bring more profits in terms of monetary gains. But as the web world advances to take over new responsibilities and roles, its very character is observing changes that are more or less inclined towards the human side. The maxim of Web 2.2 which goes as 'Web for the people and by the people' clearly gives an insight of the new character adopted by the web and the emergence of community services. In the new era the developmental work as such emphasizes on increased participation of the audience member. It is this audience, the users spread all over the world that drive the web today. In order to bring increased levels of participation and give way to more interactions, many community service programs have been thrown open to the people. At present a plethora of community services like Face book, Orkut, Hi5, etc., connect the people and communities at large. Blogs and forums have further helped as better tools and platforms for interacting with each other. Then there are Wikis that make available important online resources for the people at large. In community web development technologies have primarily been redeveloped to make them user-friendly and interactive. On technical front both the designing as well as the scientific coding have been utilized to forge the end product for the benefit of the people at large. As of now many of these products or online services are available as free and open ended services. Hence community web development incorporates all those elementary changes that are required to disentangle the web from commercial values. The services and products under it have primarily been designed and developed to allow the people to come nearer and enjoy the benefits of new technology. It is worth mentioning at this point that many business organisations develop such products or deliver services to have better relations with the public. Occasionally it might happen that a free community service in the due course of time change its preferences and take a commercial identity.
Using Functions
Functions are used to perform a well defined task that is normally repeated at various places within a web site, web application, or other software application. The function sometimes needs certain information before performing its task, and sometimes returns a value to the calling page or program. An example of how to use a simple function in PHP: function showMessage() {The above example shows a very simple function that displays the contents of a session variable called 'message'. The idea being that while a user is using a web site, etc, various messages are generated and stored in the 'message' session variable. Whenever the showMessage function is called, the contents of the session variable are displayed. So, for example, when the user logs on, you could display a message saying that they have done so. Likewise, when they log off, a different message could be displayed. Calling a function To call the showMessage function, you would just need to include the line: showMessage() in the web page (wrapped in php tags to distinguish it from normall HTML). Passing values to a function Often, a function requires one or more input values in order to perform its task. For example, take the following example that takes two numbers as input, and adds them together. The result is then returned to the calling web page or program. function addNumbers($number1,$number2) {In the calling program we would have something similar to the following: $number1 = "5"; Obviously, in a real program you would not have the numbers hardcoded like this, but they would be obtained from user input or by some other means. Notice also that although the name of the returned variable is $answer, the calling program makes no reference to that. We could, if we wanted to, change the calling program to: $answer = addNumbers($number1,$number2); which might make things slightly easier to understand.
Multiple Niche Websites or One Big Authority Site? Advantages and Disadvantages
Depending on where you want to take your business, a multiple niche website can be an excellent platform with which to expand your business and cover a larger market. It could also be a good choice for you if your interests and expertise vary greatly. However, you also have a choice to just focus all your energies on building one site and staking your reputation on it. So will a multiple niche website be a good choice or will one big authority site increase your chances of success? Let's take a look at the benefits and limitations of each option: Multiple Niche Websites: A multiple niche website offers you an opportunity to reach several different segments of the market all at once, allowing you to cover as much ground as you can using just one or a few sites. Advantages A multiple niche website lets you communicate to multiple groups of potential customers and possibly close a business transaction from there. It also helps maximize your initial website building efforts, particularly because you only need to build each site around a single design concept. Multiple niche websites can also showcase your flexibility and comprehensiveness of services that you offer. It's like having a multi-specialty site that attracts clients and customers from several different market segments and then doing business with them. Once your site has been around for sometime, it could easily pick up a minimum of 1,000 to 3,000 hits per day - even more when you've gained enough reputation and recognizability in the business. Disadvantages The disadvantage of a multiple niche website rests mainly on its design. Since you will be promoting different products and/or services from a single site, imagine how it would look like to a visitor. One site = hundreds of related links. And we're not just talking about internal links either. A multiple niche website is essentially your store from which you'll be running your business. Once you're actively participating in the industry, it shouldn't be long until you find external links that you might want to refer to your visitors. Now imagine the chaos - dozens of links, banners, buttons, ads, graphics, pages upon pages, all coming from just one direction, each one crying out for attention. If you can't manage it well, a multiple niche website can grow to be a multi-headed monster, each one heading for a different direction and demanding a different type of approach. In the end, there is a danger that you could be competing with no one else but yourself. Build multiple niche websites if... - You have the expertise and the experience in the specific niches you want to focus on. - You have the skills, time or manpower to devote for the development of each niche. - You have the resources to spend for the demands that a multiple niche site will require. - You have established an organized and well-designed business processing system to handle transactions such as sales, discounting, customer service, subscription, etc. - You have the patience of a saint and the eye for detail of an IRS auditor. Single Authority Site The single authority site is just that - one site offering excellent products or services pertaining to a single niche or industry. Advantages One big authority site is perfect for people who want to build their expertise in only one field or niche. If there's one thing you can do well and you want to make it your business, take this route. It's easy to set up, doesn't require a lot of resources and is relatively cheaper to run. You could also concentrate all your efforts here and become a respected guru in a specific field instead of being the internet marketer who juggles with multiple industries and never quite achieving expert status. Disadvantages If you made a mistake in your choice of niche, a single authority site can fizzle out like a short matchstick. When it goes, it goes and there's nowhere else you can turn to or fall back on, unlike a multiple niche website where there are other things going on for you. You could also miss the opportunity of providing products and services for a wider market segment, thus limiting your income potential. If the niche you chose has a limited market, your site's traffic counter will reflect that in the number of hits it receives. Build one big authority site if... - Your expertise is limited to only one area and you are confident you can comfortably grow in it. - You want to become a known authority in that niche. - You have limited knowledge or training. - You want to focus all your time, effort and money developing one big authority site versus a multiple niche website.
|
* About Archives
Categories:
Last Updated: |
| regularban.info
is proudly powered by WordPress MU running
on regularban.info.
Create a new blog and join in the fun! Entries (RSS) and Comments (RSS). |