General

Capture & Share Screenshots Easily With Dropbox

Dropbox Logo

Recently one of the team member from Dropbox announced new features coming in Dropbox 2.3.x line. That list has 4 new useful features, but still the most interesting feature in that list is ‘Screenshot to Dropbox‘. Yup! The upcoming version of Dropbox will allow you to take screenshot and share it right from your Dropbox …
Read More

Switching On Inbox Tabs In Gmail

Gmail Logo

If you are having lots of mail in your mailbox then it is harder to find a particular mail. If you are receiving 20+ mails daily then you might need to spend huge time to check which messages are important and which are not. As the number of mails increases, complexity also increases. Of-course Gmail have …
Read More

Creating Your Own Themes For Google Chrome

Preview: Ankur (Chrome Theme)

Of-course for most of you Google Chrome is just like a friend on internet. As you know, you can customize Google Chrome by adding several addons and themes from Chrome Web Store or form internet. Ya! those addons and themes are not customizable. Somebody has built it and you are consuming it. It may happen …
Read More

Even more:

View all posts from General >>

Lab

Adding Guides In Photoshop: One Second Tip

Guides in Photoshop allows you to place images and elements precisely. Guides are nothing but non printable horizontal and vertical lines. Photoshop allows you to have as many as horizontal and vertical guides you want. Photoshop also allows you to move and remove guides. To Add Guides If you want to add guide on your …
Read More

Displaying Posts From A Category In WordPress

It may happen that you are designing some sort of archive pages or a front page and you want to list all posts belonging to some specific category. In this case you can go for following code.

Git: Delete Last Commit

Git Icon

Many times like you, even professional programmers do mistakes. A lot of times it happens that you commit something junk in hurry and then you start looking out for reverting it back. Like you even I have done such mistakes many times and finally I thought to write down a few useful git commands which …
Read More

Working With wp_register_script()

WordPress Logo

WordPress allows you to register your own script files with theme. This allows you to link the script file to WordPress generated page according to the dependencies and at right time. The traditional way of including scripts, i.e. by adding <script> tag in head or footer have some drawbacks. In traditional way, we hardcode the …
Read More

Allow All Types Of Files In WordPress Media Upload

WordPress Logo

WordPress by default limits the number of file types, that you can upload on WordPress site for a good reason. You can try this yourself. Just create a new post. Then select “Add Media”. Then try to upload an “EXE” file or a “PHP” file. WordPress will reject that file with a nice security reason. …
Read More

Even more:

View all posts from Lab >>

Snippets & Codes

View all posts from Snippets & Codes >>