TipJar

Tips by Webdesign RSS News RSS

  • View generated source

    Extreme useful for webdesigner: This bookmarklet views the generated source of a webpage (including output form a javascript).

    javascript:(function(){%20function%20htmlEscape(s){s=s.replace(/&/g,’&’);s=s.replace(/>/g,’>’);s=s.replace(/</g,'<');return%20s;}%20x=window.open();%20x.document.write('

    '%20+%20htmlEscape('\n'%20+%20document.documentElement.innerHTML%20+%20'\n'));%20x.document.close();%20})();

     
  • CMSMS Login

    This bookmarkelt gives you a very fast access to the backend of CMS made simple. Extreme useful for CMSMS admins und users:

    javascript:void(window.open(‘http://’+window.location.host+’/admin/’,'_blank’))

     
  • TYPO3 Login

    This bookmarkelt gives you a very fast access to the backend of TYPO3. Extreme useful for TYPO3 admins und user:

    javascript:void(window.open(‘http://’+window.location.host+’/typo3/’,'_blank’))