Shortening URL in java using Bitly

Posted by sundari | Posted in Java, Social Media | Posted on 01-09-2010-05-2008

2

Bitly Shortening any url in Java using bitly API . We need to get API key first using bit.ly account

Twitter is using the Bitly.

 

Steps to resolve ORA-01031: insufficient privileges error

Posted by vinothkamal | Posted in Database | Posted on 21-08-2010-05-2008

0

Here are the steps to prevent the ORA-01031 error when connecting as sysdba in 11g:

Usage of More tag in Blog Post

Posted by manimaran | Posted in Blogging Tips | Posted on 20-08-2010-05-2008

0

In order to display only the required lines at the starting of the blog and to make the readers to view the whole blog in a new page, click on the more tag in the Edit Post HTML view and leave a space after character ‘e’ in the more tag. If your are not giving space, then an extra words like Read this Entry will be displayed in the blog.

Setup EC2-Command-Line Tools on Windows

Posted by ananthu | Posted in Amazon Web Services | Posted on 19-08-2010-05-2008

0

Step 1:

Download the Amazon EC2 Command-Line Tools from the following URL http://developer.amazonwebservices.com/connect/entry.jspa?externalID=351&categoryID=88.

Setting Flex Environment in RAD

Posted by saravanan | Posted in Development Tools, IDE | Posted on 11-08-2010-05-2008

0

STEP 1:
        Install Flex

Online HTML Editor

Posted by sundari | Posted in Blogging Tips | Posted on 11-08-2010-05-2008

0

A powerful Web-based WYSIWYG HTML editor that is designed for easy integration into our custom web applications

We can use this link for designing blog content HTML editor

So comfortable to use.

Execute RUBY program on Command Prompt

Posted by sundari | Posted in Ruby on Rails | Posted on 11-08-2010-05-2008

0

Ruby is an object-oriented interpreted scripting language.

Download Ruby -One-Click Installer (old) – ruby186-27_rc2.exe

Know about Ruby by having a look at the below links

Our CEO: President TiE Detroit 2010 invites you !!!

Posted by manimaran | Posted in News & Interviews | Posted on 09-08-2010-05-2008

0

Send an E-mail with attachment using the JavaMail API

Posted by jude | Posted in Java | Posted on 08-08-2010-05-2008

0

Steps:
Locate mail.jar,activation.jar files in J2sdk lib directory
Create a new java program
Create a Mail Session in the program
Specify Email from_address, Email to_address, Subject, Body of content and Attachments

rake aborted! Mysql::Error

Posted by sundari | Posted in MySQL, Ruby on Rails | Posted on 07-08-2010-05-2008

0

When i tried to setup and migrate some objects in the MySQL DB with Ruby on Rails and
While executing the command  rake db:migrate i got the following error: