Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
You can see details on http://msdn.microsoft.com/en-us/library/ms178592.aspx , but I try to explain how you throw error with "uniqueidentifier" type parameters.
I convert uniqueidentifier to string (nvarchar(50)) and set a variable.
"%s" is equal...
0
2250
posted 15 years ago by emregulcan
returns "City, State" if found otherwise defaults to "Hollywood, CA"
18
13665
posted 15 years ago by crypticsoft
This function allows you to pass any div anchor tag as a parameter to scroll to. You can easily add easing after the 'duration' parameter in the jQuery animation function.
8
2237
posted 15 years ago by ksnagra
Modify the array to get different number of posts, change the order, change / add categories etc.
1
1444
posted 15 years ago by amyb
This snippet will allow you to create a template browser for when you need to show multiple pages quickly. simply add the new pages into the select dropdown options and you're away.
0
1015
posted 15 years ago by demwunz
Very simple and basic TextHandle class, extends TextField... You can extend to fit your needs.
Basic usage:
var a:TextHandle = new TextHandle("some text");
addChild(a)
Optional params:
_size: uint ( default 22 ) - size of the textfiled...
1
1674
posted 15 years ago by burnandbass
Useful bit of CSS to vertically centre a navigation. Good for Pagination.
1
2035
posted 15 years ago by 1man
Listen to the Navigation keys and save their values in local Booleans
2
1745
posted 15 years ago by JaaQ