http://hackaday.com/2016/02/05/a-dos-education-in-your-browser/
(Read More..)Minggu, 07 Februari 2016
Jumat, 14 Desember 2012
DevTools tip: You can replay any XHR (POST or GET) within the Network tab in an XHR's context menu: http://t.co/1yjrMnjj
DevTools tip: You can replay any XHR (POST or GET) within the Network tab in an XHR's context menu: http://t.co/1yjrMnjj
(Read More..)Sabtu, 03 November 2012
Minggu, 21 Oktober 2012
chrome DevTools
edit your chrome DevTools, in... DevTools: open DevTools (cmd-opt-i), undock, and cmd-opt-i again. voila, DevTools inception!
Minggu, 15 Juli 2012
Jumat, 11 Mei 2012
Secure Shell : SSH insdide chrome
Jumat, 04 Mei 2012
Rabu, 02 Mei 2012
Secure Shell Chrome Application is now available
Senin, 16 April 2012
Sabtu, 07 April 2012
CoffeeConsole: A Chrome Extension
Harry Brundage, a co-worker of mine at Shopify,
does a lot of CoffeeScript development and said he would love to be
able to do CoffeeScript right from the console in Chrome's Web
Inspector. I asked Paul Irish, a "dev relations guy" at Google, to point me in the right direction on building just such a thing.
The result of today's pet project is CoffeeConsole, a Chrome extension that adds a new panel inside the Web Inspector. Type in any CoffeeScript and then hit the run
button (or hit Command-Enter or Shift-Enter). The code will be compiled
into JavaScript and then run in the context of the current window.
http://snook.ca/archives/browsers/coffeeconsole