There's so much usefulness to the World Wide Web, that I'm bursting to yell out my favourite website for this month:
Website of the Month!
Posted on
Shahid Online
at
11/26/2009 09:51:00 AM
0
comments
Links to this post
Labels: fonts, free, website of the month
Image links in IE8
While mocking up a design page for a colleague's website I came across a new browser behaviour in IE8.
This was the first time I used IE8 as my main development browser, due to the fact that the PC was re-installed and high-priority updates were applied. Surprisingly Microsoft branded IE8 as a priority update.
Anyway, back to what I was talking about, here's a sample:
<a href="index.htm"><img src="logo2.jpg" alt="Logo" title="Logo" /></a>
As you can tell, this is using an image for a link, where it behaves well in Chrome, Firefox and in the previous versions of IE (7 and older). But in IE8, this is not the case as the DOM does not treat the image as innerText, only as a child node. As a result, everytime I hover the mouse over this image, an extra gap would come from nowhere shifting any relatively positioned elements.
To fix this I explicitly added a space ( ), so the line would look like:
<a href="index.htm"><img src="logo2.jpg" alt="Logo" title="Logo" /> </a>
Posted on
Shahid Online
at
10/21/2009 10:21:00 AM
0
comments
Links to this post
Labels: IE8, image editing, links, web browser
SQL Replace
A colleague recently asked me if it was possible to replace a string in SQL. After a bit of questioning, this is because entities like & in HTML would be encoded to & in his database.
Since it was the case of outputting information from a SQL statement, this can be simply done by using the REPLACE function in the SELECT. For example:SELECT REPLACE(CompanyName, '&', '&') FROM Company
The same concept applies in Crystal Reports.
Posted on
Shahid Online
at
10/16/2009 11:57:00 AM
0
comments
Links to this post
Labels: crystal reports, html, replace, sql
Remote Desktop Copy & Paste
Here's a little tidbit. When I used to Remote Desktop onto client machines, they would disable file transfers as part of their security procedures.
One way of transferring files in Remote Desktop is to allow the remote session use your local drives, so you can still navigate your computer from within the session, which is quite slow.
Then you would have the ability of using the clipboard to copy & paste content from one file into another.
But if you want to copy and paste files themselves, this is possible by enabling both of the above. It is a bit slow but it is more convenient and quicker then trawling your local drives slowly to find the file only to face a slow drag and drop procedure.
Posted on
Shahid Online
at
10/16/2009 11:41:00 AM
0
comments
Links to this post
Labels: remote desktop, support
Free Nero
It's official. The creators of the popular CD/DVD burning software, Nero, has released a free version of it's flagship product for Microsoft Windows.
Not to be confused with the 15 day trial, the free version of its software is limited to only the simple task of burning CDs and DVDs. Their website states:
"This version of Nero 9 contains simply data burning and disc copying features for CDs and DVDs. Additional features and functionality are available with an upgrade to Nero 9 full version."
Of course, many would have turned to the likes of other freeware and open source software such as CD Burner XP Pro (my favourite piece of kit by the way) or ImgBurn. However, Nero's offering maintains their trademark interface and the use of SmartStart for novice users, which many would prefer.
You can download it from here.
Posted on
Shahid Online
at
8/06/2009 07:37:00 PM
0
comments
Links to this post
Labels: cd burning, free, freeware, nero