Links tagged with “webdevelopment”
-
jQuery.fracs · larsjung.de
A library for dealing with objects that extend beyond the viewport - how much is visible, where it is, etc.
-
Django snippets: Filter by taggit tags in the admin
That’ll be handy at some point.
-
Django Deployment Workshop by Jacob Kaplan-Moss
This looks good. A three hour video tutorial about deploying Django, “including Amazon’s EC2 and S3, Fabric, Varnish, nginx, mod_wsgi, memcached, PostgreSQL, pgpool, pg_standby, and more.” I just need to find three spare hours now.
-
The Best (and Worst) of Django
A presentation covering a few things to do or avoid. Bookmarking it mainly for the settings bit at the end, something I should do better, like this.
-
Pinboard/Fandom OTP - Renaming tags
A way to rename any/all of your tags on Pinboard using Python. (via @pinboard)
-
Scott Chacon on the Interwebs - GitHub Flow
How GitHub manage their own git workflow. Sounds good to me. (via Tom Taylor)
-
Jezdez/django_compressor - GitHub
“Combines and compresses linked and inline Javascript or CSS in a Django templates into cacheable static files by using the compress template tag.” Can work with Sass CSS I believe.
-
Compass Home | Compass Documentation
“An open-source CSS Authoring Framework” which uses Sass. There’s always more to learn.
-
Sass - Syntactically Awesome Stylesheets
“Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more.” Compiles sass files into CSS files.
-
Xdissent/ievms - GitHub
“Automated installation of the Microsoft IE App Compat virtual machines.” So you can test web stuff in IE on your Mac. (via Tom Taylor)
-
Golden Grid System
This looks very nice. Making a stretchable grid for web pages, that changes the number of columns depending on the page width. I want to play with this. (via Waxy)
-
Rentzsch.tumblr.com: HOWTO Use UTF-8 Throughout Your Web Stack
A couple of things for future reference. (via Daring Fireball)
-
Scripting Languages: PHP, Perl, Python, Ruby - Hyperpolyglot
Handy comparison of features of Perl, PHP, Python and Ruby, for when my brain has trouble switching. (via Kottke)
-
Chosen - a JavaScript plugin for jQuery and Prototype - makes select boxes better
That’s a lovely, nicely done thing. (via Infovore)
-
Pelme/django-compress - GitHub
Looks good: a tool for automatically (or only when asked) compressing and combining CSS and JavaScript files used on a Django project.
-
Carbonmade : Your online portfolio.
Quite fun looking, free portfolio websites.
-
Django Authentication using an Email Address
I’ve read a lot of half-thought-through explanations for how to let users of a Django site log in with email address rather than username. This seems to be the only one that covers all the bases. Still, it shouldn’t be this hard.
-
Comment Challenge plugin
Apparently is (still) effective at stopping Movable Type comment spam. I feel like I’ve gone back in time several years.
-
Resetting Your South Migrations
I was thinking of doing this after a lot of solo early development on a Django project.
-
How To Run A News Site And Newspaper Using WordPress And Google Docs - 10,000 Words
Describing how the ‘Bangor Daily News’ (Maine, USA) uses Google Docs and WordPress to publish its website and then send the text to InDesign for laying out the print paper. Includes a list of WP plugins used. (via @benhammersley)
-
UseTheSource | Newest Jobs
John Graham-Cumming’s tech job board for Hacker News folk, the name of which I’ll never remember, hence bookmarking it here.
-
Html2text: THE ASCIINATOR (aka html2txt)
Turns a web page into Markdown-formatted ASCII. (via Preoccupations)
-
Kindle typography
Going to some lengths to make Kindle typography better using JavaScript and CSS.
-
Difference between geo and coordinates in status - Twitter Development Talk | Google Groups
Coordinates vs geo vs place in the Twitter API. It’s not good when you have to read email threads to work out how to use a company’s API.
-
RequireJS
To help with modularising JavaScript, loading bits asynchronously, managing dependencies, etc. Looks indispensable for large JS projects.
-
JavaScript Garden
A good run-through of some of JavaScript’s tricky bits, a lot like Crockford’s ‘JavaScript: The Good Parts’. I still don’t get prototypes etc though. (via Cal)
-
DataMapper ORM - User Guide
There seem to be several past versions of this; I think this is the current one. Looks like just what I needed to fill the gaps in CodeIgniter that always left me frustrated with it.
-
Building a recommendation engine, foursquare style | Foursquare Engineering Blog
Nice description of how Foursquare developed their tool for recommending places to you in Foursquare v3. (via Tom Taylor)
-
Balsamiq
Very nice-seeming Flash-based tool for creating mockups of UIs, userflows, etc.
-
Performance Calendar » PNG that works
Everything you need to know about PNGs on the web in one handy, well-explained page. (via Dotcode)
-
Use Django and jQuery to create a spreadsheet application
That’s a more interesting guide/demo than “how to make a weblog”. (via Django Weekly)
-
Encrypting Passwords with PHP for Storage Using the RSA PBKDF2 Standard
This was also useful. Yes, it’s a thrilling day!
-
PHP Encryption / Decryption Using the MCrypt Library (libmcrypt)
This was super useful.
-
PHP mcrypt in Snow Leopard with Homebrew
I’m increasingly finding descriptions of how to do this kind of vaguely impenetrable techy thing which Just Work. Lovely.
-
AJAX with CSRF Protection in Codeigniter 2.0 | AYM Systems
This was handy.
-
Pattern, a Python module for mining web data
Lovely looking module for grabbing data from a variety of web sources, analysing it, and displaying results in different ways. (via Waxy)
-
Dancarroll / django-activitysync / source – Bitbucket
Django app for aggregating activity from different services, currently Twitter, Google Reader and Reddit.
-
Virtualenv and pip Basics | Jontourage
Nothing I didn’t already know, but explained simply and clearly, which will be handy if I have to describe this stuff to anyone else.
-
Programming Amazon EC2 - O’Reilly Media
This book’s just come out. Anyone read it? Any good? Any other recommendations for getting up to speed with hosting on AWS? Ta.
-
A List Apart: Articles: A Simpler Page
A bit about the problems of formatting long-form stuff for different screens, and then his solution, Bibiotype, an HTML/CSS/JS template, which is really gorgeous.
-
Testing Multiple Versions of IE on One PC - IEBlog - Site Home - MSDN Blogs
Run IE 6, 7, 8 and 9 on one machine by running Windows XP within Windows 7. (via Mildlydiverting)
-
How did WordPress win?
Byrne Reese, ex of Six Apart, on why WP has won out over Movable Type. A shame, but then I always start new blog projects in WP these days. (via Waxy)
-
Isotope
Blimey, that’s a whizzy bit of jQuery for rearranging things on a page. I’m expecting to see a whole lot of that soon. (via Daring Fireball)
-
Tank Auth authentication library for CodeIgniter
It’s been a while since I looked at CodeIgniter. Still no really obvious winner to the “how do I just authenticate people dammit?” question, but this looks like a front-runner.
-
A (Complete) Guide to Running Django on Joyent Shared Accelerators using Virtualenv, pip, git, and NginX | ecarmi.org
Brilliant. I’ve been waiting a long, long time for instructions like this.
-
Little Big Details
Examples of nice little UI touches. Some a bit obvious but others that are lovely. (via @paulpod)
-
Implementing a Fixed Position iOS Web Application - Google Mobile Developer Products - Google Code
Brilliant: how to (a) make page elements fixed on iOS Safari (which doesn’t acknowledge position:fixed, grrrr) and (b) do scrolling with momentum. Gmail in iOS Safari is very swish.
-
iPad View Source Bookmarklet - Ravelrumba
What it says. Could be handy. (via Daring Fireball)
-
From zero to coder hero: Synchronizing django with twitter using django-syncr
How to fix the out-of-date django-syncr to work with Twitter’s OAuth.
-
Danfairs/django-syncr at danfairs - GitHub
What looks like the most active copy of django-syncr around. Dan’s adding stuff to the ‘danfairs’ branch.