Letcast – Beta 0.9

May 27th, 2009 I Published under Design, Portals I No Comments

Letcast

Technology: PHP, MySQL, JSON, Zend
Tools: Adobe Flash, Dreamweaver, Photoshop

Certrec

May 27th, 2009 I Published under Design, Websites I No Comments

Certrec

Technology: PHP, MySQL, JSON, Flash
Tools: Adobe Flash, Dreamweaver, Photoshop

Divemotor 2.0

January 14th, 2009 I Published under Design, Websites I 2 Comments

Divemotor 2009

Technology: PHP, MySQL, JSON, Flash, Flash Media Server
Tools: Adobe Flash, Dreamweaver, Photoshop
View project

Happy New Year

January 2nd, 2009 I Published under General I No Comments

Bluemetal: Happy New Year

We couldn’t do it without you. Thank you to believe in us.

View Splash

Bluemetal on Taschen!

December 9th, 2008 I Published under Recognition I No Comments

Web Design: Flashfolios

The Internet standard for creative portfolios

Following up on the success of Web Design: Portfolios, this volume features the Internet’s best examples of artists, design studios, photographers, designers, and corporations that use Flash to showcase their creations. What once existed only in printed form is increasingly being featured online via dynamic, animated Flash-powered sites. Flashfolios contains a selection of such websites developed exclusively using Flash, demonstrating the sophistication and range of interactive web design today.

Buy at Amazon

CSS for iPhone

December 5th, 2008 I Published under CSS, Quick Tips I No Comments

By default the iPhone scale the size of the letters so that these can be read easily, but this
often makes this letters overlap with other HTML elements ruining the look of the Web.

To avoid the escalation of letters in the iPhone we need to create a special style sheet: first of all identify if you are logging in with an iPhone, changing the header in that way:

<link href="css/iphone.css" rel="stylesheet" type="text/css"
media="only screen and (max-device-width: 480px)" />

Then you have to create the style sheet iphone.css containing the code to prevent the escalation of letters.

/* file: iphone.css */
html {-webkit-text-size-adjust: none;}

Hiding PHP Version on your Server

December 3rd, 2008 I Published under PHP, Quick Tips I No Comments

Simply open your php.ini file and modify the following line:

; Hiding PHP Version
expose_php = off

Once you have modified the file, restart Apache Server and it’s done!, now you are free of possibles attacks of malicious users.

Detect iPhone and Redirect with PHP

December 3rd, 2008 I Published under PHP, Quick Tips I 2 Comments

If you wish that your website automatically detects if your visitor is accessing with a mobile device (like iPhone) and redirect to another website, simply use a PHP or Htaccess code:

PHP

<?php if (strpos($_SERVER['HTTP_USER_AGENT'], 'iPhone') !== FALSE)
{ header('Location: http://labs.bluemetalcorp.com/iphone/'); }
?>

.htaccess

RewriteEngine on
RewriteCond ${HTTP_USER_AGENT} iPhone
RewriteRule .* http://labs.bluemetalcorp.com/iphone/

Euromotors – Bolsa de Trabajo

October 21st, 2008 I Published under Design, System / Application I 1 Comment

Euromotors - Bolsa de Trabajo

Technology: MS ASP.net, Oracle, JSON
Tools: Adobe Dreamweaver, Photoshop

WMLS International

September 15th, 2008 I Published under Design, Websites I No Comments

WMLS International

Technology: ActionScript, PHP, MySQL, JSON
Tools: Adobe Flash, Dreamweaver, Photoshop
View project