Josh's Posts Tagged ‘graphics’
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-09-01 – 2009-09-02)
Recent links posted to Delicious:
- abyssoft – teleport teleport lets you use a single mouse and keyboard to control several Macs.
Simply reach an edge of your screen, and your mouse teleports to your nearby Mac, which also becomes controlled by your keyboard. The pasteboard can be synchronized, and you can even drag & drop files between your Macs. - (web.py)
- How to Create a 3D Tag Cloud in jQuery
- Mac OS X Automation: Services In Snow Leopard, Services have been completely thoroughly reinvented. Now more powerful, they are also streamlined to provide exceptional capability where you need it, when you need it.
- atebits – Scribbles Scribbles is a drawing tool for everyone. Whether you want to sketch a cartoon, draw a birthday card or jot down some design ideas, Scribbles can help bring your imagination to life.
infinite canvas
Draw outside the lines! With Scribbles, you don't have to pre-define the size of your canvas. Pan around forever, zoom in to the smallest detail, resize your window – Scribbles will re-render your entire drawing from raw vector data.power and beauty
A stroke-rendering engine designed from the ground up for quality and scalability. With Scribbles you can zoom, pan, and re-size your art without ever seeing a jagged pixel. You can also export your art at up to 16x resolution.
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-04-16 – 2009-04-20)
Recent links posted to Delicious:
- Font Squirrel | Handpicked free fonts for graphic designers with commercial-use licenses.
- IE6 Update IE6 Update looks like IE’s Information Bar, but instead of offering your visitors an ActiveX plugin, it offers a browser update.
- Mini Display Port to HDMI Adapter | Mini Display Port to DVI / VGA Adapter Mini Display Port to HDMI Adapter
- Firediff – In Case of Stairs Firediff implements a change monitor that records all of the changes made by firebug and the application itself to CSS and the DOM. This
provides insight into the functionality of the application as well as provide a record of the changes that were required to debug and tweak the page’s display. - Plex Media Center for OS X Plex bridges the gap between your Mac and your home theater, doing so with a visually appealing user interface that provides instant access to your media. Plex can play a wide range of video, audio and photo formats as well as online streaming audio and video. The real power of Plex is found in its library features: Organize your media into versatile libraries, automatically retrieve metadata from the Internet, and display your libraries using one of the visually stunning skins.
Delicious Bookmarks (2009-04-01 – 2009-04-02)
Recent links posted to Delicious:
- The Scala Programming Language
- IDEO Labs » LiveView: an iPhone app for on-screen prototyping iPhone app and screen overlay to help with iPhone app and site development.
- Twitter jilts Ruby for Scala • The Register
- 2009 Rubyist's guide to a Mac OS X development environment — GIANT ROBOTS SMASHING INTO OTHER GIANT ROBOTS Here’s how I quickly got my Ruby web development environment into ship-shape form The Thoughtbot Way.
Many of these instructions are specific to Mac OS X 10.5 (Leopard). Some of them are opinionated (Vim over Textmate). Pick-and-choose what you need but this is everything that I use happily day-to-day right now. - DD_belatedPNG: Medicine for your IE6/PNG headache! This is a Javascript library that sandwiches PNG image support into IE6 without much fuss.
You can use PNGs as the SRC of an <IMG/> element or as a background-image property in CSS.
