Techtamasha - techtamasha.com - techtamasha.com

Latest News:

The ‘Disabled’ attribute in Internet Explorer 10 Jun 2013 | 02:59 pm

Given the market share that IE enjoys it is a victory for you to make your website work in IE same as chrome and other modern browsers. Development for IE is difficult and the developer tools provided...

The ‘Disabled’ attribute in Internet Explorer 10 Jun 2013 | 02:59 pm

Given the market share that IE enjoys it is a victory for you to make your website work in IE same as chrome and other modern browsers. Development for IE is difficult and the developer tools provided...

Reset your last commit in git 13 Jan 2012 | 11:19 pm

So, you committed a change in your local repo and then realized you had the wrong branch? This happens to me a lot and the command I found the most useful for this purpose is: Run the above 2 command...

Reset your last commit in git 13 Jan 2012 | 06:19 pm

So, you committed a change in your local repo and then realized you had the wrong branch? This happens to me a lot and the command I found the most useful for this purpose is: git reset --soft HEAD^ g...

Git branching model followed by us 30 Dec 2011 | 03:08 am

We use the below branching model for our products JustUnfollow and GrabInbox . This is the article that made me use this branching model. We have 2 parallel branches – ‘master’ and ‘develop’. All dev...

Git branching model followed by us 29 Dec 2011 | 06:08 pm

We use the below branching model for our products JustUnfollow and GrabInbox . This is the article that made me use this branching model. We have 2 parallel branches – ‘master’ and ‘develop’. All deve...

Reducing the size of List in Java 27 Jun 2011 | 04:16 am

I had a List that had around 70000 objects in it and I needed only the first 15000. I was about to create a new empty array list and iterate 15000 times over the current one in order to get a smaller ...

Reducing the size of List in Java 27 Jun 2011 | 12:16 am

I had a List that had around 70000 objects in it and I needed only the first 15000. I was about to create a new empty array list and iterate 15000 times over the current one in order to get a smaller ...

Fetch Multiple Objects by key in JDO using getObjectsById 22 Jun 2011 | 04:18 pm

On Google Appengine I needed to fetch multiple objects, the key to which is present with me. I tried using PersistenceManager#getObjectsById(Collection) method and passed a list of keys to it. But tha...

Change Google Chrome Google Search Country 22 Jun 2011 | 02:49 pm

I recently moved to Chile to work on our new startup buffr.com which is an easy way to manage multiple social networks. We call it the social media dashboard. The first time I used the internet on my...

Recently parsed news:

Recent searches: