Welcome To Snipplr


Everyone's Recent Snippets Tagged c



1 ... 194 195 196 197 198 ... 553
first design your app and generate a .UI file using Designer (part of Qt Creator), then run pyuic4 to get it to python, like: pyuic4-2.6 example.ui > example.py then import the window classes in example.py and make your up by subclassing like you...
1 1709 posted 14 years ago by blackthorne
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 2142 posted 14 years ago by emregulcan
returns "City, State" if found otherwise defaults to "Hollywood, CA"
18 13390 posted 14 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 2113 posted 14 years ago by ksnagra
Good .htaccess file to start with.
0 1190 posted 14 years ago by batfan
1 1565 posted 14 years ago by ptiswitz
2 978 posted 14 years ago by prit
Modify the array to get different number of posts, change the order, change / add categories etc.
1 1349 posted 14 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 928 posted 14 years ago by demwunz
0 1373 posted 14 years ago by MarkusToe
2 1651 posted 14 years ago by simondiercks
duratrans printing
0 1250 posted 14 years ago by leida011
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 1559 posted 14 years ago by burnandbass
0 1331 posted 14 years ago by arunpjohny
0 1038 posted 14 years ago by BebenKoben
0 1047 posted 14 years ago by tonatiuh
Useful bit of CSS to vertically centre a navigation. Good for Pagination.
1 1914 posted 14 years ago by 1man
Cronjob and PHP examples below
0 1198 posted 14 years ago by sdxxx
Give your for-loops a label so you can break them individually
1 1317 posted 14 years ago by JaaQ
This function returns a new instance of the class it receives.
2 1724 posted 14 years ago by JaaQ
1 ... 194 195 196 197 198 ... 553