Archive for December, 2009
Lightbox image viewer is interrupted by Flash
by admin on Dec.27, 2009, under PHP Scripts
Here’s my site that I’m talking about.
http://kayokoscreations.com/service.htm
Thumbnails at the middle of the page is supposed to work with “Lightbox image viewer”.
Is there anyone knows how to fix it? I wonder if my CSS (for the layout) causes this problem…
Thanks.
Follow the detailed information at:
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14201
Or, if this short version (good in most cases) fixes it, so much the better! Add in this language to your object/embed tag:
Add the following parameter to the OBJECT tag:
<param name=”wmode” value=”transparent”>
Add the following attribute to the EMBED tag:
wmode=”transparent”
It worked perfectly!
I really really apreciate you!:)
How do I Flush DNS?
by admin on Dec.01, 2009, under Domain setup DNS
If you change your domains DNS settings it may take up to 24hours to propagate across the internet.
Sometimes the OLD DNS entry will be cached and you will need to either flush the DNS cache to get rid of it, or wait up to 24 hours for it to be dropped from the cache automatically.
To do this in windows click on Start=>Run
then type: cmd
in the black window type:
ipconfig /flushdns Press enter. If you get an error saying:1. Click Start or Windows logo at the bottom left corner of the screen 2. Click All Programs 3. Click Accessories 4. RIGHT-click on Command Prompt 5. Select Run As Administrator 6. In the command window type the following and then hit enter: ipconfig /flushdns 7. You will see the following confirmation:
Windows IP Configuration
Successfully flushed the DNS Resolver Cache. |
If you get an error msg saying:
" Windows IP Configuration
Could not flush the DNS Resolver Cache: Function failed during execution."
Go to: Start>> Control Panel >> Administrative Tools >> Services (Open services)
in the list find: " DNS Client" right click >> Properties >> Change "Start up Type" to automatic >> Click Start
Now you should be able to flush your dns.
After done make sure you put back DNS Client to disabled.
1. Click Start or Windows logo at the bottom left corner of the screen
2. Click All Programs
3. Click Accessories
4. RIGHT-click on Command Prompt
5. Select Run As Administrator
6. In the command window type the following and then hit enter: ipconfig /flushdns
7. You will see the following confirmation: