For the next time you get a dumb question that could just as easily been answered by google. LetMeGoogleThatForYou.com
This great article on StopDesign shows you how you can have the best of both worlds — Nice looking headers using the fonts you want, while offering text versions as well.
Posted in background-image, css, header, replace text | Leave a Comment »
Aneko Studios has a nice css blog. This post in particular shows you how to hide an image on hover, displaying the background image behind it. Nice option for image rollovers.
Posted in Uncategorized | Leave a Comment »
another great, textural design site with just a touch of motion to keep it interesting.
Posted in Uncategorized | Leave a Comment »
another great website. Ashes and milk is a site showcasing the work of textile, wood, metal and 2D artists. The design combines photographs with simple css styles to make a great, simple, textural site.
Posted in Uncategorized | Leave a Comment »
Just poking around “the internets” looking for inspiration and found this adorable and beautiful children’s book website. Octonauts.
Posted in children's book, design, octonauts | Leave a Comment »
Just poking around “the internets” looking for inspiration and found this adorable and beautiful children’s book website. Octonauts.
Posted in children's book, design, octonauts | Leave a Comment »
Telstar Logistics found this great post on some compelling reasons why bad times might just be the best time to start a business. Read it on PaulGraham.com
Posted in Uncategorized | Leave a Comment »
researching archival quality ink jet printers and found this nice review on Creative Pro for the Epson Stylus Photo 200P and 7500.
Posted in Uncategorized | Leave a Comment »
function checkhref() {
if( location.href.match(‘https:’) ) {
alert(this is a secure page);
} else {
alert(this is not a secure page);
};
}
checkhref();
Posted in javascript | Leave a Comment »
