Here are 10 easy to implement Flash based Mp3 players that you can use for your website. Remember, since they are Flash based they won’t show up on your iPhone or iPad.
If you are looking for vector logos and logotypes of famous brands of the world for your design work then you should check out Brands of the World. As the site says “Brands of the World is the most comprehensive library of brand logos in vector format. BotW is also a great place for designers to upload their logo designs and professional details to get exposure, recognition and clients.”
Stu Nicholls experiments with CSS (cascading style sheets) in a fun and creative way displaying some of the power of CSS. His work is available for use with his permission and a donation. It’s worth checking out his CSS menus, layouts, etc.
For those of you that travel internationally, you may want to be aware of what AT&T charges for its iPhone data roaming. This article has insightful tips for a cost effective journey abroad with your iPhone.
How to add an inline text box in InDesign? A text box that will move as you add more type before it.
Michael says “Create the small text box, select it and cut it (The regular way for cutting something to the clipboard). Then make sure you’re clicked inside your large text box so that you have a flashing cursor and then paste. The small text box should be pasted inside the large text box in the same way you make an inline graphic by cutting and pasting an image into a text box. You can type inside the large text box either before or after the small text box.”
Last week I attended an event that shared the features on Adobe’s CS5 and the presenter shared a some tips that were new to me. Here they are
Photoshop: If you hold the shift key and drag a layer object from one file to another it keeps the object in the same place when it lands on the new file.
Illustrator: If you hold down the tilde key “~” and use the rotate tool you can rotate the pattern within the box.
So, we shared in yesterday’s post how to code large backgrounds into your website. Here’s a link to a site that allows you to download for free Photoshop brushes that you can use to create creative backgrounds.
Here’s a great tutorial on how to create large backgrounds for your website plus the CSS code needed for it.
You can also opt what to do with the overflow of the background image by setting the following:
overflow-x:hidden;
overflow-y:auto;
Hidden and auto can be replaced with scroll, visible or inherit.