Cherie Ang
www.ezmoneysg.com
Archive for November, 2009
How Do You Use Php To Display A Two Columns Per Row Html Table?
$arr=array(“apple”,”orange”,
“banana”,”grape”,
“pineapple”);
I want to display the array in a html table using php (foreach loop preferred), two columns per row like this:
apple orange
banana grape
pineapple
Many thanks to you all.
More HTML Tips and Tricks:
How Do U Change The Color Of The Lines In Between An Html Table?
I want to change the color of the lines in between an html table. I have the bordercolor code thinking it would change the color of those lines but it only change the color of the border around the table it self. So right now I have the table with a red border and the lines in between are white. Want to make it where it’s all red. Anybody can give a hand with this. Thanks
More HTML Tips and Tricks:
Push Button ECover 2.0 – Eye Catching Ecovers Without Photoshop!
Quality Product – Excellent Conversions. Strong Backend Converting At 54%! Send Traffic = Earn Up To $120/customer!
Push Button ECover 2.0 – Eye Catching Ecovers Without Photoshop!
More HTML Tips and Tricks:
How to Learn Html
How to Learn HTML

Steps

1. HTML reads left to right. First, you have to understand tags. Tags are placed at the beginning of whatever you want to change. If you wanted to make a word bold, you’d put a tag at the beginning of the word, and at the end.

2. Tags begin with a less-than sign: . What goes inside the is the tag. Learning HTML is learning the tag to perform whatever you want to do. Usually, the tag at the end has a / before the greater sign. For example: Hello

- Every tag should begin with an opening and closing tag. If a tag only does not specifically use a closing tag [such as or , which will you see below], then the tag should end with a slash inside of the tag. Thus, the previous tags would be written as and , respectively.

- The tag for a paragraph is .

- The tag for bold is or .

- The tag for italics is or .

- In HTML, the tag must be placed around the code.

- The tag for a break (skip in the line, hitting to hitting “enter” on the keyboard) is .

- The tag is always around the text.

3. By now, you can write HTML using tags. But what if you want more? Here’s some more codes:

To insert images:

To resize images: (size is adjustable)

Linking images:

4. There are many websites that explain HTML more in-depth. Some good sites are Funky-Chickens.com and

HtmlCodeTutorial.com.

5.Every HTML page start with and end with . It will tell the server that it is a html page. Within the tag, the page consist of head and body section. The head section allows us to specify the title. The body section is the content of the html page.

6. Now that we have tags down, let’s see what we can make with the knowledge:

My Title Goes Here

I like to write a lot of HTML!

Tags are so much fun. You can do it, too!

Tips

If you’re getting serious with HTML, buy Dreamweaver or Microsoft Frontpage. It teaches you codes and all. Both of them are WYSIWYG (What you see is what you get) editor. Their functions is very similar to word processor. It will be easy to get started with the 2 softwares. If you don’t wish to spend money on the html software, there are some free html editors for you to test out. One of them is Nvu, WYSIWYG editor, this software is very similar to Dreamweaver and Microsoft FrontPage.

Things You’ll Need

A word processor, such as Microsoft Word, Notepad or BBEdit.

Cherie Ang

www.ezmoneysg.com/emp/lct.html
More HTML Tips and Tricks:
I Want Knowledge Of Programming Plz Tell Me Aboyt Any Web Site Who Give Me Free Knowledge Of Html & Tips Pls
More HTML Tips and Tricks:
Expert HTML
Making your Web Pages Download Fast is the Most Effective way of Keeping Visitors Browsing your Website.

With the Web being the all encompassing, slightly anarchic, global phenomenon that it is, there are no set standards about how to design Web pages. But there is one overriding principle that every Web designer should chant like a mantra as soon as they awake in the morning. ‘Speed is everything’.

Getting your website’s information on to the browsers of your visitors as quickly as possible is still the number one skill to learn when it comes to building web pages, but it often gets overlooked because it doesn’t seem as much fun as fooling around with Java applets or animated GIFs. But don’t be swayed by such fripperies – master the art of building sites that download super-fast and you’ll get people coming back again and again.

With the arrival of broadband, it’s tempting to think that designing web pages to download fast won’t be a concern. People will multitask on the Net as they do with their computers, pushing their internet access connections to the extreme and cursing your Web page if it doesn’t appear instantly. The need for speed is here to stay, so knowing how to optimize your HTML code and graphics will never go out of fashion.

Here are some Tips to help make your Web pages Thunder down the Information Highway

Grease your Graphics

While understanding how to make your HTML super-sleek is vital to streamlining your Web pages, graphics are the single biggest culprit for slow loading websites. The hard and fast rule has to be, if you don’t need a graphic, don’t use it. For example, using graphics for text is a no-no – HTML text looks great if you use a bit of color and judgment.

Try to rescue the graphics you do need on your site throughout your pages. That way, the image gets cached in the user’s web browser and the image isn’t downloaded again. Don’t be afraid of repetition – for example, if you have a groovy logo to use on your site then put it in the same place on every page. It reassures the visitor that they are still on your site.

You should ensure that the full size of the graphics you use are as small as possible. Imaging editing programs will deal with this for you to an extent, but you can’t beat running an image through an online graphic compression tool to get the lowest possible image size.

Keep it Simple

When it comes down to HTML code, the first thing to do is design a look and feel for your site that isn’t massively complex. Simple layout equals slimline code. Ask yourself if you really need that scrolling ticker or Java applet – chances are you don’t.

Frames are also a bad idea for fast pages. Every frame within a frameset is effectively adding another page to load simultaneously when the user arrives at your site, rather than just one page. Coupled with the navigation, search engine and bookmarking nightmares that frames can cause, they’re best avoided.

Nested tables – that is, putting one table inside another – are the main way diligent designers achieve a good layout to their Web page, but be wary of overdoing it. As long as the tables are simple, with only three or four cells, nesting is fine. If you find yourself nesting the equivalent of a chessboard, it might be wiser to start again. Tables take a while to load in Web browsers, and the more complex the code, the longer your visitors will be staring at a blank screen.

Remember that just because your Web page might look simple doesn’t mean that it was simple to put together. Simplicity is not only good for speed but also ease of use which has to be the other design concern.

WYSIWYG Weirdness

WYSIWYG editors are great for quickly assembling Web pages without the chore of typing HTML code by hand. However, these editors often add lots of extraneous code which is not actually needed to make the page display correctly. This is why it’s important to have at least a basic grasp of HTML even if you do use a WYSIWYG editor. Knowing what’s going on under the bonnet means you can spot a multitude of sins and streamline your code so it runs faster.

Tag it and Bag it

Times New Roman is the Web’s default font, but Verdana and Arial have become extremely popular too. If you like these fonts enough to want to use them throughout your site, a nifty way on cutting down on coding every paragraph is to use the tag. This changes the default font of your pages.

For example, will make all the text on your page appear as size 2 Verdana, unless you specify otherwise using the usual tags that doesn’t have a closing tag, so you don’t need to insert a tag anywhere. Best of all, you can avoid the hassle of having to format the majority of your text in one fell swoop, saving coding time and keeping your HTML streamlined.

A Space Odyssey

This is possibly the easiest way of improving an existing site’s download time. Every space in your HTML code isn’t empty spaces to a browser – it’s another bit of info it needs to interpret and process. Many WYSIWYG editors generate indented code with line breaks. Removing all those indents and line breaks will shave several K off the size of your page so it loads much quicker.

It’s here that a half decent Web page editor comes into its own. Using the search and replace function, you should be able to do a sitewide search for spaces. Type several spaces into the Find box, make sure the replace box is empty and it’ll whiz through the whole site eliminating any spaces it finds.
Sandra Prior runs her own websites at Beginners Bodybuilding Guide and Florida Computer Hardware Classifieds.
More HTML Tips and Tricks:
Psd to HTML Conversion
Nowadays, there are many professionals out there, who are specialized in converting the design in your website according to your demands, the modern technology they count on enabling them to overcome your expectations. PSD 2 HTML is a professional web design service, being one of the most popular choices in web development. The wish of every web designer is to get their sites on the first pages for search results and this can be achieved by means of a search engine friendly site.
There are some web designers who use tables and claim that they facilitate the design process, stating that tables are compatible with different browsers. However, there are some designers who support tables formats, believing that tables represent an impediment to web accessibility and this is where PSD to HTML plays an important part. PSD 2 HTML provides web designers with the efficacy they need in order to create sites, the conversion services of HTML allowing them to enhance the performance of the website and at the same time to create an original layout.
Furthermore, the PSD 2 HTML conversion provides a complete separation of content from presentation and the HTML codes were upgraded so that you can maintain satisfying rankings for the most popular search engines. Due to PSD to HTML you will benefit from much better cross-browser compatibility, your website being accessible via Opera, Firefox and others. This program is meant to put at your disposal an international conversion service, improving the performance of your website and allowing it to maintain its original design. Also, your website will maintain positive ratings for the popular search engines.
If you want to improve your site’s performance, PSD to HTML is definitely what you are looking for, because you will have at your disposal; a number of options which will enable you to implement your design. Due to these modern programs, you will have not only affordable and quality design but also development services. Your PSD 2 HTML should be accurate, concise and you will need to specify the number of pages required and your additional requirements.
Before giving an order for PSD to HTML, you must decide whether you need a fixed width layout pr a fluid one, where you can stretch each column. This program will enable designers to create and at the same time to write down the hex codes for the design areas. All these new, modern programs are meant to ease your every day work and by means of table less PSD 2 HTML you can achieve layout control without using any tables. The text and the other elements that can be seen on a page are arranged by means of css, thus using HTML for semantic purposes.
All in all, there are many good reasons why most professional designers have chosen to work with this program since web site design is of vital importance for the success of your site. These days, things are meant to be as simple as possible, even for web designers. Internet marketing is based on web development that offers search engine optimization and multi-browser compatibility.
Our PSD to HTML puts at your disposal multiple choices, starting from a basic or a more complex package. A search engine PSD 2 HTML coding must have flexible width, dynamic menus, load speed optimization, integration and other options. Choosing an adequate conversion program can make wonders for your website’s layout, so make sure you resort to skilled professionals for such services.
Similar Posts
- —> Conversion
- Roman numeral conversion « tiffanyfly
- Fat Burning Furnace: Update(Nov '09)…80% Conversion Increase …
- Case of User Mailbox Corruption – Convert OST to PST | Quick Fix …
- —> Html
- Sitemaps and SEO « Marketing Bangkok Blog
- My blog » How Do You Execute An Html Page While In Php?
More HTML Tips and Tricks:
How Can I Create A Cascading Style Sheet?
Ive looked OVER 1 million tutorials..I know that but its just that,I want something like this:
Can someone explain step by step..because those tutorials DONT teach me anything
Thanks.
Similar Posts
- —> Sheet
- SC 2031, SCIENCE & INDUSTRY, MINT SHEET 50-20 CT CV $27 | Science Tube
- Clipper City Holy Sheet joins Mutiny Fleet | Beernews.org
- Wingnut Math : One Penny Sheet
More HTML Tips and Tricks:
Learn Adobe Photoshop Cs2 – Advanced Training Tutorial
Hey, check out these auctions:
| US $4.00 End Date: Thursday Nov-26-2009 7:59:52 PST Buy It Now for only: US $4.00 Buy it now | Add to watch list |
| US $9.95 (0 Bid) End Date: Thursday Nov-26-2009 8:16:46 PST Bid now | Add to watch list |
Cool, arent they?
More HTML Tips and Tricks:
How To Keep Html Table Cells From Moving?
I am having trouble with my HTML code.
I have 2 cells in 1 table and when there is more text in 1 cell it pushes the other cell to the left.
How can I prevent this from happening. Thanks.