Jul
10
2009
2

Internet Explore Compatibility Tool IE5.5 IE6 IE7 IE8

View your site in IE5.5 IE6 IE7 IE8

View your site in IE5.5 IE6 IE7 IE8

I found this great tool to compare differences in internet explorer versions check the Internet Explorer Compatibility Tool.

http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/digg_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/reddit_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/stumbleupon_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/delicious_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/blinklist_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/blogmarks_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/newsvine_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/technorati_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/google_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/myspace_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/facebook_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/yahoobuzz_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/sphinn_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/twitter_24.png
Written by admin in: Free,Web Design Tools | Tags: ,
Jun
30
2009
2
Mar
31
2009
0

New Website: business-english-school.com

New English School Website in Israel

New English School Website in Israel

I just finish putting up a site for an Israeli client call Mind the Gap. This is an English School concentrates on the Israeli professionals and their integration in the global market. it specializes on teaching business English and conversational English.

This site is my first pure hand coded CSS. The site is in Hebrew so I had to get use to the RTL <-> LTR thing. Since the site is in Israel and one can buy israeli domain only in Israel, I added a .com fw domain. I’m not sure that it will have any effect but that is my new experiment. The second URL for Mind the Gap English School is http://www.business-english-school.com, good luck!

http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/digg_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/reddit_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/stumbleupon_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/delicious_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/blinklist_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/blogmarks_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/newsvine_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/technorati_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/google_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/myspace_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/facebook_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/yahoobuzz_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/sphinn_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/twitter_24.png
Dec
22
2008
1

Yahoo Store Refer-a-Friend (Tell-a-Friend) script

Avoid Yahoo hosting

Avoid Yahoo hosting

It took me couple of days to understand why any of the refer-a-friend script didn’t work on my client’s Yahoo store. Yahoo small business hosting server is limiting the functionality of PHP scripting. One of the limitation is that an email cannot be send, using mail(), if the From address is not specified as from the web site domain name (that is the referral cannot be sent as from the one referring). This was done to prevent spamming but it limits the functionality of refer-a-friend type script.

Looking at a script and forum by Michael Bloch lead me to create a modification of that script in order to troubleshoot that Yahoo Store issue. I’ve seen in the forum that other Yahoo Store owner had the same issue but Michael stopped the Q&A and their issue was never resolved.

The fix is simple: all the instances where From is a variable are changed to constant. you can download the Zip file yahoo_store_refer_a_friend_rdezine_com.zip containing

recommend.htm

refer.php

thankyou.htm

send me a note if you’re having problem

http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/digg_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/reddit_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/stumbleupon_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/delicious_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/blinklist_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/blogmarks_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/newsvine_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/technorati_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/google_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/myspace_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/facebook_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/yahoobuzz_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/sphinn_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/twitter_24.png
Dec
08
2008
0

CSS Cross Browser Trasparency (Internet Explorer 6, 7 , 8+ FireFox 2, 3)

Here is a transparency class for all browsers:

.transparent_class {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/digg_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/reddit_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/stumbleupon_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/delicious_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/blinklist_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/blogmarks_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/newsvine_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/technorati_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/google_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/myspace_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/facebook_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/yahoobuzz_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/sphinn_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/twitter_24.png
Nov
26
2008
11

Go Daddy Toll Free Number

Sale! $7.49.com from GoDaddy.com - 125x125 Here is a fact: Go Daddy doesn’t advertise its godaddy toll free number on the godaddy.com contact page. But they do have one. it is not 1-800 number but 1-866 number : 1-866-GO-DADDY or 1-866-463-2339. Save yourselves  a long distance call ;)

Back to GoDaddy.com –>

http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/digg_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/reddit_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/stumbleupon_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/delicious_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/blinklist_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/blogmarks_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/newsvine_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/technorati_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/google_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/myspace_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/facebook_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/yahoobuzz_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/sphinn_24.png http://www.rdezine.com/blog/wp-content/plugins/sociofluid/images/twitter_24.png

Powered by WordPress | Aeros Theme | TheBuckmaker.com WordPress Themes