Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
loadfile(filename);
returns NULL on fail or a pointer that should be free()d when no longer needed.
savefile(filename,data,dataSize);
returns 0 on fail or 1 on success.
0
1991
posted 17 years ago by Zufolek
This will create a Navigation from a MySQL database table names. It removes the table name "includes" by default so you can see how to remove any certain tables you wish to not use as a site section. Just plug in your MySQL database details and co...
3
2291
posted 17 years ago by jiggyhat
Here are some example string formats. As I discover more I will add them here.
6
2268
posted 17 years ago by stewshack
Este codigo inserta un registro en una base de datos mysql utilizando PHP
0
2162
posted 17 years ago by denker
daily hits on the youtube.video helper methods in 'utility' cls only on //ads
0
1869
posted 17 years ago by rowntreerob
you'll need the ack (http://betterthangrep.com/) command line application
0
1590
posted 17 years ago by iloveitaly
For a discussion of .NET events best-practices, see [Roy Osherove's blog post](http://weblogs.asp.net/rosherove/articles/DefensiveEventPublishing.aspx) and [this post](http://blogs.msdn.com/ericlippert/archive/2009/04/29/events-and-races.aspx). Be su...
0
1993
posted 17 years ago by pckujawa
## Markup ##
_Using square [ ] brackets for compatibility with Snipplr comment form_
[asp:PlaceHolder ID="StuffHolder" runat="server" ]
<p>Some stuff in here</p>
[/asp:PlaceHolder]
## Code Behind ##
HtmlAttr[] attribu...
1
2699
posted 17 years ago by jasonseney
Adds a class of hasJS to the html element, can be used for CSS styling.
1
2225
posted 17 years ago by 1man
Finally got round going through a sliding door example myself. All fairly straightforward apart from a few IE6 issues (who would have guessed!).
The button is floated so you may need to add overflow: hidden to it's container.
1
2325
posted 17 years ago by 1man