1st

Jul-2009

What is DataPower and Why DataPower?

Posted in Computer and Internet, DataPower, Geekiness, IT Industry, Network and Security, SOA, Science and Tech., Websphere, XML, ibm, work | 1 Comment »


Straight from the IBM site, this is the definition of DataPower -

IBM® WebSphere® DataPower® SOA Appliances are purpose-built, easy-to-deploy network devices that simplify, help secure, and accelerate your XML and Web services deployments while extending your SOA infrastructure.

Lets stop with that and talk a little bit about SOA, the current architecture and how DataPower fits in.

The middleware infrastructure of an enterprise need to support XML and Web Services, since its emergence and popularity. This meant that the ESB or enterprise service bus had to support the emerging technology. This was proving to be an problem because of -

  1. Traditional middleware installation has increased installation and maintenance costs
  2. Operational costs involved in supporting the new data format (XML) and the existing formats (flatfile, cobol copybook etc)
  3. Security - New forms of attack on the infrastructure

[1]DataPower SOA appliances address these three challenges with the creation of specialized, purpose-built, consumable SOA appliances that redefine the boundaries of middleware. As the “hardware ESB,” DataPower SOA appliances are an increasingly important part of the IBM ESB family.

As mentioned earlier DataPower is an appliance. So why exactly do we need an appliance what can it do?. Lets looks a typical infrastructure  - (this is not how it is but helps to explain the situation :D )

Read the rest of this entry »

Post Feed | 1 Comment » | Trackback»


1st

Jul-2009

Firefox ahead of IE

Posted in Blogging, Browsers, Computer and Internet, Fun, Geekiness | No Comments »


For the first time ever, the percentage of users visiting my sites using Firefox browser has overtaken that of Internet Explorer. See the latest stats from Google Analytics -

analytics Firefox ahead of IE

Finally people are waking up to realize the Internet Explorer doesn't give you a good browsing experience.

:)

Post Feed | No Comments » | Trackback»


6th

May-2009

“Tweet This” for Blogger Blogs

Posted in Blogging, Fun, Geekiness, Programming, Sexs, Women, tech. | 2 Comments »


I had migrated out of blogger in 2007. Reasons for which i'm not quite sure of. One thing that attracted me in WordPress is the availablity of plugins and the ease with which i was able to work with the php code. So when i had to do a 'tweet this' link for each post on my blog all i had to do was write this at the right place -

    <a href="http://twitter.com/home?status=Now reading <?php the_permalink(); ?>" target="_blank">
        <img src="http://jerrymannel.com/blog/wp-content/themes/SIM4.0/images/s-to-twit.jpg"
        style="border:none;">
    </a>

So yesterday, i was lazing around in the evening after a visit to the local library, one of my friends called. She was a smart-enough-techie for a business student. The only chick i knew who owned a Mac (i was so ready to dump all my girl-friends for her, coz she had a Mac. But her boy-friend owns an Audi so she ruled me out. 150cc Pulsar DTSi doest really stand a chance against an Audi). She had she blog up on blogger. Her problem how to get a 'Tweet This' link for each and every post on her blog.

I just dropped everything i was doing (nothing much infact) and got down to crack the problem. And this is how its done.

First get the full code for the .blogspot.com site that you have by navigating to Layout -> Edit HTML page. Check the "Expand Widget Templates" and copy the content of text area and back it up.

Next check the code that you have in had and make sure that its not the Classic Theme code. Just scroll and see you dont come across anything like <$BlogItemXXXXXXXXX$> in it.

Just like WordPress, blogger also loops and adds the blog entry(the simplest logic). So find a tag like <b:includable id='post' var='post'>. This is the start of the section that will genrate the post-title, post-content, date-of-publishing, labels, etc. and similar miscellaneous information.

Now to add a "Tweet This" link to the each post use this code -

    <a expr:href='&quot;http://twitter.com/home?status=Now Reading -&quot; +
    data:post.title + &quot; &quot; + data:post.url' target="_new">
        Tweet This
    </a>

Depending up on where you are going to add that piece of code, you might have to add the necessary tags and define the properties. For eg. if you want the "Tweet this" link to be like the way its there at - http://jerryreghunadh.blogspot.com/ - this is the code that you need to add at the footer section :

    <div class='post-footer-line post-footer-line-2'>
        <span class='post-labels'>
            <a expr:href='&quot;http://twitter.com/home?status=Now Reading -&quot; +
            data:post.title + &quot; &quot; + data:post.url' target="_new">
                Tweet This
            </a>
        </span>
    </div>

Thats it. I guess this fixes the problem for you too :)

Reblog this post [with Zemanta]

Post Feed | 2 Comments » | Trackback»


14th

Apr-2009

We are all ‘CUN’sumers

Posted in Fun, Window's Message | No Comments »


This was found at Marthahalli, Bangalore.image 015 300x225 We are all CUNsumers

Need less to say we are no longer CONSUMERS, but 'CUN'sumers :D

Post Feed | No Comments » | Trackback»


14th

Apr-2009

Nortel Networks at EGL Bangalore

Posted in Fun, IT Industry, Rubbish, Sarcasm, Window's Message | No Comments »


I know its sick, but couldn't stop myself from clicking this pic ....

 Nortel Networks at EGL Bangalore

This is Nortel Networks at EGL Bangalore.... :)

Post Feed | No Comments » | Trackback»