Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Since the 31 of august 2010, twitter made its API more secure, stopping basic authentication calls.
So, if you used basic authentication you have to change your code and implement oAuth authentication model or you can follow this link and found a mi...
1
1503
posted 14 years ago by ginoplusio
You have two tables galleries and images, and you need to know how many images each gallery has associated with it. This Query returns the sum of distinct record joined to another table by a common field (gallery_id).
0
977
posted 14 years ago by jbranca
To follow all of members in a list, you may want to use http://tweepml.org/
0
717
posted 14 years ago by zuzara
Great for those situations where you need an element fixed on a page - so when a user scrolls it stays in the same position - *relative to its parent element*.
0
858
posted 14 years ago by Meander365
Add this to your .htaccess file to make PHP5 the default version on Netcologne (Germany) Webspace.
0
912
posted 14 years ago by mountbatt