The act of converting content from its original format into a format capable of being displayed on the web
Manage Multiple WordPress Sites

Apache2

Apache2 Category

Extra String Methods In JavaScript — string.js

string.js is a JavaScript library that adds extra string methods.

stringjs Extra String Methods In JavaScript    string.js

String manipulation is a daunting task, especially if you don’t know where to start, and string.js is just about the perfect library for everyday string manipulation tasks.

As everyone — I really mean everyone — who is a JS developer, needs to do some string magic at some time, and sometimes it’s hard to get through the logic and syntax through it.

String.js features several welcome methods for string manipulation:

  • Capitalize;
  • Collapse Whitespaces;
  • Add dashes;
  • Determine if a string has some term in it;
  • etc.

A Twitter-powered Audience Moderation App – Ospriet

Ospriet is a Twitter-powered audience moderation app for events such as conferences.

ospriet A Twitter powered Audience Moderation App   Ospriet

Ospriet allows audiences to post and vote on questions that should be submitted for live (or online) events.

Once a user posts a tweet for the event, it gets reposted to the event account, and users can favorite the question, thus making it appear higher in the event page.

Ospriet seems like a great solution for any audience-oriented event; its generated pages are also mobile-compatible, and, it is pertinent to note, elegant-looking.

Check out a recent use example here.

Easy & Consistent Android UI Development — GreenDroid

GreenDroid is a library for making Android UI development easier.

greendroid Easy & Consistent Android UI Development    GreenDroid

GreenDroid’s main advantages over other similar Android libraries is its concise, powerful set of UI-management features.

The library supports Android 1.6. It might support Android 1.5, but it’s less likely to do so.

GreenDroid is an awe-inspiring solution for making consistent UI’s for Android devices.

Lightweight Code Highlighting — Rainbow

Rainbow is a JavaScript library for code highlighting.

It’s a lightweight solution (1.4kb minified), and uses modules for language-dependent code markup.

rainbow Lightweight Code Highlighting    Rainbow

Rainbow supports a number of languages:

  • HTML;
  • PHP;
  • Pythong;
  • JavaScript;
  • Ruby;
  • etc.

Another important quality of this library is the incredibly easy customization which lets you make up your own highlighting patterns, giving you a complete design freedom.

Open Source Dependency Injection For .NET Apps – Ninject

Ninject is a dependency injector for .NET applications.

ninject Open Source Dependency Injection For .NET Apps   Ninject

Ninject can actually change the way you look at software architecture: the library provides tools that make post-production of your applications a lot easier.

Ninject provides a solution for the perhaps biggest software pitfall of all time — monolithic structure — by allowing you to create loosely coupled, compatible components instead of Hegel-like metaphysical systems that make changing the application painful.

A Twitter-developed Node Templating Engine – Hogan.js

Hogan.js is a templating engine developed at Twitter.

hoganjs A Twitter developed Node Templating Engine   Hogan.js

Hogan.js is wrapped around Mustache, and provides a nice interface for the prior.

The library is minuscule at only 2.5 kilobytes. Its functionality is fully based upon Mustache, yet the results are without a doubt quicker.