Monday, March 23rd, 2009 at 12:40 am
Content management systems (CMS) store and manage an organizations electronic document and Web content so that even the non-technical authors and employee of the company can reuse the information across different applications which is otherwise done by technical programmers. The web published content can also be distributed to customers and business partners outside the organization. [...]
Sunday, March 22nd, 2009 at 11:40 pm
A Very simple PHP form processor that goes with the HTML form I created in the HTML forum. Thank You <?php $date = date (“m/d/Y”); $name=$_POST['name']; $email=$_POST['email']; $comments=$_POST['comments']; $to=”youremail@yourdomain.com”; $subject=”The subject for your email”; /* IE: Comments on $date */ $message=”Comments from $namennName: $namenE-mail: $emailnComments: $comments”; $from=”$email”; $headers=”From: $emailn”; if (mail($to,$subject,$message,$headers)) { echo “Thank you [...]
Sunday, March 22nd, 2009 at 10:40 pm
Many people mistakenly think that they have to hire a hot web designer for thousands of dollars in order to create an eye-catching website. This is not true, especially for the do-it-yourselfer who wants more control over the look and feel of a website. Most websites are based on only one web page template. That’s [...]
Sunday, March 22nd, 2009 at 9:40 pm
This is a very short tutorial on the creation of a HTML form, that used the PHP form processor located in the PHP part of the forum. First, I’d like to explain how forms work, because it’s not always as obvious as one would think. Basically, the HTML form is used to store the information [...]
Sunday, March 22nd, 2009 at 8:40 pm
If you’re after printing business cards and posters, it is most probable that you get a printing company to handle your printing services. It will be faster and easier if you will turn the task over to printing companies so that you won’t have the mess in prints. Determining and choosing your printing company will [...]
Sunday, March 22nd, 2009 at 7:40 pm
There are very basic and simple things that should be inherent in printing and design that people, and the designers, should know about again. These are things are basically so simple to understand that there is no need to elaborate on them much further. Of course, this is assuming that the people reading this are [...]
Sunday, March 22nd, 2009 at 6:40 pm
A typical day in my life as a graphic designer doesn’t really exist. Each day can be quite different. Owning my own graphic and web design business is challenging and exciting at the same time. To be frank, I get up each day around 6am and hit the gym. After I get home eat some [...]
Sunday, March 22nd, 2009 at 5:40 pm
If you are simply dreaming of “having” a Website. It’s okay….. But if you are keen on “making” your own mark in the Web, and really interested in authoring it, brand it with your very own style and technique, there are some online tools for you to consider Browser Compatibility You must design your Web [...]
Sunday, March 22nd, 2009 at 4:40 pm
Swap In last week’s article: “The Secret Behind the Internet” I discussed the vital role that linking has to play in your Internet marketing campaign. This week I’m continuing the linkage theme, concentrating on outbound links and reciprocation. The Story So Far We already know that the text that people click on to get to [...]
Sunday, March 22nd, 2009 at 3:40 pm
I have seen a number of websites that would like to collect details of their visitors, simply asking people to register or sign up on their website. These links are usually text links put across the site. These websites believe that people who see this link will click on the link and register on their [...]