Archive | Porgramming RSS feed for this section

How to remove the border of Facebook page like box

The solution is below, how I removed the border of my Pakzilla Facebook like box. Wrap your IFrame code with a div with an ID CSS classes for above Div and IFrame You can adjust the width and height according the space where you want to place the box. What idea I have used, I [...]

Leave a comment Continue Reading →

FUD: JDBC addiction and designing software for NoSQL

I am having a background of programming Java based web systems with RDBMS. Where I write a lot of JDBC code. Updates, select statements with a lot of joins, inserts etc is a part of my daily job. Most of my time consumed on maintaining the state of database, validating from base tables and after all storing [...]

2 Comments Continue Reading →

A reference to HTML5 tags

New tags added in HTML 5 Layout tags <article> Defines an article <aside> Defines contents aside from the page content <embed> Defines external interactive content or plugin <figcaption> Defines the caption of a figure element <figure> Defines a group of media content, and their caption <footer> Defines a footer for a section or page <header> [...]

7 Comments Continue Reading →

How to find mime type of a file in Java

Validating a file when it is getting uploaded in the system is some time very necessary. We can check the extension of the file, but what if user has changed the extension to crack the system. So the best way is to find the mime type. There are multiple libraries that you can use to [...]

10 Comments Continue Reading →

Calling Posterous API in Java

I was playing with Posterous API to call it in Java program. If you guys want to call Posterous API, you need to get API Token from Posterous API Docs first. This API Token (api_token) will go with every URL that you will invoke in your code. I was missing this token and was wondering [...]

Leave a comment Continue Reading →

jQuery datepicker for date of birth

Just configured a JQuery datepicker for taking date of birth input. It will show you 100 years to current date. You can’t select date beyond the yesterday date (present date is excluded). You can configure it more according to your needs. But if you just want a simple datepicker, it will work for you. See [...]

2 Comments Continue Reading →

An ultimate HTML5 cheatsheet you must have

Like a lot of other web developers, I am also going to start learning HTML5. It’s time to get maximum benefit of HTML5 based browsers for our websites. Here I want to share a very useful cheatsheet on HTML5. It must be in your archive. If you are learning it. Update I have converted this [...]

15 Comments Continue Reading →

New Google App Engine SDK 1.4.0 released with major improvements

Google App Engine team has rolled out a major release for this year. In release of 1.4.0 they have done a lot of improvements and increased limits. I am very happy that they have increased the time limit of executing cron job (background task) from 30 seconds to 10 minute. For high demanding apps, its [...]

1 Comment Continue Reading →

What is the architecture of Facebook?

We use Facebook a lot. At least me. I just come up with an interesting presentation of Director of Engineering of Facebook on its architecture. I am excited to see that they are using LAMP for Facebook. And they empowered their software stack with other open source softwares. They are not using relations in MySQL. [...]

5 Comments Continue Reading →

Struts 2 Spring integration: a kickstart on using dependency injection

In this post you will find how we can integrate Spring with Struts2 through struts2-spring-plugin. And we will also see how we can use dependency injection. I assume that you are successfully running a Struts2 application. We will add our Spring integration code in that. Lets take a scenario. You have an Interface DAO.java that [...]

Related Posts Plugin for WordPress, Blogger...
Leave a comment Continue Reading →
Page 1 of 612345...Last »

Switch to our mobile site