Archive for April, 2009

Open Source Projects

30 April 2009

I’m working on 2 custom CMSs, and doing some research and development for a 3rd one. The first two are online shops with more custom pages for details, information, products and other static data. I’m using an older online shop script I’ve written 4 years ago, and I’m discovering some major bugs and other things that need fixing. One the online shop script is ready, I intend to make it open source and place it on the home page.

The third web site is for a friend’s band and is currently in a development loop, it’s based on Joomla and it looks really ugly. The designer may be bored. So, I thought I might use WordPress, as the client wishes a theme switcher script, and WordPress has plenty of them as plugins. And, moreover, for the client’s needs, Joomla is way too complex than WordPress. And I have no experience with Joomla.

As a personal project, I will turn Blog Tycoon into a themes repository (open source of course). I have many WordPress themes I’ve worked on, and I will move them from the blog and the main corporate page. It will be split into 3 parts: framework themes, regular themes and premium themes (also free). The domain was lying around without a decent idea for it, and I started to doubt if I should renew it. But the themes idea seems very appealing.

You can follow me on Twitter, though updates are rare.

Guest Bloggers Needed (Team Work)

29 April 2009

This is an announcement.

article-team-work

I am looking for bloggers interested in writing articles on Blog Tycoon. Short insights, tutorials, articles, anything that fits the niche. In exchange, you receive an author review, and a backlink to your blog or web site. Comment here if you are interested in a free and easy self-promotion method.

Logo Design Spree

28 April 2009

These last two months have been pretty productive for me, as I’ve finalized some clients’ web sites, and launched some private projects. More are in the production, but we’ll talk about them another time.

I’ve designed some pretty themes for these web sites, and I hope the new design will bring more visitors/clients.

article-logo-design-spree

Simple PHP/MySQL Contact Form Tutorial

27 April 2009

article-contact-form-tutori

The last tutorial was about a PHP/MySQL counter for a client. The same client requested a simple contact form, with no AJAX, or other options. So, I used the PHP mail() function, wrapped in a simple XHTML form.

First, we create the XHTML form (contact.php):

<h1>Simple Contact Form</h1>
<form name="form1" method="post" action="send_contact.php">
<p><input name="subject" type="text" id="subject" size="50" /> <label for="subject">Subject</label></p>
<p><textarea name="detail" cols="50" rows="4" id="detail"></textarea> <label for="detail">Detail</label></p>
<p><input name="name" type="text" id="name" size="50" /> <label for="name">Name</label></p>
<p><input name="customer_mail" type="text" id="customer_mail" size="50" /> <label for="customer_mail">Email</label></p>
<p><input type="submit" name="Submit" value="Submit" /> <input type="reset" name="Submit2" value="Reset" /></p>
</form>

Next, we create the mail sending engine (send_contact.php):

<?php
$subject ="$subject";
$message="$detail";
$mail_from="$customer_mail";
$header="from: $name <$mail_from>";

// Your email address
$to ='someone@somewhere.com';
$send_contact=mail($to,$subject,$message,$header);

// If message was successfully sent, display a message
if($send_contact) {
echo "Thank you for your interest. We will answer as soon as possible.";
}
else {
echo "Error: The email was not sent. Check your server.";
}
?>

That is all. You can include the contact.php file into your web site design.

What You Should Know About Internet Marketing

27 April 2009

Discover The Truth About Internet Marketing Benefits.

With PPCNinja you will see how to make internet marketing work for you.

It is necessary for you to know about internet marketing benefits irrespective of whether your business is brick and mortar or absolutely online. Several individuals carry out online promotion of their business without proper awareness of all the benefits available. For a small business, promotion of any kind can prove to be difficult leave alone internet marketing. To be straightforward, this would demand a lot of exertion and perseverance and in some cases money as well. Internet marketing can be used by you also to develop your business when you become familiar with its working.

The internet didn’t take much time to scale the popularity charts and has become the method of communication that is used most often by people. It is now among the well known places for making a purchase. Online shopping offers a tranquil experience which is appreciated by people. They can get the finest items for the lowest value on the Internet; the lag caused due to waiting in a queue is also eliminated.

Internet marketing comes forth as a decently priced promotion device that can assist the business in expanding its product or service distribution network. Want more information? Read Review of PPC Ninja. In addition to being inexpensive when compared with traditional advertising methods, Internet marketing also helps you save space as it does away with fliers and paper brochures. It is quite apparent now why internet marketing is preferred over managing a call center, printing brochures or advertising on radio and TV. The ability to reach millions of potential customers on a daily basis is one of the multiple benefits offered by internet marketing.

People are constantly looking for goods and services on the internet, so when you advertise on the internet you will have people actively seeking you out. For instance when you advertise on the radio, you reach out to people but you may not be successful in generating a response. With an online store you will have the advantage of being open throughout the year. Internet marketing gives you the chance to reach a greater number of people and at a lower cost when compared to conventional methods of advertising. This is the first time in history that one can easily start a business and instantly reach millions of customers and we owe this to the Internet. Internet marketing also makes use of the quick form of communication known as email. It makes it easy to contact customers and take orders immediately.

You can have an edge over your competitors by using the internet. You are spoilt for choice when it comes to internet marketing methods that you can use to your advantage. These include ezines, blogs, pay per click ads, pop-up ads, email campaigns, and many others. You can expand your company’s awareness and reinforce your present relationships with customers with the help of these methods.

After getting information on the internet marketing benefits that are available, you should not think twice about starting to use them for yourself.

Get Adobe Flash playerPlugin by wpburn.com wordpress themes