BBCode (Bulletin Board Code) is a markup language used to format text on message boards.BBCode takes simple text and converts it HTML based on attached BB tags.The bbcode Python library is a basic text manipulation library that will allow BBCode to be...

BBRuby

BBRuby 1.1.0

This Ruby library parses strings with BBCode markup and transforms it into HTML markup. BBRuby also allow to define custom BBCode markup translations or override the built-in translations. Features: Supported BBCode tags: :bold [i] :italics [u]...

Bigfoot

Bigfoot 2.1.3 updated

By default, footnotes are wrote down via a number and an explanation at the bottom of a page.That's how books have been doing, and Web designers copied this without thinking of the user experience.This changed recently, when Wikipedia changed the way it...

BigText

BigText 0.1.8

If the container is resized (smaller or bigger), the text is resized accordingly.Besides calculating the font-size, it also takes into account the word-spacing needed to match a line of text to a specific width.BigText is not only a real help when...

Blast.js

Blast.js 2.0.0

Blast.js can break down blocks of text, and then allow developers to interact with it via JavaScript.Blast can differentiate and work with words, sentences, elements, and even characters, allowing developers access to each of them, either in batches or...

The reader doesn't use server side code, utilizing modern HTML 5 technologies.These technologies read and handle files directly in the browser's JavaScript runtime.A working demo app is included with the download package. Just feed it an ePub...

browser-diff produces a diff-like output, comparing the two provided inputted texts and showing similar and extra characters.This tool can be very crucial for developers, letting them analyze two source code files and detecting the differences from one...

The script is possible mainly to the fact that DOM scripting supports the detection of key presses.Capital letters, A to Z, have ASCII codes 65 to 90, so in essence, the script detects if an entered letter inside a form field has the ASCII code between...

Caret

Caret 1.0

If you're not familiar with the "caret" term, then don't worry, you already know it. It's the blinking cursor that appears when you write a text with your keyboard in both Web and desktop-based applications.This small jQuery plugin allows Web developers...