jink


Member since 04/30/2009

20 snippets

3325 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

jink's Recent Snippets



« Prev 1 Next »
I use this action code with http://valums.com/ajax-upload/ to handle the upload from any browser.
0 688 posted 13 years ago by jink
Changing the connection string in the web.config to allow zero date and converting it prevents this error.
0 772 posted 13 years ago by jink
Add the System.Data config settings for MySql. Update the version to number referenced.
0 539 posted 13 years ago by jink
Restores the 2D (tiger) dock.
0 608 posted 14 years ago by jink
Puts mouse highlighting behind stacks.
0 603 posted 14 years ago by jink
Etag Removal: http://developer.yahoo.com/performance/rules.html#etags Font Compression: http://www.phpied.com/gzip-your-font-face-files/ Compression: http://developer.yahoo.com/performance/rules.html#gzip
2 808 posted 14 years ago by jink
Use this rewrite rule to enable permalinks on a host. Used when Wordpress doesn't write the conditions correctly (like on a host I am testing with).
0 615 posted 14 years ago by jink
Placed in the functions.php file.
1 561 posted 14 years ago by jink
Load this Javascript after the MS AJAX files have been loaded. In the example I am using jQuery to call the patchMicrosoftAjax() method, but you can use any method you desire.
0 1129 posted 14 years ago by jink
Page_ClientValidate is a global function. When called this will return true/false if the validator group provided is valid or not.
0 592 posted 14 years ago by jink
Bind the DropDownList like normal (set DataSourceID, DataTextField, DataValueField), and <%BIND%> the SelectedValue field. AutoPostBack should be enabled. In the OnSelectedIndexChanged:
0 732 posted 14 years ago by jink
Use this code to pull a DotNetNuke URL from a tab name. We use this to replace "?tabname=blah" type URLs which do NOT transfer language info.
0 789 posted 14 years ago by jink
Call with the path of any javascript you want to load into the HEAD of the ASPX page.
1 940 posted 14 years ago by jink
Returns the postback sender ID. This is usually a button ID from a form that caused a post back.
0 679 posted 14 years ago by jink
Call AddKeepAlive() in Page_Load of the page that needs it. Change the path to the correct keep alive page. Page should disable caching, like in second code snippet.
2 750 posted 14 years ago by jink
Replace *SERVERNAME* with the name of the server name in the web.config
2 662 posted 14 years ago by jink
Code snippet prevents caching of the page by setting http header values and a LAST MODIFIED header to prevent google from caching too long. This should go into the page load event.
1 629 posted 14 years ago by jink
« Prev 1 Next »