Search :
Webmaster blog

Self learning web development

[ August 16th, 2008 ] Posted in » Webmaster Resources
Written by: Derek

Html (Hyper text markup language) is rising in popularity tremendously over the years. With start ups like google blogspot, wordpress, everyone seems to be getting well versed in html coding. Now, even individuals that are not trained in IT industry know all about html and they might even be much pro then those who are in IT. Many years back, when you tell people “Yes,. i know html”, they will say “wow, that’s cool” Now, they will say “So what? i know html too”. It’s so common.

Hiring a teacher? No way! A waste of money!

You have no experience in design and developing an website and you wanted to find a good teacher and learn from them. If that is so, “Google” is always your best teacher! There’s no need to search for teacher just to learn html. If you are doing so, you are just wasting your money. Rather, it’s even better to buy research books then to hire a teacher. I self-learn html around 5 years back, by researching in google, looking at tutorials etc. You just need to have the correct attitude. Well, from my experience, i can say that i learn much more in html from myself then in school. In fact, when my school teaches html, i already know most about html. So, teaching yourself html is really simple. The same thing applies to learning other programming languages like php. The most your teacher teaches you is the syntax of the programming language and how to use certain things like while loop, for loop etc. In programming, logic is the most important thing that you must have. 

What i need to start developing websites?

For a start, you just need to have certain software. For coding editing, use either notepad or dreamweaver. For designing, photoshop is the best. Now, head to w3schools.com and learn all the html tags. Learn how to create a table, how to set colors, how to use layers etc. You may not have any idea what i am talking about, but if you really take your time to learn from w3school, you will find it very familiar. I learn my html from w3school as well. The best way to learn html is by doing projects. For a start, you might find it’s difficult to remember certain tags and need reference. Refering is perfectly ok and even experienced html programmers sometimes need reference. After a certain period of time, let’s say you have successfully develop 4 to 5 websites, those html tags just come to your mind directly. You will get faster and faster in writing your code.

I mastered html, what is the next thing?

Now that you can develop html websites, the next thing you need to do is to brush up on the quality of your code. Many people make this mistake. They develop websites just to make it work and they don’t care about the quality of them. “I write the code, yea, it’s working, everything is presentable, that’s it” - This is not the correct way. As a good html coder, you need to make your code looks neat. This is for search engine purposes as well. Search engine spiders will find it difficult to index your site if your code is messy. Another very important factor to consider is the loading speed of the site as well. Using table codes in layout is slower than using div layers. That is because more code is need to be written in tables than in layers. The number, the size, and the format of images are important as well. For example, using jpeg for photos, or using gif for solid colors. A good web designer/developer will take all these things into account.

Advanced programming

After you mastered html (which probaby won’t take long), it’s good to start learning server scripting language like php, python, asp.net, perl etc. For me, i chose php. This languages enables you to write interactive websites that require uses of database etc. If you are serious about being a web developer, it is a must that you must be skilled in one of those languages. You won’t get far with just html. Html is just a basic and the simplest language. I will not be going more in depth into php because as for now, i am not a very good php programmer. Like html, there are good and bad coding as well. However, php is more complex, as it interact with the database. You have to code it in such a way that the script is secured, the server  load is fast and many other factors. Currently, I am still learning in process.

As you can read from this post, it’s just give you an introduction on how you can self learn how to develop a website. I will be writing a post purely on how to design a website in photoshop in one of my next few post. If there’s any web designer who are interested in contributing some post, please drop me an email. Credits will be given.

Hi there, if you visit my blog, please subscribe to my RSS feed!

August 16th, 2008 | 2 Comments

Hostgator discount coupons

[ August 10th, 2008 ] Posted in » Webmaster Resources
Written by: Derek

Hi, in the previous post, i am talking about hostgator web hosting services, NOW, i will be offering all visitors that come across this blog, who are interested in purchasing shared hosting from Hostgator, a discount of $9.94 or the first month free! This is hot!

Steps to claim your discount of $9.94 ( Read all steps b4 advancing)

1) Copy this code          ”jury“          (without the quotes)

2) Click on this banner below and go to hostgator website.

3) Order the shared hosting by clicking on “Order now” in the navigation. When you come across the order form in step 2, enter jury as the coupon code.

4) That will do it. You just earn first month free.

Hi there, if you visit my blog, please subscribe to my RSS feed!

August 10th, 2008 | Leave a Comment

Host unlimited websites

[ August 10th, 2008 ] Posted in » Webmaster Resources
Written by: Derek

Recently i just become an affiliate of Hostgator and i will be sharing some of my comments. There are a number of things to take note when buying hosting. For me, customer support quality and server speed is what i look out for whenever i buy hosting. Just ike any other new webmasters, i started out by using free hosting services. But however, free hosting services make your website looks unprofessional because they displayed alot of advertisements anywhere in your webpage. And seriously, you got to trust me, you will have alot of visitors exiting your site within a couple of seconds. So, why not make some investment of couple dollars to prevent your potential visitors from exiting? You got to make some investment if you want to make some money online. It’s definitely worthwhile.

So i went to do some research on paid hosting and i came across quite of number of good ones like bluehost, godaddy, and hostgator. I tried these 3 and among these options if i were to engage their hosting service again, i would choose hostgator. With hostgator, you can host unlimited websites with their hosting package and that’s definitely a killer. You don’t need to buy any expensive dedicated server that cost $100+ again if you want to host many websites! Just $7.95 package would do so. However, if you are looking to have more control over the server like having root access, that’s another story. But don’t panic, Hostgator sell dedicated servers too. Frankly speaking, i didn’t purchased dedicated servers from hostgator before, thus i don’t really know the quality. But if you ask me which company to recommend for dedicated servers, my vote will goes to layeredpanel. They are the best ( in dedicated server ) in my opinion.

Despite offering just web hosting services, Hostgator shared hosting is bundled with alot more features, like site builder, instant backups, unlimited sql db and alot more. Most importantly, they provide 45 days money back guarantee. For more information, Visit http://www.hostgator.com/shared.shtml to see the full list of features.

Overview, if you are a webmaster who want to host alot of websites and just pay $7.95 per month. Hostgator is the one you are looking for. My rating for Hostgator will be 8.5/10.

If you can’t wait and want to sign up for a hostgator account now, click on the below banner immediately!!

Hi there, if you visit my blog, please subscribe to my RSS feed!

August 10th, 2008 | 1 Comment

Javascript and Ajax made easy

[ July 13th, 2008 ] Posted in » Webmaster Resources
Written by: Derek

Most web 2.0 websites uses ajax technology and it’s seems to be so common that most websites used it. I’am quite new to ajax and was learning from w3schools. I come across several several libraries and thought i should share in my blog. All these libraries make creating ajax applications very easy.

Jquery

jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript. Write less, do more!

www.jquery.com

Prototypejs

Prototype is a JavaScript Framework that aims to ease development of dynamic web applications. Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for web application developers everywhere.

http://www.prototypejs.org/

Script.aculo.us

script.aculo.us is a JavaScript library built on the Prototype JavaScript Framework, providing dynamic visual effects and user interface elements.

These are some of the libraries that i found to be very useful. Alot of successful startups used them as well, including wordpress, feedburner, digg, ping.sg etc

Hi there, if you visit my blog, please subscribe to my RSS feed!

July 13th, 2008 | 5 Comments
Copyright 2008 by Derek-ang.com | Theme : Blue Weed | Sitemap