Archive for the ‘Web Design’ Category

Plan To Create A Free Website With Wix

Friday, March 6th, 2009

wix-13I have a thing for old cell phones. It all started when the nokia 8110 came out of the market and was featured on the First Matrix movie. Even if it’s sophisticated and sleek at that time not running on colored screens and issolely used for text and calling capabilities, it was the only one in the market that looked like an ak 47 magazine. And since then, I’ve been salvaging parts to make my phone functional over the years. I also got other phones from then Ericsson phones. Believe itr or not , they’re more sturdy than you think. I always thought of phones as a basic necessity and not a thing to flaunt and brag about.

And true to my word, I would like to showcase my old cellphones in the event that someone might appreciate the old cellphones that I exhaustively maintained over the years. A good free website is in order, and for that I turn only to Wix.com. Wix has given a free website for Wix users so that they can create a website using a flash website builder called the Wix editor, that makes you drag and drop content. And when I say drag and drop, I mean every part of it. Now I can easily post a gallery of my old phones to my free website.

And with convenience as well. Be one of the many Wix users who took advantage of their technology, and sign up today to be one with the Wix Phenomena.

Have Little Web Design Experience? Here is XML for Beginners

Monday, June 2nd, 2008

This article is for readers who have either no prior experience of Web Design or very little time.

No Programs
The best way to write Web pages is to get your hands dirty and write the code yourself.
Programs that produce HTML often do so badly. They often produce Web pages that go long way round about doing things. When you code the pages by hand you have an intimate understanding of what you are doing and can make the actual size of the Web page file as small as possible. This reduces download times so the pages load quicker and the users are happier.

When you use a program to generate HTML, understand how the page is built internally because it does it for you. This is not a problem as long as everything works. But what about when it doesn’t? If you find that the Web page doesn’t display properly in Internet Explorer 4, and many of the users use that browser, you are going to have to sort it out. This means forgetting about the program and looking at the code.

(more…)

Bad HTML Habits

Sunday, June 1st, 2008

Using HTML is the quite easy because of eth structure of this language. But even after that the best HTML programmers can commit mistakes in the coding if they develop some bad HTML habits. In this article we will discuss some of the bad HTML habits which keep even some of the best HTML jockeys from gaining proper accessibility. Let’s discuss and try to understand some of the bad HTML habits developed by many of us.

(more…)