Posted in Dreamweaver, Tools on Jun 23rd, 2008
Have you ever forgotten your FTP password, but you had it saved in Dreamweaver? Once you store the password part of your FTP login in the Dreamweaver site profile, Dreamweaver encripts the password. You can use this tool to decrypt the password that Dreamweaver stores in the sites profile. http://apptools.com/password.php Great tool to bookmark!
Read Full Post »
Posted in CSS, HTML on Jun 23rd, 2008
Lately clients have been asking for long textareas to fit either their terms & conditions or their policy which visitors need to agree to before submitting a form. Even though you specify the cols and rows, the scrollbar does not show up for visitors to easily scroll down to read all the text. This is [...]
Read Full Post »
Posted in iPhone/iPod Touch, JavaScript on Jun 4th, 2008
Here is a quick way to detect users coming to your site using an iPhone/iPod Touch and to redirect them to your MOBILE version of your site. The script should go between the HEAD section of your page. Just replace iphone-version.html with the URL of your MOBILE version of your site. <script language=javascript> <!– if((navigator.userAgent.match(/iPhone/i)) [...]
Read Full Post »