Based on LAME and the Festival TTS Engine, this flexible jQuery plugin can take text (the input) and generate audio from it. It can be implemented in various ways (the methods) and allows you to preview MP3 audio (the output) in real-time. jTalk can also create high quality WAV files for download. The plugin itself …
Monthly Archives: November 2012
Inline Images with Data URLs
Inline images use the data URI scheme to embed images directly within web pages. As defined by RFC 2397, data URIs are designed to embed small data items as "immediate" data, as if they were referenced externally. Using inline images saves HTTP requests over externally referenced objects.
Base64 Image Encoder
Base64 Image Encoder
Dimensions for Facebook Timeline For Pages
Now that Facebook Timeline for Pages is a reality, it’s important to optimize it by using the proper image sizes. So below I’ve put together an infographic (feel free to pin it!) that highlights the appropriate dimensions for the following:
Which ports need to be opened for all Plesk services to work with a firewall?
Resolution Generally it depends on what services are running on the server. All the ports which can be used by Parallels Plesk Panel/services are listed below:
Prevent multiple submit of your form
Multiple submissions of the same form is definitely one of the most common problem seen when working with web forms. Here’s a super useful piece of code to prevent multiple submissions of the same form.