You are hereRecent Posts
Recent Posts
Ten most recent posts
Using a different theme on specific Drupal pages
Mar 29, 2011Ever wondered how to have a page, or several, with one theme and the others with another?
Usually, this comes up when you wish to have the site with one theme and the administration pages with another. That’s the simplest scenario and is solved simply by using...
So what's this site all about?
Feb 19, 2011The answer for that is... 42! Well... actually no, not really. :P
I would have to say that this site's general theme is going to be my professional experience regarding web development and software development in general. I also have a big interest in the Information Security realm, so...
Goodbye .NET. Hello Drupal!
Feb 18, 2011When I first started creating this site, I was determined to write every piece of code myself. I love building things from scratch and I think that it is the essence of being a software developer.
So, I have built it all using ASP.NET: page code, database integration, web styling... and it...
Mouse Pointer Location in Browser
Jan 29, 2010As a web developer, knowing exactly where the user's mouse pointer is inside the browser's window can be useful information sometimes. A simple scenario is when you wish to display a small tooltip to help your web visitors with filling your web forms, or showing some descriptive...
Disable browser autocomplete; Deny Copy and Paste
Jan 28, 2010Many web forms include some fields that should force users to input their data manually in contrast of using built-in operation systems' (OS) features like "Copy and Paste" or the browsers' "autocomplete" feature.
Examples of such fields are: Email Verification...
Drupal: Replacing self-closing tags
Oct 28, 2009Drupal is an open source platform that allows you to build various types of web sites without the need of knowing web programming languages. It is relatively easy to install and has loads of different modules, which give you extensive flexibility in designing you Drupal site. One of them is...
Explorer's Single Textbox Form Bug
Apr 19, 2009I think it is safe to say that every web site contains some kind of web form. Forms are a crucial part of our web site and allow us to interact and communicate with our visitors and registered users.
Since we often use them, we must count on them to behave as expected, but not long ago I...
Stubborn Table Cell Borders in Firefox
Oct 29, 2008Although HTML is a standard since November 2005, every browser takes the liberty to display the same HTML code in a different way. I am quite sure everyone who surf the net using more than one browser notices this and with the growing competition of web browsers the problem will remain with us...
Outlook Gap Using Large Images Inside Emails
Oct 29, 2008A popular way to keep in touch with your customers and to provide them with valuable information on your company's advancements is to keep a list of newsletter subscribers, where each of them can receive a periodical email containing simple HTML.
It is best to keep this HTML code as...