Tag: web development

  • The images above show Safari 5.2 with page zoom on at 300%, Firefox 11 at 200%, and Google Chrome Canary at 200% both default and with image-rendering altered, browsing Dribbble. There are times you want to view something at actual pixels, regardless of your browser’s pixel ratio or your display’s pixel density. I went looking…

  • Safari Web Inspector versus WebKit Web Inspector (pictured above) The latest Safari 5.2 Update 3 (available to registered Safari developers) includes a Safari-specific Web Inspector enabled by default. You now have two web inspector’s to choose from: Safari’s, or WebKit’s. You can use the Develop menu to switch between the two. Overall, there’s more consistency…

  • Just installed an unnecessary amount of Firefoxes, via Gregory Koberger: curl -L -O https://github.com/omgmog/install-all-firefox/raw/master/install-all-firefox.sh chmod +x install-all-firefox.sh ./install-all-firefox.sh [version] [locale] Version and locale are option. If you don’t use a locale, it will try to figure out your locale. If you don’t have a version, it will install all available versions of Firefox. If you…