Josh's Posts Tagged ‘icons’
Delicious Bookmarks (2009-11-16 – 2009-11-27)
Recent links posted to Delicious:
- Daring Fireball: A Liberal, Accurate Regex Pattern for Matching URLs \b(([\w-]+://?|www[.])[^\s()<>]+(?:\([\w\d]+\)|([^[:punct:]\s]|/)))
- Make Free iPhone Ringtones Using iTunes
- An Awesome CSS3 Lightbox Gallery With jQuery – Tutorialzine
- Official Google Webmaster Central Blog: Help Google index your mobile site
- Iconza – Free colored icons for your web site and blog
Delicious Bookmarks (2009-08-26 – 2009-09-01)
Recent links posted to Delicious:
- JollysFastVNC JollysFastVNC is a secure ARD and VNC client.
- Top 10 tips to a new django developer : Dpeepul Blog
- Social Media Icons — Paul Robert Lloyd
- Garbage collect every git repository on your machine Git repositories DO start to slow down after a while. They won't be as efficient in disk space utilization.
The following little bash script will crawl your whole hard drive, look for any git repositories, and then garbage collect, prune, and pack them, regaining your disk space and making your repositories operate faster:
#!/bin/sh
find . -type d -name .git | while read dir; do pushd "$dir"; git gc –prune; popd; done - Tim, the Enchanter: Garbage collect every git repository on your machine Lucky for us, since we are working with computers here, we don't have to clean our rooms by hand. The following little bash script will crawl your whole hard drive, look for any git repositories, and then garbage collect, prune, and pack them, regaining your disk space and making your repositories operate faster:
#!/bin/sh
find . -type d -name .git | while read dir; do pushd "$dir"; git gc –prune; popd; done
Delicious Bookmarks (2009-05-07 – 2009-05-11)
Recent links posted to Delicious:
- Real Time Search – Social Mention
- We ♥ Icons : Mac, Windows and PNG icons of the finest quality!
- diane dipiazza was here
- Find Fonts, Try Fonts, Buy Fonts « MyFonts
- modconcat – Google Code The ability to join multiple files together in a single request.
This is a performance optimization. instead of requesting 5 seperate CSS or javascript files from your server, you can do it one request.
Delicious Bookmarks (2009-04-26 – 2009-05-05)
Recent links posted to Delicious:
- Django snippets A site for users of the Django web framework to come together and share useful "snippets" of reusable code.
- Django Heresies
- jespern / django-piston / wiki / Home — bitbucket.org A mini-framework for Django for creating RESTful APIs.
Piston is a relatively small Django application that lets you
create application programming interfaces (API) for your sites. - pysmell – Google Code PySmell is a python IDE completion helper.
It tries to statically analyze Python source code, without executing it, and generates information about a project's structure that IDE tools can use.
There is currently support for Vim, Emacs and TextMate. Feel free to contribute your own favourite editor bindings, or to improve the existing ones. - The Best Free Web Icon Sets – WebIconSets.com
Delicious Bookmarks (2009-02-08 – 2009-02-15)
Recent links posted to Delicious:
- Vlad the Deployer
- Simple scalable CSS based breadcrumbs | Veerle's blog
- Revisiting the randomized signature AppleScript, now with API goodness – The Unofficial Apple Weblog (TUAW)
- Designing Social Interfaces – Social Patterns
- Skittles Vodka Tutorial | Mix That Drink
- Easter egg on Spell Number v1.03 that enable Emoji icon on non-jailbreak iPhone/iPhone Touch | Waterworld Easiest way to add Emoji keyboard on the iPhone.
Delicious Bookmarks (2009-01-29 – 2009-01-30)
Recent links posted to Delicious:
- kuler "Web-hosted application for generating color themes that can inspire any project. No matter what you're creating, with Kuler you can experiment quickly with color variations and browse thousands of themes from the Kuler community."
- Sequel Pro — MySQL database management app for Mac OS X
- iConvert: Convert ico, icns, and png icons online for Windows, Mac OS X, and Linux
- Bacon Explosion: The BBQ Sausage Recipe of all Recipes
- rentzsch's clicktoflash at master – GitHub ClickToFlash is a WebKit plug-in that prevents automatic loading of Adobe Flash content. If you want to see the content, you can opt-in by clicking on it or adding an entire site to its whitelist.
Try control-clicking (or right-clicking) on a unloaded Flash box to access ClickToFlash's contextual menu which allow you to do advanced things like edit its whitelist.
Delicious Bookmarks (2009-01-26 – 2009-01-29)
Recent links posted to Delicious:
- How to do Basecamp-style subdomains in Rails – (37signals)
- Building an interactive map with jQuery instead of Flash | Raleigh Web Design & Development | New Media Campaigns
- iLife Tip: Enable Multi-Touch maps in iPhoto '09 – The Unofficial Apple Weblog (TUAW) open Terminal.app (/Applications/Utilities) and type (or copy/paste) the following statement and press enter:
defaults write com.apple.iphoto MapScrollWheel -bool YES
When you restart iPhoto, you will notice that you are now able to scroll in/out of the Places maps with ease. If it turns out that you don't want the scrolling feature, just retype the statement, replacing "YES" with "NO."
- Encoding for Apple TV | Mac 911 | Macworld
- Enable Emoji Icon on iPhone 2.2 without Jailbreak | Simon Blog
del.icio.us Bookmarks (2008-04-11 – 2008-04-12)
Recent links for http://del.icio.us/quixado:
- Adobe Fireworks Tutorials and Downloads Best of | Tutorials | Smashing Magazine
- Phusion Passenger (a.k.a. mod_rails) Phusion Passenger (a.k.a. mod_rails) enables people to deploy their Ruby on Rails applications in an upload-and-go manner, which is very reminiscent of the PHP way of deploying.
- Git Magic – Preface
- DryIcons
- Ajaxload – Ajax loading gif generator
- Capistrano A tool for automating tasks on one or more remote servers. It executes commands in parallel on all targeted machines, and provides a mechanism for rolling back changes across multiple machines.
- Django Pluggables Find reusable applications for your Django project, quickly and easily!
- InsideRIA: LFFS (Learning Flex from Scratch)
- Safari 3.1, Mac OS X 10.5.2: Bookmark syncing issues with iPhone, iPod Touch, .Mac defaults delete com.apple.safari RegisteredSafariSyncClient
