Ubuntu / Linux news and application reviews.

Pidgin Embedded Video And Images Now Available In An Ubuntu PPA

| Date: August 06, 2010 | View Comments | Tags: image, linux, pidgin, plugin, ubuntu, video

The Pidgin Embedded Video with with the image patch has been uploaded to the Frasten PPA (thanks to Frasten for the heads up!) so you no longer have to compile it. In case you don't know what I'm talking about, see this post.

To install Pidgin Embedded Video in Ubuntu, run the following commands in a terminal:

sudo add-apt-repository ppa:frasten/ppa
sudo apt-get update
sudo apt-get install pidgin-embeddedvideo

Then activate the plugin from the Pidgin options.


If you don't want to add the PPA, you can also manually download the .deb file.

jQuery FontEffect: Create Font Effects Without Using Images

| Date: August 24, 2009 | View Comments | Tags: html, JavaScript, jquery, plugin, web, webmaster


FontEffect is a jQuery plugin that adds effects to HTML text, without using any images. In version 1.0 (which has only 7 kb), you can use 4 different text effects: edge (outline), shadow, gradient and reflection (mirror).


To use jQuery FontEffect, use the following code:


- Javascript / jQuery:
<script type="text/javascript" src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js"></script> <script type="text/javascript" src="http://path.to/jquery-FontEffect-1.0.0.min.js"></script>
Place the above code before the </head> tag in your template.

Obviously, replace http://path.to/jquery-FontEffect-1.0.0.min.js with the exact path to the jquery-FontEffect-1.0.0.min.js file. Also, if you already use jQuery, don't include the jQuery code twice.

-CSS:
#example{ font-family: Georgia,'Times New Roman', serif; font-size:3.0em; color:#ff0080; font-weight:bold; margin-bottom:10px;}
This can be placed in your .css file or if you use Blogger, before the ]]> tag in your template.

-HTML:

<div id="example">Web Upd8</div>
<script type="text/javascript">
$("#example").FontEffect({shadow:true});
</script>
The above html code will present the "Web Upd8" text using shadow effect. You can replace it for any of the other effects supported by this jQuery plugin.

It is an interesting jQuery plugin, ideal for dynamically generated headers (such as the title of the post). The best thing is that it works with most known browsers, including everyone's favorite: IE6. :)

More info, live demo & download

Add Twitter Connect (oAuth) for Your Wordpress Blog Comments using Twit Connect Plugin

| Date: May 15, 2009 | View Comments | Tags: blogging, microblogging, oAuth, plugin, twitter, wordpress

Since today I was telling you about Disqus adding Twitter Connect alongside Facebook Connect to their comment system (which you can see right here on Web Upd), I search for a similar plugin for users that don't use Disqus and have a Wordpress powered blog.

Twit Connect is a Wordpress plugin that you can use to allow your readers to login using Twitter and post comments to your blog. It uses Twitter Connect API (obviously) (oAuth).

Here's how to use it:

1. Download the plugin
2. Unzip it to / wp-content/plugins /
3. Activate it from your admin panel.
4. Now you have to configure it by entering the Consumer and the Consumer secret key, from Twitter which you can get from here.
5. In case you don't know how to fill up the form from step 4, here is the form explained:


After completing all the above steps, this plugin adds a button on the comment form on your blog which users can then use to login into their Twitter account an leave comments as usual. And of course, the nickname is linked to their Twitter profile.

This version also sports a choice of two different buttons, the new button is from Peter Denton’s “Signin with Twitter” button set.

[via puntogeek & voiceoftech]
License: (cc) BY-NC-SA WebUpd8 | Privacy

AltStyle によって変換されたページ (->オリジナル) /