earth2marsh + howto   600

How to GitHub: Fork, Branch, Track, Squash and Pull Request - Gun.io
"Before you submit your pull request back upstream, you'll want to squash these commits into a small handful of well-labeled commits. To do this, we're going to use the git rebase command. First, take a look at the commits we've made with git log and figure out the commits that we want to squash. If we wanted to squash the last 3 commits into one, we'd open up an an interactive rebase like this:

git rebase -i HEAD~3"
git  github  howto  tutorial  squash  rebase 
8 weeks ago by earth2marsh
Less Than Dot - Blog - Getting Started with JavaScript Unit Testing
"Recently I decided to start doing JavaScript code katas. I've been using JavaScript for around ten years, but there there are still a lot of aspects I don't know well or that I could use more practice in. Case in point, I had never used a unit testing framework with javascript. Having never unit tested JavaScript before, I used a scientific tool to carefully select from amongst the numerous unit testing packages available."
testing  qunit  UnitTesting  javascript  unit  tdd  howto  from delicious
october 2011 by earth2marsh
How to Design Classes (Draft)
" <br />
February 2011: We have decided to provide the draft of "How to Design Classes" (pdf) on an "as is" basis for now. You are free to download and print it.<br />
<br />
Since we may occasionally fix typos and add material, we recommend that you do not copy the file. Instead, link to it.<br />
<br />
Warning: If we decide to publish the book after all, it is likely that the publisher will ask us to remove this version of the book from the web."
reference  programming  books  howto  classes  from delicious
september 2011 by earth2marsh
PicasaStarter
This is a tiny application that gives a solution to a couple of shortcomings of Picasa, the image organisation and editing application by google:- The database with pictures can't be shared among different users (not on the same computer, not in a network).- You cannot choose where to put the database (eg. putting them on a network drive or NAS would be practical).- You can only use/have one database per user, choosing between multiple databases is not possible.
howto  windows  freeware  picasa  sharing  database  utilities  tools  from delicious
august 2011 by earth2marsh
JQuery HowTo: How to get full html string including the selected element itself with jQuery's $.html()
"Here is the code to get jQuery selector's HTML including its own:<br />
<br />
var html = $('<div>').append($('#top').clone()).remove().html();"
jquery  html  howto  from delicious
april 2011 by earth2marsh
Sometimes We Suck « Flickr Blog
"We’d like to apologize. The last few weeks have been pretty brutal for the Flickr team. Switching hardware platforms on a live site with hundreds of moving parts that’s serving thousands of requests each second (literally) is hard. Unpleasantly hard.<br />
<br />
Thankfully, only a very small percentage of you will have noticed any problems. Unfortunately, "a very small percentage of you" is now a pretty large number in absolute terms. That means that there were lots of people reporting problems – some small annoyances and some larger ones. And we were, at more than one point, really bad at keeping up with your reports, responding to them, and staying in communication about stuff that wasn’t working, stuff that was being worked on, and all of that.<br />
<br />
And the breakdown wasn’t just in communicating with you. Our internal communication was overwhelmed by the volume and immediacy of work coming in. And that meant that we didn’t always catch things very quickly…"
flickr  mistakes  suck  admit  howto  from delicious
april 2011 by earth2marsh
Developer Evangelist Handbook
"This handbook will get you on the way to be a great developer evangelist for any product or company. Of course your approach needs tweaking for different markets and audiences - and in accordance with your own personality - but the main principles are the same for everybody and anywhere in the world. Developer evangelism is a totally new field of work and the first hurdle you will encounter is people asking what a developer evangelist is and why any company would need a role like that."
evangelism  developer  community  howto 
march 2011 by earth2marsh
What Is ADB And How To Install It With Android SDK
among other things, how to access sql databases on an android phone
android  hack  phone  howto  tutorial  sql  adb  database 
march 2011 by earth2marsh
How to Change the Cmd+Q Shortcut Key in OS X (to Stop Accidentally Closing Apps) - How-To Geek
"Remapping the Cmd+Q (Or Any) Shortcut Key Open up the System Preferences window, and then head down into Keyboard."
osx  mac  keyboard  shortcuts  howto 
march 2011 by earth2marsh
BiddingForTravel.com san francisco @ www.ezboard.com
BiddingForTravel.com's primary goal is to promote informed bidding when using priceline.com's (US) travel products.
travel  priceline  deals  shopping  bidding  tips  howto  useful  Hotels 
march 2011 by earth2marsh
301 Redirect - How to create Redirects
"Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]"
redirect  htaccess  howto 
february 2011 by earth2marsh
Mac OS X Home and End Keys - Starry Hope
"~/Library/DefaultKeyBinding.dict { /* Remap Home / End to be correct */ "\\UF729" = "moveToBeginningOfLine:"; "\\UF72B" = "moveToEndOfLine:"; "$\\UF729" = "moveToBeginningOfLineAndModifySelection:"; "$\\UF72B" = "moveToEndOfLineAndModifySelection:"; }"
keyboard  end  home  keys  mapping  binding  howto  hack  osx 
october 2010 by earth2marsh
How To Convert Your Putty .ppk Private Key To A Normal SSH Key You Can Use On An Apple Mac
"Now if you already have a .ppk file from your PC that you want to convert to use on your Mac you need to visit the Putty Website www.chiark.greenend.org.uk/~sgtatham/putty/download.html and download puttygen.exe (on your PC) now open it, and using the File menu, load your .ppk that you already use, and type in your pass phrase. Now go to the Conversions menu and export the key as an OpenSSH key – hey presto – you now have a key file that will work on your Mac! Such a simple solution, yet that took me so long to figure out … Anyway, now you just need to copy your new .ssh keyfile over to your home (~) directory on your Mac and set the permissions to 700 (chmod 700 yourkey.ssh)."
osx  putty  mac  convert  key  howto  ppk 
october 2010 by earth2marsh
SEO: The Free Beginner’s Guide From SEOmoz
"The Beginner's Guide to Search Engine Optimization (SEO) is an in depth tutorial on how search engines work that covers the fundamental strategies that make websites search engine friendly. To download your copy of the world’s most read guide on SEO, join the community of SEOmoz PRO members."
howto  seo  searchengine  reference  manual  free  pdf  tutorial  tutorials 
september 2010 by earth2marsh
jsdom + jQuery in 5 lines with node.js - blog.nodejitsu.com - scaling node.js applications one callback at a time.
"So to sum up here, there are some key benefits that doing your screen scraping with node.js, and jsdom provide: Works with the same battle-hardened DOM libraries used in production every day. Node.js is blazing fast and designed for exactly these kind of highly asynchronous coding tasks. Easy to use and deploy with new tools like nodejitsu."
nodejs  node  howto  html  javascript  scraping  webdev  jquery 
september 2010 by earth2marsh
How can I remove hidden information from Microsoft Word, Excel, and PowerPoint documents? - Knowledge Base
From the File tab (2010) or the Office Button menu (2007), select Save As. To save a copy of your original document, enter a name in the "File name" field. Note: It's a good idea to use the Document Inspector on a copy of your original document, because it's not always possible to restore the data that the Document Inspector removes. In your original document, in 2010, from the File tab, click Info, then Check for Issues, and then Inspect Document. In 2007, from the Office Button menu, select Prepare, and then click Inspect Document. In the Document Inspector dialog box, check the boxes to choose the types of hidden content that you want to inspect. For more about the individual Inspectors, see Remove hidden data and personal information from Office documents. Click Inspect. Review the results of the inspection in the Document Inspector dialog box. Click Remove All next to the inspection results for the types of hidden content that you want to remove from your document.
office  microsoft  hidden  data  howto 
july 2010 by earth2marsh
Transparent Uptime: Downtime post-mortems, and a look at oneforty.com
A guideline for post-mortem communication Prerequisites Admit failure - Hiding downtime is no longer an option (thanks to Twitter) Sound like a human - Do not use a standard template, do not apologize for "inconveniencing" us. Have a communication channel - Ideally you've set up a process to handle incidents before the event, and communicated publicly during the event. Customers will need to know where to find your updates. Above all else, be authentic
advice  communication  uptime  outage  responsibility  howto  guidelines 
march 2010 by earth2marsh
Joseph Smarr » Implementing PubSubHubbub subscriber support: A step-by-step guide
"One of the last things I did before leaving Plaxo was to implement PubSubHubbub (PuSH) subscriber support, so that any blogs which ping a PuSH hub will show up almost instantly in pulse after being published. It’s easy to do (you don’t even need a library!), and it significantly improves the user experience while simultaneously reducing server load on your site and the sites whose feeds you’re crawling. At the time, I couldn’t find any good tutorials for how to implement PuSH subscriber support (add a comment if you know of any), so here’s how I did it. (Note: depending on your needs, you might find it useful instead to use a third-party service like Gnip to do this.)"
pubsubhubbub  howto  programming  example  tutorial 
march 2010 by earth2marsh
Reporter's Secrets to Smart Consumption 2.0
"Sullivan's new book, Stop Getting Ripped Off: Why Consumers Get Screwed And How You Can Always Get A Fair Deal, is a guide to informed consumption. He joins Terry Gross to talk about the traps consumers fall into when dealing with credit card and cell phone companies, banks, and an old favorite: car salesmen."
!to_listen  banks  banking  finance  advice  howto  interview  mp3 
january 2010 by earth2marsh
The Most Important Blogging Analysis Ever
Collection of blog advice. Most of this is well known, but this collects a lot into one place.
howto  blogging  strategy  blogs  advice  writing  marketing  communication 
november 2009 by earth2marsh
How to migrate XP, Vista, Linux, BSD and Solaris to a bigger hard disk - JustLinux Forums
"Step 1 – use Linux dd command to clone the original disk to the new bigger hard disk Step 2 – use Gparted or Parted Magic to resize the partitions to absorb the extra space Optional only if you want to increase the partitions sizes."
howto  windows  linux  livecd  partition  clone  cloning  migrate  resize  harddisk  hdd 
november 2009 by earth2marsh
Download Windows 7 System Recovery Discs — The NeoSmart Files
"What it does: The Windows 7 Recovery Disc can be used to access a system recovery menu, giving you options of using System Restore, Complete PC Backup, automated system repair, and a command-line prompt for manual advanced recovery. What it doesn't do: You cannot use the Windows 7 Recovery Disc to re-install Windows - it only fixes (not replaces!) Windows."
windows7  recovery  sysadmin  dvd  iso  howto 
october 2009 by earth2marsh
Derek Powazek - Spammers, Evildoers, and Opportunists
"Search Engine Optimization is not a legitimate form of marketing. It should not be undertaken by people with brains or souls. If someone charges you for SEO, you have been conned."
seo  rant  evil  marketing  webdev  inspiration  advice  usability  tips  design  howto  business 
october 2009 by earth2marsh
The Food Lab: Perfect Boiled Eggs | Serious Eats
"Place eggs and water in saucepot. Place over high heat and bring to a bare simmer. Immediately shut off burner and wait at least ten minutes. Peel eggs under cool running water, and serve."
cooking  eggs  boil  hard  recipe  recipes  howto  tips  food 
october 2009 by earth2marsh
9 Kick-Ass DIY Projects to Get Your Hack On | Maximum PC
"A simple first modification for budding do-it-yourselfers is to alter a non-USB gadget so that it can be run off of USB power from your computer. This mod is fairly easy to perform and is an important part of many more-complicated DIY projects, such as the USB charger on the next page. Here, we show you how to use USB to power a desk fan and book-light lamp. First, a quick primer on USB power. Any USB cable (2.0 or 1.0) is composed of four wires—two for data and two for electricity. The power is delivered across the outer two pins—a +5-volt wire and a ground. USB connectors are configured to provide 100 milliamps of current through these pins when in “low-power” mode or 500 milliamps in “high-power” mode. Although some USB connectors will provide maximum power without any questions asked, most won’t unless the USB device requests high power using the proper protocols. Most USB hacks aren’t that sophisticated, and are therefore limited to about 100-200 milliamps of current."
howto  hacking  usb  power  hack  projects  diy  electronics  gadgets  computer  reference  tutorial  guide  fan  mods 
october 2009 by earth2marsh
How To Make An “EXE” Installation File
"iExpress runs as a simple wizard and will ask you a couple of questions and based on your choices will generate the installer for you."
freeware  windows  programming  installer  make  installation  exe  create  howto 
october 2009 by earth2marsh
« earlier      

related tags

!to_check  !to_listen  !to_print  !to_read  3d  50mm  ac  academic  access  accessibility  activate  activation  adb  adblock  address  admin  admit  adobe  adsense  advertising  advice  adwords  aim  air  airbrush  airplane  airplanes  ajax  allergy  alternating  amazon  amd  analytics  android  annoyance  antenna  apache  api  apis  application  applications  art  article  Articles  ASL  Atom  audacity  audience  audio  authentication  authoring  auto  automate  automated  automation  automotive  background  backup  backups  banking  banks  bargains  barrel  bash  batch  bayes  bayesian  beginner  bestpractices  bicycle  bidding  bind  binding  biology  bios  blind  blockquote  blog  blogger  blogging  blogs  bluescreen  blur  boil  book  bookmarklet  bookmarklets  bookmarks  books  boot  box.net  brain  break  brother  browser  build  burn  burning  business  button  cable  cables  cache  calendar  camera  candy  canola  car  cards  cars  carseat  castiron  cat5  ccd  cdn  cellphone  chat  cheap  cheatsheet  child  children  chinese  chopping  christmas  chrome  CIPA  classes  clean  cleaning  clearance  clever  clone  cloning  closures  clothing  Cloud  cms  code  codec  coding  Coffee  colinux  collaborate  collaboration  color  colormanagement  command  commands  communication  communities  community  compare  comparison  compilation  compile  compliance  components  computer  computers  concatenate  conditional  conditioner  Conference  configuration  conservation  console  contacts  content  context  contour  conversion  convert  cooking  cool  cooltech  Cooltools  COPA  COPPA  copy  copyright  copywriting  cords  corners  correction  Coucbdb  course  cowon  CPPA  cpu  craft  crafts  craigslist  crash  create  creation  creativity  criticism  cron  crontab  cross  crypto  css  culture  customer  cvs  daemon  dashboard  data  database  Databases  datacenter  datarecovery  db  ddwrt  deals  default  deinterlacing  del.icio.us  delegation  delicious  demo  dent  deployment  design  desktop  detection  developer  development  diagram  digital  disable  disaster  discounts  disk  distortion  diy  dll  dns  doctype  Document  documentation  dof  domain  domains  donation  donations  dos  download  drains  drawing  drive  drives  DRM  drupal  dslr  dualboot  duplicity  dvd  eac  earth  easy  ebook  ebooks  ec2  edgy  editing  education  eeepc  effects  efficiency  eggs  electrical  electronics  elevator  email  embed  embedding  emulation  encoder  encoding  end  energy  entrepreneurship  environment  epoxy  ethernet  etiquette  evangelism  event  events  evil  example  examples  excel  exe  extension  extensions  exterior  eye  facebook  fake  fall  fan  faq  fax  feed  feeds  feisty  file  files  filesystems  filters  finance  financial  firefox  firefox3  firewire  fix  flac  flash  flickr  float  focus  folder  folding  font  fonts  food  footer  form  formatting  forms  frame  framing  free  freelance  freeware  freeze  freezing  french  fun  fundraising  funny  gadgets  GAE  gallery  garden  gardening  gcal  gear  gears  gem  gems  geocoding  geolocation  geotag  geotagging  german  gifts  gimp  gingerbread  git  github  gmail  gnome  google  google:analytics  Google:AppEngine  Google:Checkout  Google:Chrome  Google:Docs  Google:Earth  Google:Gears  Google:Reader  Google:Spreadsheets  google:visualization  googledocs  Google_Maps  gpg  gps  graphic  graphics  grass  greasemonkey  green  greenmanure  greenscreen  gtalk  guide  guidelines  guitar  gummies  gummy  hack  Hackday  hackdays  hacking  hacks  hamachi  haptic  hard  harddisk  harddrive  hardware  hdd  hdr  hdtv  help  heroku  heuristics  hibernate  hidden  histogram  home  homemade  hosting  hosts  Hotels  hotkeys  house  household  howto  htaccess  html  htpc  http  hugin  human  humor  iaudio  ibm  ical  Icon  icons  ideas  identify  identity  illustration  illustrator  im  image  images  imaging  import  important  index  indian  infant  information  infrastructure  inheritance  inkscape  inspiration  install  installation  installer  interesting  interface  internet  interview  intro  introduction  investing  ip  ipad  iphone  ipod  iraglass  iso  itunes  Jabber  jaiku  Japanese  java  javascript  javscript  journalism  journalists  jquery  js  json  jungledisk  kde  kernel  key  keyboard  keygen  keys  kids  kitchen  kite  kml  knots  lab  LAMP  landing  landingpage  language  languages  laptop  Laser  laundry  law  lawn  layout  learning  led  leds  lego  lens  lesson  lessons  lifehacker  lifehacks  lightbox  lighting  lightroom  linguistics  Linkedin  links  linux  list  lists  livecd  loading  lockpick  lockpicking  locks  logo  logos  lomo  lossless  lsi  mac  macro  maemo  magnets  mail  mailto  maine  maintenance  make  management  manager  mandarin  manipulation  manual  manuals  manure  map  mapping  maps  marketing  masks  math  mathematics  matrix  mechanics  media  medical  meebo  mefi  members  memcache  memcached  memory  menu  merge  messaging  methods  metrics  microb  microformat  microformats  microsoft  migrate  minimal  mistakes  mobile  modeling  modem  mods  module  modules  mod_rewrite  mofga  money  monitor  mosquito  mount  movie  movies  mowser  Mozilla  mp3  mri  msn  MSWord  multiple  multisite  multiuser  music  mysql  n8x0  n800  n810  nas  navigation  negotiation  netgear  network  networking  newsletter  newsletters  NewYorker  nfs  ning  node  node.js  nodejs  nodester  nokia  nonprofit  Nosql  notes  npr  nslu2  NTFS  number  oath  oauth  obfuscation  oembed  office  offline  ogg  online  openid  openoffice  opensolaris  opensource  operations  operators  OPML  optics  optimization  optimize  organization  Orton  osx  outage  overclock  overclocking  overview  package  page  pages  paint  painting  palm  panography  panorama  paper  parenting  partition  passport  passport_photo  patterns  pc  pcb  pdf  pear  performance  permissions  perspective  perspectivecorrection  phone  phones  photo  photography  photos  photoshop  php  physics  picasa  pillow  pillows  pinhole  pins  pipes  pitch  pizza  plagiarism  planner  planning  plastic  Play  playdoh  player  plugin  plugins  pme  png  podcast  podcasting  polarization  polish  pop  portable  portrait  position  positioning  post  postal  power  powerpoint  powerwasher  ppk  pr  presentation  presentations  presets  press  priceline  pricing  Prime  printer  printers  printing  prism  privacy  probability  process  processes  processing  productivity  profile  profiles  profiling  programming  project  projectmanagement  projects  protection  prototype  ps101  psd  psychology  publisher  publishing  pubsubhubbub  pumice  putty  qos  quix  qunit  rails  rain  raised  raisedbeds  rake  range  rant  rate  raw  rdf  rdp  reader  readinglist  rebase  rebuild  reception  recipe  recipes  record  recourse  recover  recovery  recycle  recycling  redeye  redirect  reference  references  regedit  regex  regexp  registry  RegularExpressions  reinstall  release  remote  remote_access  renovate  renovation  rental  repair  repository  reputation  research  resize  resource  resources  responsibility  rest  restart  retouch  retouching  reverse  review  reviews  rfid  ripping  rockbox  roles  roof  roofbox  root  ror  rounded  router  rows  rss  rsync  ruby  RubyOnRails  rules  russian  s3  sandals  scalability  science  Scope  scraping  screen  screencast  screencasting  screencasts  screenprinting  screenshot  script  scripts  scrum  search  searchengine  season  secondlife  sectors  security  semantic  sensor  seo  series  server  servers  service  services  setup  sftp  shaping  sharing  shell  shoelace  shoes  shopping  shortcode  shortcut  shortcuts  shrink  SignLanguage  silent  silkscreen  simulator  sip  sketch  sketchup  skin  sl  sleep  sleeving  slicehost  slideshow  slr  smart  smoke  snippets  soap  social  software  solder  sound  source  space  spam  spanish  speaking  speed  speedreading  splinter  spreadsheet  spreadsheets  sprites  spyware  sql  squash  ssd  ssh  stairs  standby  startup  static  statistics  status  stitch  storage  store  story  storytelling  strategy  streaming  style  styles  subversion  suck  summary  support  sustainability  svchost  svg  svn  swap  sync  sysadmin  system  Systray  tableofcontents  tabs  tal  tar  taxonomy  tcp  tdd  teaching  teaser  tech  technique  techniques  technology  technorati  telephone  television  templates  terminal  test  testing  text  thankyou  theme  themes  theory  thesaurus  thumbdrive  thumper  thunderbird  tiltshift  time  tinymce  tips  toc  todo  toner  tool  tools  tooltip  toread  torrent  torrents  toys  tracing  traffic  transfer  transport  trap  travel  treo  trick  tricks  tripod  troubleshooting  try  tunnel  tunnels  tutorial  tutorials  tweak  tweaks  tweakui  twitter  ubiquity  ubuntu  ui  unattended  unit  UnitTesting  unix  unslung  unwanted  update  upgrade  uptime  url  usability  usb  usbkey  useful  useragent  users  utilities  utility  uuid  ux  validation  vcd  vector  vegetable  version  via:awhite  via:jm  video  videography  virtual  virtualization  vision  vista  visuals  vlc  vmware  vnc  voip  vpn  wake_on_lan  wallet  warning  wash  water  web  web2.0  webcam  webdav  webdesign  webdev  webrunner  webserver  whois  wife  wifi  wiki  wikipedia  wildcard  windows  windows7  windowsupdate  wireless  wol  word  wordpress  Workflow  WoW  wrap  wrapping  write  writing  wrt54g  x5  x5l  x10  xhtml  xml  xp  xul  xulrunner  xwin  yahoo  youtube  yql  zfs 

Copy this bookmark:



description:


tags: