Archive for the ·

Web / Web 2.0

· Category...

‘Tracking Cookies’ and what to do about them

1 comment

Many web sites you visit have arrangements with their advertisers and web analytic firms to place “tracking cookies” on your computer. I don’t like them, because it lets advertisers build up a history of where and when you surf. On the other hand, these companies say they use this data to try and match ads to a user’s interests. Personally, I think marketing people already know enough about us, so here’s some information on how to get rid of these tracking cookies if you like.

Tracking cookies are small text files that can tell advertisers and Web analytics firms what you (or your computer or your IP address) are doing online, even though they usually don’t record your name or other identifiable information. They are used all over the Web, but in most cases, their presence is only disclosed deep inside privacy policies.

If the majority of the sites you vist are customers of the same one or two advertising companies, this would be useful in that you should only be served ads that have relevance to you. If you find this to be the case, then by all means keep the tracking cookies, if you wish. However, if you do want to know how to get rid of these tracking cookies, read on.

First of all, here are links to pages where you can opt out of the cookies set by double-click (probably the most common source of tracking cookies):

I’d prefer a totally opt-in system, but obviously, it’s much more useful for the ad industry to require the opposite.

If you want to clean out all tracking cookies from all your Web sites, here are links where you can download three programs that can clean out tracking cookies:

You can also change the preferences or settings in your Web browser to control cookies. In some cases, you can choose to accept cookies from the primary site, but block them from third parties. In others, you can block cookies from specific sites or advertisers, or clear out all cookies.

Remember: Not all cookies are tracking cookies. For example, many Web sites place cookies on your computer to save information like your registration information or preferences for that site. They aren’t read by third parties (like advertisers) and can not tell the owning site about where you go online.

Get a 25GB Dropbox-Style Sync Space from Microsoft SkyDrive

no comments

Microsoft’s SkyDrive offers 25GB of free space in the cloud to everyone. However, the standard product requires that you to use Microsoft’s own products to access it. Now, The Download Squad shows how to open up your SkyDrive 25GB using an Office 2010 trial copy. It is not exactly a two-step process, but it’s detailed in full at the Download Squad post. When you’re done, you get a 25GB space on your system that’s instantly synced with the cloud, accessible from the web, and can be accessed from multiple (Windows) computers. Neat stuff.

It does have the downside that files have to meet a particular Sky Drive criteria that they can not be larger than 50MB. To get around this, have a look at SDExplorer tool (windows XP and later), which integrates Microsoft SkyDrive into Windows.


SDExplorer in Windows Explorer

Once installed, there’s not much to see with SDExplorer, it simply does what it promises. Provide your login credentials for your SkyDrive account and the drive that appears in My Computer—seen above—is linked to your online storage. You can interact with it like any other drive.

The two biggest differences between the free version and the Pro version (apart from the price) are:
* the Pro version lets you open directly files from the SDExplorer drive
* the Pro version does away with the SKyDrive limitation of 50MB per file.

WordPress 2.9 notes

no comments

Batch Plug-in Update in Word Press

When Word Press introduced one click upgrade for pluggins, it was like Christmas in July. But this time maybe on the actual Christmas or perhaps slightly earlier with the release of Word Press 2.9, we will now be able to upgrade multiple pluggins with one click from our WordPress Admin Panel.

Optimize/Repair Database Functionality

WordPress has added a new feature to the core which allows you to repair and optimize your database. In order to activate this function, you will need to add this line in your wp-config.php

define(‘WP_ALLOW_REPAIR’, true);

Once you have added it, you will now be able to run the script which is located at this URL:

http://www.yoursite.com/wp-admin/maint/repair.php

WordPress Recycle Bin / Trash

One useful thing most desktop operating systems have is the trash bin or recycle bin. WordPress has now added similar functionality; instead of permanently deleting posts, pages, and the comments, you can now trash it and then later on empty the trash once you are completely done with what you were doing. By default WordPress will empty the trash every 30 days, but you can change the time limit by simply entering the following code in your wp-config.php:

define( ‘EMPTY_TRASH_DAYS’, 10 );

Image Editor

The image editor is something that a lot of users were waiting for and it is included in this release. This editor will let you make simple changes such as cropping, rotating, scaling, etc.

Ability to add Post Thumbnails

You have probably seen many sites displaying posts on the homepage with a post thumbnail. Or many sites having the post thumbnail next to each post in their index. Before version 2.9, it was done through custom fields. In this release, you can simply add the thumbnail when writing the post and displaying it in the template is even easier.

In order for you to have this functionality available in the admin panel, you must have a theme that supports this function. However, a quick way to add it now is to visit your theme’s functions.php and add the following code:

add_theme_support( ‘post-thumbnails’ );

Once you choose the thumbnail, you display it on the template using the following code:

<?php the_post_thumbnail( ‘thumbnail’ ); ?>

Extend User Contact Info

The WordPress user profile page is quite old and many new networks have gain popularity such as twitter and facebook. Prior to version 2.9, it was really hard to add a custom field in the contact area, but thanks to Joost De Valk for his contribution, now this feature is available.

Simply open your functions.php and add the following function:

<?php
function my_new_contactmethods( $contactmethods ) {
// Add Twitter
$contactmethods['twitter'] = ‘Twitter’;
//add Facebook
$contactmethods['facebook'] = ‘Facebook’;

return $contactmethods;
}
add_filter(‘user_contactmethods’,’my_new_contactmethods’,10,1);

?>

This will add extra fields in your user profile pages.

You can display these on author profile page by using the normal $curauth variable or the_author_meta variable.

New Excerpt Filter

Up till WordPress 2.8.6, if you added the_excerpt code in the loop, it would display content with a 55 word limit and once the word limit was reached, it would add [...]. With this new ability, You can now specify a function and control both excerpt word count, and the more text. Implement this by opening your theme’s function.php file and add the following code:

// Changing excerpt length

function new_excerpt_length($length) {
return 60;
}
add_filter(‘excerpt_length’, ‘new_excerpt_length’);

// Changing excerpt more
function new_excerpt_more($more) {
return ‘…’;
}
add_filter(‘excerpt_more’, ‘new_excerpt_more’);

All thanks goes to Ramiy for suggesting this feature.

oEmbed making Embedding Easier

Thanks to ViperBond007 that this feature was added to the core of WordPress 2.9. It is a specification that allows media providers like Flickr, YouTube and others to provide data for consumer applications like WordPress about media.

There are many many more features that are being included in this version. To see a full list check out version 2.9 page in the codex.

10 Easy Ways to Secure your WordPress Blog

no comments

With WordPress so popular these days, it’s becoming a bigger and bigger target for hackers, so securing your blog is more and more important. The catswhocode.com provide 10 Easy Ways to Secure your WordPress Blog.

They have a large array of useful WordPress tips and tricks, including another recent one about 10 awesome .htaccess hacks for WordPress.

testing mods to Alex King’s twitter tools

no comments

I’ve made some modifications to my copy of Alex King’s twitter tools plugin.

Looking for a Life Partner Who Looks Like Your Favorite Actor or Actress

1 comment

In a move that could stir up some controversy, Bharat Matrimony, one of most popular matrimonial website in India, has launched a facial recognition feature to help you search for a potential life partner who looks similar to your favorite film actor or actress.

You can either limit your partner search to a selected set of Bollywood actors and actresses or you may even upload someone else’s photo and the “facial search” feature promises to help find other profiles in the matrimony database that match the face in the picture.

This could become a privacy nightmare… If it works as advertised, it would let people locate any random person (that was a member of the Website) that they have a picture of, and get personal details about them.

ACMA blacklist leaked online

4 comments

Too many people knew of the existence of the blacklist. Too many people had motives to see it leaked. Of course, the government (via Senator Conroy)has denied its the ACMA blacklist, but they would say that wouldn’t they…

Blacklists are a flawed method of censorship; they are inaccurate and subjective. The subject matter (child pornorgrapohy) is transferred via other medium on the internet. The time and money being spent on this filter can be more usefully spent attacking those who are breaking the law with tools that work

And here’s a link for those of you who think you have nothing to hide.

The ACMA blacklist article on Wikileaks. Link to theie copy of the blacklist from there.


Mirrors

Can I mention his name :) There’s some text and PDF mirrors of the ACMA blacklist up already, including a MEGAUPLOAD text file of the ACMA blacklist.

By the way, there are serious issues at stake here.

There is a also PDF version of the ACMA blacklist at whatsup.



Update:

Update of Australian government secret ACMA internet censorship blacklist, 11 Mar 2009.

Update of Australian government secret ACMA internet censorship blacklist, 18 Mar 2009.

Wikileaks to Conroy: Go after our source and we will go after you

ConverStations: Twitter + Yahoo Pipes = Signal

no comments

Like many others, one purpose I have for Twitter is for the resources shared, noth work and play, including blog posts, news items, and tools (and the latest icanhascheezburger).

Mike Sansone of converstations.com has written about a cool way to capture all your tweeps Twitter URLs in one place — and that solves a big problem for those of us who follow a hundred or so especially helpful people.

The trick — and it literally takes 2 minutes — is to use Yahoo Pipes to filter all your incoming tweets that contain a URL then use Pipes to make an RSS feed of same. Elegant, fast and it works.

There’s a usefull iteration, as well, which means you don’t even have to sign up to Yahoo Pipes, just input your twitter name

.

via ConverStations: Twitter + Yahoo Pipes = Signal.

Check Firefox Bookmarks

no comments

Up until recently there was not a single add-on available for the Mozilla Firefox 3 web browser that would check the bookmarks for invalid or duplicate entries. Several add-ons existed that were able to perform the checks in Firefox 2. The reason for this was a change in how the bookmark data was stored.

Check Places is the first Firefox 3 extension that can check all Firefox 3 bookmarks for duplications and invalid references aka dead pages. The experimental add-on can be downloaded right from the Mozilla website after logging in as a user. The new Check Places entry will be added by the Firefox add-on to the bookmarks menu. A click on that link will open a new window that the user can use to configure the scan behavior.

It is possible to scan all bookmarks or only selected folders. Exclusions can be made so that some bookmarks or folders will not be scanned in the process. The scan itself can check if the pages that the bookmarks point to exist and if it is stored more than once in the bookmarks.

Some extensions (such as Bookmark Duplicate Detector) could perform some of theses functions, but Check Places is the most comprehensive one (so far) for firefox 3.

Internet explorer losing ground to firefox and safari

no comments

Internet Explorer’s share of the browser market is dropping, with a significant drop of 7% market share in the past year (according to figures released by the internet metrics provider, Net Applications).

It looks like FireFox has grabbed the lion’s share of users from Microsoft’s browser, with a gain of just under 4% to 21.5% (FireFox first went over 20% in November). Safari has also gained on Internet Explorer, with a 2% increase (to 8.3%).

Google’s new addition to the ‘browser wars’ has just over 1% of the market, with Opera’s share dropping to .7%.

For what its worth, Internet Explorer, FireFox and Safari still command over 97% of the browser share.