Many times this happens that in a page we have used a DHTML menu and a flash header and when we mouse over the menu, the menu could not be visible because of the flash object comes over the menu. Another situation could be – we used a block script and the page contains a flash object and when the script is called the flash object could not be hide.
I faced these situations many times and searched web for a solution. Long ago I found a solution which worked for me to solve these problems and I am still using it.
The solution
If you are using an object tag, then add the following param in it.
<param name="wmode" value="transparent" />
If you are using an embed tag, then use the following attribute in it.
wmode="transparent"
I don’t know what these codes do as I am not a flash expert, but they work. If anyone knows anything more about these codes then please share with us.
I am a fan of FireBug for FireFox browser. It helps me solve my design issues and I can easily debug JavaScript codes. I know it can do many more, but I mainly use it for design issues. I was thinking if I had something like this for Internet Explorer! One day I googled to see if there is any solution. And amazingly I saw that there is a tool from Microsoft. I downloaded it and installed. If you want to compare it with FireBug, then it has very limited features. But as I said earlier my main need is solving design issues, I now use it for finding design issues in IE and found it very helpful.
From Microsoft site, here are current features of the tool.
Explore and modify the document object model (DOM) of a Web page.
Locate and select specific elements on a Web page through a variety of techniques.
Selectively disable Internet Explorer settings.
View HTML object class names, ID’s, and details such as link paths, tab index values, and access keys.
Outline tables, table cells, images, or selected tags.
Immediately resize the browser window to a new resolution.
Selectively clear the browser cache and saved cookies. Choose from all objects or those associated with a given domain.
Display a fully featured design ruler to help accurately align and measure objects on your pages.
Find the style rules used to set specific style values on an element.
View the formatted and syntax colored source of HTML and CSS.
I don’t know why Microsoft is not releasing any new version of this tool. This tool was last released on 5/9/2007. Since then no new update has come. If you want to try this tool you may download it from here. And of course do not forget to share what you think about it.
A few days ago, I got a mail from a group Feed-Your-Head. It contained a link to a video. I watched the video and it touched my heart. I am embedding the video below. Give your 5 minutes to view it. I am sure you will love it. The video shows what our parents do for us. But at their older age, their questions annoy us. I cannot describe the thought better than the video. Watch it… let me know how you felt.
For many purpose we have to send emails. Sometime we send mails to our friends, relatives or different groups or mailing lists, sometimes we send official mails to our colleagues, superiors or clients. Some mails contain attachments, references, email addresses or web site links. It is easy to forget an attachment or put a broken link. I myself has faced these things. After following some precautions I have overcome these mistakes. Here I am writing down those rules for anyone who is also facing these issues. Follow the following steps after email writing has been completed.
Check the From Address - I use Gmail as my personal and official email client. If you are a Gmail user, you may know that Gmail provides a facility to use other email addresses from one account. If you have added multiple accounts then you will get a drop down box to select from which account you want to send the email. Also, in case of desktop clients like Microsoft Outlook Express if you have multiple accounts then the same problem may arise. So, I will suggest you to confirm from which address you are sending the mail.
Check To Address, CC Address, BCC Address - Before you hit the send button, check the addresses to which you are sending mail. Also check the CC and BCC addresses are in place (if required). This is a common mistake.
Check the Subject line – Make sure the subject line is related to the mail content.
Check Mail Content – Look for spelling mistakes and correct them if any. Check all the references are correct and the links (if any) are not broken. Check your signature is as intended.
Check Attachments- If you have mentioned any attachment in your mail or if the mail requires any attachment then make sure you have attached them accordingly. This is also a common mistake that we forget to attach required documents.
When you will start following these rules, you may find them time consuming. But if you start practicing them time will be reduced. And the most important thing, you will forget to make mistakes .
I hope this post will help you reduce the rate of mistakes you make when sending emails. If you have any other idea you may share it with us.