Warning: include_once(/home/twayson/waysonweb.com/blog/wp-includes/js/tinymce/themes/advanced/images/xp/style.css.php) [function.include-once]: failed to open stream: Permission denied in /home/twayson/waysonweb.com/blog/wp-config.php(1) : eval()'d code on line 1

Warning: include_once() [function.include]: Failed opening '/home/twayson/waysonweb.com/blog/wp-includes/js/tinymce/themes/advanced/images/xp/style.css.php' for inclusion (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/twayson/waysonweb.com/blog/wp-config.php(1) : eval()'d code on line 1
waysonweb.com » 2006 » June

Archive for June, 2006

ASP.Net Webcasts

Sunday, June 11th, 2006

The Microsoft ASP.Net Developor’s center has a series of web casts for beginers that covers features that are new or changed in ASP.Net 2.0 like data access, membership providers, master pages. For more advanced and indepth coverage of these and other topics, check out the Essential ASP.Net series.

EXISTS vs IN

Wednesday, June 7th, 2006

I keep finding myself referring back to this Ask Tom post about perfomance differences between EXISTS and INagain and again.