Alberto Gasparin
  • Articles
  • Scraps
  • About
Feed RSS

11 Feb, Article

Start using CSS box-sizing today

One of the newest and shiniest CSS3 proprieties that you can start using today is the box-sizing property. It allows you to switch between different box models to create complex layouts.
Continue reading 3 comments for "Start using CSS box-sizing today"

15 Oct, Scrap

MySQL utf8 case sensitive SELECT

Because of the lack of the case sensitive version of the UTF8 general collation in MySQL, you have to write a "hacky" query to return a case sensitive match.
Continue reading 0 comments for "MySQL utf8 case sensitive SELECT"

2 Mar, Scrap

RTL email obfuscation: implementing a PHP function

After describing the RTL email obfuscation pattern, I have coded an helper function in PHP (but you can implement it in your favorite programming language) which converts ordinary email to that obfuscation pattern, making the process easier.
Continue reading 0 comments for "RTL email obfuscation: implementing a PHP function"

28 Feb, Scrap

RTL: a better email obfuscation

Fighting email spam is every day more complex, but there is always the need of including contact information in a website. So, there is an interesting solution both to hide the email from bots and keep it readable (and also clickable) for users.
Continue reading 0 comments for "RTL: a better email obfuscation"

22 Jun, Article

iOS CSS animations performance

An advantage of developing iPhone apps with standard web technologies is that you can reproduce the same animation effects native apps do. However, performances are different between platforms and environments.
Continue reading 0 comments for "iOS CSS animations performance"

Hi, I am
Alberto Gasparin

I am a web developer living near Venice. Currently, I am working at Studio Visuale creating good websites.

Popular topics
iPhone
9 entries
PhoneGap
7 entries
Javascript
5 entries
CSS
4 entries
Email
2 entries
Objective C
2 entries
Obfuscation
2 entries
App store
2 entries
Mapview
2 entries
Box model
1 entry
HTML
1 entry

© 2010-2011 / Alberto Gasparin
illustrations / Manola Cervesato

You can follow me on Twitter: twitter.com/albertogasparin
or contact me by email: moc.liamg@nirapsagotrebla

Powered by Django @ Webfaction
All articles are CC BY-NC-SA