tomasdev

web development handcrafted

December 2007
— January 2012

UTF8 and UTF16 in JavaScript

I was wondering what the fuck was the bitwise operators doing on UTF-16 decode of Byte Counter from Mathias Bynens. Because reading RFC documentation is so boring, I decided to ask Some directly (the ... – continue reading

Update Tweet button on AJAX

So... If you need to show for example, a Twitter sharing button in an overlay, and it's contents come from an AJAX (asynchronous) request, you might need to parse things again. And of course, you don'... – continue reading

jqTransform and select width

I love using jqTransform, such a nice plugin to style your forms! But today I found a little bug, currently happening on Firefox for Mac only, the jqTransformSelectWrapper wasn't the width I wanted (l... – continue reading

About AJAX and JS disabled

This isn't a tutorial, but a kind of recommendation about what to do when programming javascript animations and AJAX loadings for websites. Most of people have javascript enabled in their browsers, an... – continue reading

CSS Resets

Always highly recommended to use CSS Resets, not even the best but the one which always works for me, not being so long and not "* { }" hack. This is the CSS reset I use. html, body, div, h1, h2, h3, ... – continue reading

WP-Polls 2.50 common errors

I think the most common error is to get the poll but it doesn't work. I mean all options are displayed, but when hitting the button Vote! nothing happens. This is caused because of the jQuery JS libra... – continue reading

SMTP server response: 553

So you probably had recently finished installing Mercury Mail, maybe using XAMPP or kind-of. As I checked, without modifying anything from download, it always happens. I mean running Windows (XP Servi... – continue reading

WP Codex

From the WordPress Codex Page... Parameters in the query-string style do not have to be entered in a specific order. The only real concern is assuring parameter names are spelled correctly. If legibil... – continue reading

Trying to stop

1) It is about real attacks. 2) No theory, just practice. A) Detecting the attack. 1) Using netstat command netstat -an | grep :80 | sort netstat -n -p | grep SYN_REC | awk '{print $5}' | awk -F: '{pr... – continue reading

Redirection Loop

Well, yesterday I was trying to post something and I couldnt. That was because the WordPress was making an infinit loop in the process of redirection for permanent links. It was very aweful, but today... – continue reading

I wanna be a Front End Engineer

That is my reality. I really enjoy learning CSS and xHTML coding and layouting web designs. Also I know PHP language, let's say at 50% of its 5.x version. I need to learn a lot of things, syntax, func... – continue reading

Connect SSH via PHP

Searching on Google I found someone's blog which links: http://kevin.vanzonneveld.net/techblog/article/make_ssh_connections_with_php/ That's a really interesting article! I was needing to connect to S... – continue reading

Leticia Huck

Creation of a personal web site, with Curriculum Vitae style, for an Optic Engineer. Includes a contact form. URL: http://www.leticiahuck.com.ar/ Date: February 2007 Screenshot: – continue reading

Alchemist House

Creation of an e-commerce system based on a Content Management System (CMS) with the necessary requested modifications, security patches and migration of an existing products database (on e-bay) URL: ... – continue reading

Guia Quimica

Making of HTML templates starting from PSD (Photoshop) files in w3-valid format xhtml 1.0 transitional and CSS2. Contact form (php) to email. Mozilla Firefox and MS Internet Explorer enhanced. Positio... – continue reading

Buxa.In

Modifications in the Administration System (added requested options). Migration of the server. Maintenance of the site. Optimization of the database queries to improve the speed of server processes. U... – continue reading