|
just another regularban.info web blog |
| MEMBERS: | 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.
Content Management System And Its Different Types
A system that can be used to manage the content of a website is called content management system (CMS). In other words, CMS is a tool to create, edit, and remove details/information in a website. The definitive advantage of the CMS being that you can carry out most of the task without any technical expertise. The contents managed can be of various types that include web contents, media files, e-documents, online transactions, etc. and they are classified based on the requirements. Types of CMS The different types of CMS are as follows, Browser based CMS: The most convenient and the cheapest CMS is the browser based CMS. It is easy to access and can be edited from anywhere in the world. Most of the other CMS require software to be installed but whereas this CMS does not require any software and can be simply logged in by using a username, password and the contents can be edited. Transactional based CMS: This type of CMS can be employed by E-commerce organization where they need to manage large data of transactions though online. Digital based CMS: Information is also stored in digital format, hence the digital equipment needs to be organized and kept in a system that is effective and functions properly. For this purpose, you can use a digital asset management system which will help in organizing all the media files. The digital media may contain audio, video, stills, graphics, and other media related files. Business Process CMS: This is a CMS which is related to transaction details such as invoices, sales order, application forms, etc. Further, the system offers the businesses to integrate and expand in the corporate environment and also provides the support to organize the work steps systematically and improve better communication among the users. Enterprise CMS: This system offers the users to access, scan, store and manage all information within an enterprise. The system supports all types of functions, it can be web based or E-commerce based or CRM. The enterprise CMS is designed in a way that can integrate with client server and hosted solutions. Finally, it is very essential that you need to understand the various types of CMS which enable you to decide on the one that best suits your business. If you are not sure about the CMS that works cost effectively and efficiently for your business, contact us and we are happy to offer you the best possible help. Vijayakumar Palaniappan
Simple Website Creation That Will Make You Money
As you know we are all fond of the easy things in life. We all like the path of least resistance. The easier we can find our way the better for us. The more complicated something appears the less we understand it and as consequence the less we like it. With this in mind we need to approach the building of a website in a way that will avoid all of the above. Your website will need to be laid out in a way that understands the visitor's needs and addresses them clearly and concisely. The question then becomes how to do this? When considering what subject to build your site around you will need to start your research on the forums relative to the topics of choice. For example if your passion relates to golf then you will need to visit forums where this subject is discussed. Here you will need to look at what questions are being asked and where the people posting to this forum are having difficulty. Then you will need to get engaged and try and help. Here is how you could do this. Create a signature that links back to a free blog that asks the question "what is the biggest problem you face when it comes to golf" On your free blog you could ask other questions. Your blog then can have a form where people can submit their questions. Of course you would need to offer them something to do this that will help their game and of course you will need to offer it for free. Based on this you will be gathering actionable intelligence relative to your target market. With this information you can then build a website that addresses these concerns and provides a product that you are either affiliated with or that you have created yourself. Now that you have this information you can build a real website that can generate a real income in multiple ways. You will want to build a site that is structured properly for the search engines and one which is easy to navigate for your visitors. To conclude if you lay the groundwork properly then the rest will fall into place.
|
* 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). |