Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
You can save this function in your common function file of config file, which must be included in the page which source code you want to see and simply add kode to the end of the URL and see the complete PHP code of that file on browser
0
1132
posted 12 years ago by xkeshav
A useful utility class to identify Throwables by creating a checksum (using a message digest, such as MD5 or SHA1) of its stack trace
0
538
posted 12 years ago by dwijnand
Zen Coding HTML Full Page: wrapper DIV with UL nav + content DIV + footer DIV
2
1180
posted 12 years ago by s3rgi0
For those cases where you want to code in PHP but need to deploy to ASP. It doesn't account for php logic but only converts the php include() statements into SSI includes. Could be useful for converting basic websites from php to asp, rare but it hap...
0
1072
posted 12 years ago by crypticsoft
Adding a file named "template-homepage.php" and adding this code inside it should essentially create a page template named "Scrolling Homepage" to your theme, which is useful in some customized landing page situations where you want another page as t...
0
624
posted 12 years ago by Makedesign
Simple animation in C4D (R13) consisting of moving a cube from state 1 to state 2 with Python.
0
1062
posted 12 years ago by adarpodracir
Joomla SEF to work properly it is based on Joomla menus. In your own components for SEF to work and menus to appear your need to pass the Itemid to links. To do this you need to get the Itemid based on on the URL link. Here is how you get the Itemid...
1
901
posted 12 years ago by kevincam
You will need to get an account at [GrabzIt](http://grabz.it) once you have this you need to add your [authorized domain](http://grabz.it/account/domains.aspx) this stops people using your account resources.
Then get your [application key](http://...
0
852
posted 12 years ago by Maximus1983
I am having an issue making the div stay opened when it gets animated
0
693
posted 12 years ago by skeletor1101
this can run before $(document).ready event, since it doesn't rely on any DOM.
1
859
posted 12 years ago by Narayon
Text filter to increment numbers by one with regex in BBEdit (Mac only)
0
1486
posted 12 years ago by page_lab
The below code lets you stop access from the remote IPs excluding your local machine IP. This code can be setup where someone wants to provide an internal access and restricting the external access for the web service.
- [Automated Predictive Dial...
0
1322
posted 12 years ago by aruldave