Autochrome Photography Wordpress theme for just $25. Get Yours

Effective way to update your blog’s header scripts – MyBlogLog, Google Analytics, Mint

— By

With a plethora of tracking services, blog tags and your own tracking softwares; you need to insert scripts to your blog’s header now and then. Most scripts give you the option to tie easily with commonly used CMS and Blogging Tools like WordPress, Movable Type, TypePad, Blogger etc.

However, the problem is that most of them have to deal with change in your theme and if you change your theme, you have to update the scripts again. And all of them do not follow the same approach; a typical implementation is different amongst all of them.

Read the full article →

I’m perhaps the 2nd Top Indian Digger

— By

Gifting more Flickr Pro Accounts

— By

UPDATE: I’m no longer able to gift Flickr Pro accounts.

I was once able to gift 2 Flickr Pro accounts. As an aftermath, I still receive emails, comments asking me for more pro accounts. I’m sorry, I no longer have any!

However, I have been thinking of Gifting more Flickr Pro Accounts. This came to me ever since I bought couple of Flickr Pro Account for total strangers. I remember even gifting one hugely popular Blogger, Industry Expert after seeing that he is not a Flickr Pro user. He didn’t even bother to reciprocate with a simple “Thanks”.

No, I cannot gift or buy everybody who ask for a Flickr Pro Account. It will also be my sole decision whom I should buy/gift Flickr Pro Accounts. The Flickr Pro Accounts comes as a result of the meagre earnings that I get from Ads/Sponsors on my site after paying off the hosting fee for couple of my dedicated servers.

If you feel that you are a good (amateur) photographer and justify a Flickr Pro Account from me, then contact me directly. The deciding factors will be, with no specific reasons but good photographs, budding photographers, college students and few other reasons which I don’t know myself.

Email me with

  1. Your Flickr Photos URL.
  2. Why do you think I should gift you a Flickr Pro Account?
  3. Agree that you’ll grant me rights to use some of your photos for my personal blog, inset inside posts, etc.
  4. You may link me to some of your coolest photographs.

However, don’t be surprised if I don’t reply to your email at all. You may try twice but that should be it. As mentioned above, I’ll give no reason if I want to accept or reject your request.

How to track your Flickr Photos Statistics

— By

Brajeshwar's PhotosOf late, my Flickr Photos are getting quite a bit of attention, more specifically with the inclusion of the Windows Vista Wallpaper collection. The Photos stream has garnered almost half a million views ever since I shifted my photos to Flickr from my hosted Gallery in March, 2006. At this rate, it will easily cross half a million views per year (by March 2007).

There is no way to see your Flickr Photo usage statistics. Someone may be blogging your photos, praising your photos and linking back to your Flickstream. The best way so far is to track through Technorati. To know where your Flickr photos are being linked, blogged or mentioned elsewhere, setup a Technorati Search Feed for your Flickstream.

Read the full article →

Prevent HotLinking with .htaccess

— By

It is fine for people to take images, css, js and other medias from your site as long as they re-host it on their own server after making a copy. Also, known as HotLinking, stealing people’s bandwidth by linking directly to other site’s images, js, css files is a bad thing. If you are a site owner and want to prevent hotlinking or serve an alternate content, here is an easy solution using .htaccess.

Create a .htaccess file and place it on the root of the domain where you want to prevent hotlinking. In my case, it was http://www.brajeshwar.com/. Add or append, the following codes between the Rewrite Rule else create the same.

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?brajeshwar.com/.*$ [NC]
RewriteRule \.(gif|jpg|js|css)$ - [F]
</IfModule>

This will prevent hotlinking to my gif, jpg, js and css files.
Note: mod_rewrite should be enabled for this to work.

In an event where you want to replace a hotlinked media with an alternate media, here is the change for the .htaccess file.

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?brajeshwar.com/.*$ [NC]
RewriteRule \.(gif|jpg)$ http://media.brajeshwar.com/i/brajeshwar.jpg [R,L]
</IfModule>

So, they will see me instead of the hot linked image. ;-) This came to light after Jason Scott’s article on Freedom, Justice and a Disturbingly Gaping Ass (via : Digg).

Google Defines Hotlinking as the intentional usage of someone’s bandwidth without that person’s authorization. It is also known as Bandwidth Theft.

ELSEWHERE

Watch your steps before you upgrade to WordPress 2.1

— By

I ran into issues while trying to upgrade a WordPress 2.0.7 installation to the new WordPress 2.1 release. I was upgrading my WordPress Labs Install Module and thus there was no damage done. My test WP install stalled; thus I decided to write this article as a warning to those upgrading to WordPress 2.1.

So, here is a mild reminder when you upgrade your WordPress Install to the Latest Release (they have the Zip version too). This article assumes that you have a 2.0.x version of WordPress already installed; if you’re looking for a new installation or the official WordPress installation guide, please read the WordPress Docs.
Read the full article →

WordPress 2.1 Easter Eggs

— By

Wordpress Easter EggsWith the release of the new improvised WordPress 2.1, the team have promised us lot of easter eggs. Let’s start the hunt for the WordPress 2.1 Easter Eggs. Here are some WordPress Easter Eggs :

  • Go to
    http://myBlog.com/wp-admin/options.php?option_group_id=all
    where “myBlog” is your blog and assuming wordpress to be installed in that folder.

Note – This list will be updated as and when more WordPress Easter Eggs are found.

Known Issues with Flash Player 9 for Linux

— By

Adobe released the Flash Player 9 for Linux 2 days ago. Here are the list of known issues

  1. Full-screen mode and windowless mode are not yet available for the Linux player.
  2. Express Install is an unsupported feature due to the variety of Linux platforms, each handling the Adobe Flash Player plug-in installation in different ways.
  3. Modal dialogs displayed by Flash Player stay in front of browser windows but do not prevent interaction with the browser as they should.
  4. When hovering over Flash content on a web page, the mouse scroll-wheel does not work. Workaround: Hover over the HTML content on the web page.
  5. On certain SUSE 9.2 installations using the standalone player only, trying to Open a browser from the standalone player with SeaMonkey open will cause the player to hang.
  6. Networking operations in the standalone player are currently slow.
  7. When the mouse is hovering over Flash content, keyboard input is not sent to the browser.

Read the Flash Player Release Notes for details on Flash Player 9 for Linux, Mac and Windows.

Adobe Flash Player 9 for Linux Released

— By

Get Flash PlayerAdobe today announced the availability of Flash Player 9 for Linux. Senior Product Manager at Adobe, Emmy Huang, says — “With the proliferation of video on the Web, Adobe Flash Player is quickly becoming the de facto industry standard for delivering engaging interactive content and applications. Now the Linux community has full access to the high volume of Flash content and applications available on the Internet today, bringing Linux developers and users to the forefront of the Web 2.0 experience.”
Read the full article →

Download free fonts and Dingbats

— By

A huge collection of Commercial, Free Fonts complete with a good set of Free Dingbats are on this site for you to Download. It is a free front archive but with a twist – it’s organized as a commercial font foundry with plenty of interactive features. There are over 8,000 free fonts and dingbats for the Mac and the PC.

< ?php ImgBlog(“reviews/urban-fonts.jpg”, 1, “Urban Fonts”, “http://www.urbanfonts.com/”);?>This article is a paid article review sponsored by RevieMe. However, I’d have written about this resource for great fonts if I found it earlier to ReviewMe. If you have feedbacks, please comment or mail me directly. That will help me decide if I should do ReviewMe in future or not.
Read the full article →

Teknopoint Multimedia - Adobe Training, Design and Development, RIA Consulting. Teknopoint Multimedia - Adobe Training, Design and Development, RIA Consulting.

Themes