Looks good.
When I click on the tag cloud on the left hand side I get this error:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Runtime Error
Description: An application error occurred on the server. The current
custom error settings for this application prevent the details of the
application error from being viewed remotely (for security reasons). It
could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be
viewable on remote machines, please create a <customErrors> tag within a
"web.config" configuration file located in the root directory of the
current web application. This <customErrors> tag should then have its
"mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom
error page by modifying the "defaultRedirect" attribute of the
application's <customErrors> configuration tag to point to a custom error
page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
>
> fellows,
>
> Finally my first JQuery driven site has been released -
> http://www.findfreefonts.net . To start by presenting myself - I try to
> spread the word about JQuery in the ASP.NET world - through my site
> http://www.aspcode.net/articles/l_en-US/t_default/ASP.NET/ASP.NET2.0/Ajax/category_61.aspx
> cause the fact is that JQuery has become my JS toolkit choice - and not MS
> ASP.NET Ajax (formally Atlas)..
>
> Anyway, a little nervous cause I'm pretty new/lame when it comes to client
> side programming - but
>
> http://www.findfreefonts.net
>
> is my new the JQuery driven site. You might want to take a look, I thought
> (maybe you get an dns error today, I registered the domain today but found
> that it resolved instantly - at least for me...)
>
> Am using the cssRadio/cssCheckbox plugin, cookie plugin, hovertip etc. I
> know it doesn't look all right in Firefox etc, but hey, I need something
> to
> do waiting for Santa... Just wanted to thank you - and if you look at the
> site and find some abvious errors/stupid things - please let me know...
>
> /Stefan
>
>
>
>
>
>
>
> --
> View this message in context:
> http://www.nabble.com/JQuery-driven-site-tf2847615.html#a7952559
> Sent from the JQuery mailing list archive at Nabble.com.
>
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/