background preloader

Picksum Ipsum - Movie Lorem Ipsum Text Generator Alternative

Picksum Ipsum - Movie Lorem Ipsum Text Generator Alternative

Free Online Tools For Developers - FreeFormatter.com Storing Data the Simple HTML5 Way (and a few tricks you might not have known) Yes indeed people, it’s your favourite HTML5 Doctor with JavaScript knowledge who lives in Brighton near a golf course! I’m also shooting for the longest title we’ve published so far – and I think I’m in the lead. This post is about the Web Storage API. Technically it’s been shifted out of the HTML5 specification and can now be found in it’s very own dedicated spec. Web Storage is a very, very simple way to store data in the client – i.e. the browser. This post however will just focus on the features of Web Storage and hopefully show you a trick or two you may not have known about. What Web Storage Does Using JavaScript, Web Storage makes it possible to easily store arbitrary values in the browser. There are two versions of Web Storage: local and session. Any data stored is tied to the document origin, in that it’s tied to the specific protocol (http or https, etc), the host (html5doctor.com) and the port (usually port 80). Get Storing localStorage.name = 'Remy'; Hey everyone! and finally…

Lorem Ipsum - All the facts - Lipsum generator Code Snippets - Snipplr Social Snippet Repository Create Restaurant Website in Minutes Using WP Plugins and PHP Scripts Creating a restaurant website can be very challenging for a developer because there is not a single product to sell or show and they have to promote the real feeling of the restaurant’s environment as well. Also, the responsiveness and flexibility of restaurant websites have become the most distinguishing factor in getting reservations, as customers tend to book only if the process hassle-free. Are you in the process of developing a restaurant site and in need of some valuable recommendations from us? Read on and discover the convenience WordPress plugins and PHP scripts can provide you in developing a professional-looking restaurant site. So, are you drooling to create a restaurant website right now? Don’t forget to check: Ultimate Restaurant Website Design Guide WordPress Plugins for Your Restaurant Website 1. The menu is the “face” of any restaurant and the visitors evaluate the establishment by this very feature. 2. 3. 4. 5. easyReservations 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 1. 2.

Dynamic Dummy Image Generator - DummyImage.com Discover Everything through Code From PSD to HTML: Building a Set of Website Designs Step by Step Twice a month, we revisit some of our readers’ favorite posts from throughout the history of Nettuts+. Today I'm going to take you through my entire process of getting from Photoshop to completed HTML. We're going to build out a set of 4 PSD mockups of a website that eventually will become a WordPress theme. It's a massive tutorial, so if you're going to follow through to the end, make sure you have a few hours to spare! Demos If you're like me, you like to see the end before beginning. Download the Files Additionally you can download the full HTML/CSS/Image source files here. What We're Building As you may or may not know, I've (very slowly) writing a book on WordPress theming. You can get the full layered PSD files *and* a tutorial on designing them up from our PSDTUTS Plus membership - but it will cost you $19 a month to access. Part 1 - Building the Framework and First Page Unlike previous Site Builds this tutorial is covering a decent sized template. Step 1 - Getting Ready So: Easy!

glogg — glogg - the fast, smart log explorer Coding An HTML 5 Layout From Scratch HashTag - Password Hash Type Identification (Identify Hashes) HashTag.py is a Python script written to parse and identify the password hash type used. HashTag supports the identification of over 250 hash types along with matching them to over 110 hashcat modes (use the command line switch -hc to output the hashcat modes). It is also able to identify a single hash, parse a single file and identify the hashes within it, or traverse a root directory and all subdirectories for potential hash files and identify any hashes found. One of the biggest aspects of this tool is the identification of password hashes. The main attributes used to distinguish between hash types are character set (hexadecimal, alphanumeric, etc.), hash length, hash format (e.g. 32 character hash followed by a colon and a salt), and any specific substrings (e.g. ‘$1$’). A lot of password hash strings can’t be identified as one specific hash type based on these attributes. It has three main arguments: Usage: HashTag.py {-sh hash |-f file |-d directory} [-o output_filename] [-hc] [-n]

Infinit - The easiest way to send files colourcode - find your colour scheme Converting files to UTF-8 Some files, like Moodle import and export files and custom language packs or language files from third party modules need to be converted or treated as UTF-8 before they may be used with Moodle 1.6 and later. *nix like computers (including Mac OS X) Generally, this may be done with the iconv command on Unix, Linux or a Mac. iconv -f original_charset -t utf-8 originalfile > newfile see also the windows explanation - the script there is one for *nix computers, but used in a cygwin environment Windows computers For Windows, there are four methods of performing the conversion. Method 1 Open the flat file in PSPad (a freeware editor) : (some other editors people use: TextPad or NotePad++ or Crimson Editor, but there are many others. Method 2 Download the Windows version of the iconv program. Method 3 The conversion may also be done by using Cygwin, a Linux-like environment for Windows, and excecuting the iconv command in that environment. #! Method 4 Saving files directly as UTF-8

Related: