Web Design Blog - html

< Prev   01  02   Next >

Used Restaurant Equipment Classifieds Site

We recently launched a used restaurant equipment site call Restaurant Equipment Listings. The site engages Luna's listing manager technology which allows restaurant owners to quickly post their used restaurant supplies for free or for a fee. Features of the site include the ability for users to post their old commercial restaurant supplies and equipment without the need to know html. Visitors can also search the front end of the website to find restaurant counters, refridgerators, pizza ovens ... read more!

Posted in html, social media, technology, web design | Post Comment

The Truth About HTML5

There has been a lot of hype around HTML5 in recent months. I have heard individuals singing the praises of it without really knowing what it is. First HTML5 is not the end all for Flash and Javascript. Both mediums still have their appropriate uses and will continue to live on. Second HTML5 still a little "half-baked". There is not a single browser that supports all of the new features in HTML5. It isn't expected to be completed until 2014. Third HTML5 is not an all new programming langu... read more!

Posted in html, mobile, technology, video, web design | Post Comment | 5

CSS Text Effects: Text Shadow

The CSS text shadow property has been around since the release of CSS2, but has not been supported by mainstream browsers until recently. The level of support is still limited, but with time we will start seeing it more and more.Basically text shadow allows you to render text with a blur, glow or off-set shadow without using an image. Benefits of this include: The ability to allow text to be searchable by popular search engines like Google or Yahoo. Reduce load time by eliminating image file... read more!

Posted in CSS, Google, Graphic Design, html, Microsoft Windows, snippets, tutorials, web design | Post Comment

The Proper Use of img and background-image Property

There seems to be confusion among web designers when to use the img tag vs the CSS background-image property. Both tags are frequently used improperly. Usually this isn't revealed until it comes time to give the site a facelift or update photos. Really it isn't difficult to keep your images inline. Read below for a couple helpful tips. Use the img tag when the image is not related to the stylesheet. These are photos that need to display no matter how the look and feel of the site changes.... read more!

Posted in CSS, html, web design | Post Comment

Internet at the Speed of Touch

Mobile computing is hotter than ever right now. Touch screens have become a staple of many people's lives. Many people are migrating away from the traditional desktop or laptop computers in favor of using these devices as their primary source for web content. As web designers we must keep this growing segment of the population in mind when we design and build websites. I have found myself turning to my iphone more and more to get quick answers, look up the status of an ecommerce order or check u... read more!

Posted in html, internet, iphone, mobile, Productivity, technology, web design | Post Comment

CSS3 Support

As interest in HTML5 and CSS3 heats up, you may be wondering when you'll finally get to implement them in your own code. They can seem almost unusable right now due to cross browser support issues. Many of us are still stuck supporting IE6 and can't imagine trying to code with new standards that are iffy in even the most recent browsers. Wide support is coming, though it may take a bit of time yet. On the bright side there are people out there with the goal of making CSS3 usable right now. The ... read more!

Posted in CSS, html, internet, technology, web design | Post Comment

Design Trends - Serif Rising

It would be a true statement to say 95% of all websites use Sans-serif fonts. They are everywhere Arial, Trebuchet and Verdana have become the go to font for web designers for years. There is good reason the web has gone this direction. Sans-serif fonts are very professional, they render clean in Windows and Mac, and they have a modern feel. With the benefits come some disadvantages, they can feel rigid, color can look odd on them, and everyone else on the web is using them. In the last year we ... read more!

Posted in Graphic Design, html, internet, technology, web design | Post Comment | 1

Redirect your Site to www

This week I've learned a nifty little trick having to do with .htaccess and site redirection. I'm sure you know that you can reach a web site with the normal www. or you can leave it off. The end result is no different to you. sBut it is to Google. The search engines considers each address version a different site, and there's a lot of duplicate content there. .htaccess can force your site to always redirect to www. Toss this little bit of code: RewriteEngine on RewriteCond %{HTTP_HOST} ^your-do... read more!

Posted in html, technology, web design | Post Comment

< Prev   01  02   Next >

View All Posts