Interaction design notes and links

PHPMiniAdmin and Sequel pro

PHPMiniAdmin is a raw and light alternative to phpmyadmin. In 10Kb you will find very basic features such as database table visualization, import and export and a textbox to write sql queries. It was usefull in one project where it was not possible to access the DB from remote and phpmyadmin was not installed on the server.

When it is possible to access DB from localhost I use Sequel Pro a free software for Mac OS that works really well.

 

 

This entry was posted in technical and tagged php, sql, tools, web design. Bookmark the permalink.

Cubiq

Matteo Spinelli is a freelance web developer with good communication skills. On his blog http://cubiq.org/ he explains his personal projects giving details about trial-and-error process and giving away useful snippets.

Reading his posts on html5 games for iPad makes me want just seat and start messing with code.

PHP Typography

Compared to printed world the web is typographically a lot poorer, PHP Typography is a tool aimed at helping web developers enrich paragraphs with hyphenation, spacing control and stylizing typographical symbols such as ampersand, quotes marks etc. There’s also a WordPress plug-in version

via A List Apart

 

Code writing best practice

Top 15+ Best Practices for Writing Super Readable Code

Some standards used in code writing to have a maintable code.

thanks to tecnocrazia.com