January 6, 2012
•
Posted by: Tahir Akram
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 [...]
January 4, 2012
•
Posted by: Tahir Akram
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 [...]
January 1, 2012
•
Posted by: Tahir Akram
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> [...]
December 31, 2011
•
Posted by: Tahir Akram
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 [...]
November 3, 2011
•
Posted by: Tahir Akram
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 [...]
March 1, 2011
•
Posted by: Tahir Akram
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 [...]
February 27, 2011
•
Posted by: Tahir Akram
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 [...]
December 3, 2010
•
Posted by: Tahir Akram
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 [...]
October 12, 2010
•
Posted by: Tahir Akram
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. [...]
August 12, 2010
•
Posted by: Tahir Akram
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 [...]
Page 1 of 612345...»Last »
Recent Comments