Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

How to make use of undo mail functonality of Gmail

Most of the times after we have dropped a mail we think of making a change in the mail which has already been sent making task impossible. But thanks to Gmail for providing their user with the option of enabling undo mail functionality which ca...

Calendar (Meeting Organizer) for Mozilla Thunderbird

As many of you must've noticed, Mozilla's email client Thunderbird (unlike Outlook) doesn't come with a default Calendar Extension. So, if you want to keep a schedule, organize meetings etc. you...

Whats EIP, do I need it?

EIP stands for Enterprise Information Portal, Wikipedia defines it as a framework for integrating information, people and processes across organizational boundaries in manner similar to the more general web portals. Enterprise portals provide a s...

How to improve your vocabulary without improving your laziness?

Do you find yourself frequently picking up your jaw from the floor when someone comes and unleashes a barrage of awesome English vocabulary at you while you're still fumbling with "errrs..." and...

Using Any Browser as a Text-Editor/Picture holder

Why waste those precious few milliseconds to type in or to find the "Notepad" or "Paint" icon when you suddenly need to store some text-snippet or an image while browsing. You can simply use your browser as a text-editor by typing (well, type onc...

Is Go a solid choice over Ruby on Rails or Django?

GoLang referred as Go programming language developed at Google in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson. It is a statically-typed language with syntax loosely derived from that of C, adding garbage collection, type safety, some dy...

How to open big text files in Windows

Text editors like Notepad++, Jujuedit, and TextPad generally have 2 GB limit. If you have big files to open like 5GB file, they will hang and you won't be able to view them. Hence if you have requirement to open text file (for example log file...

How to download Video from Youtube quickly

Hi, If you need a video from youtube to your computer you can easily download this Follow these steps: 1 Open the video in youtube. All you need to just replace the "https://www." characters with "ss". And webpage will open and you c...

What is RSS (Rich Site Summary )

First let us understand what is RSS feed: It is a format to share data, defined in the 1.0 version of XML. We can provide information in this format and get this information, and also get information in this format from various other sources. ...

Whats the Difference Between Raster and Vector?

Whats the Difference Between Raster and Vector? Whats the difference between raster and vector? This question is asked by many newbie designers, webmasters and other interested individuals and sometimes the answers can be as confusi...

Solve copy paste not working issue in Remote Desktop

If you find, suddenly that copy paste stopped working on remote computer when you were accessing using Remote Desktop connection, following would help. Copy paste working on the remote machine is handled by "RDPCLIP.EXE". If this exe doesn't work...

Basic git commands

Hi All, Here are some basic and required git commands for starting purpose: 1: Set your name: git config --global user.name "Your name" 2: Set your emails: git config --global user.email your_email 3: Clone repository: git cl...

How to repeat header row in LibreOffice

In order to repeat header row in LibreOffice do following: Format->Print Ranges->Rows to Repeat > Edit Print Ranges Print range -entire sheet Rows to repeat -user defined- $1:$5 ...

How to remove trailing white-spaces automatically in Sublime Text Editor

Did you ever think if trailing white-spaces could be removed automatically from file before saving it in Sublime Text Editor? Sublime Text Editor is very liberal to provide such a functionality without installing any extra plugins. Follow t...

Delete all documents form solr

Hello all, If you want to Delete all documents from solr, follow any one of the step given below. There are 2 ways to do this. 1. http://localhost:8983/solr/update?stream.body=<delete><query>*:*</query></delete>&a...

Why should You Need Technology!!

Because you Believe in Progress. And using technology will improve your live. Because now it become the biggest hub for education information you can Share or get more value able information. You have Massive online course, Ebooks. Becau...

Best Practices used in Game Development

Writing simple games in HTML5 is easy, but you need to do certain things to make sure that your game runs smoothly. Here are some of the best practices for building HTML5 Games. #1: Use a Framework When using lot of images, sound effects and...

Why eBooks Are Changing Reader's View?

An electronic book is commonly known as eBook or Digital Book. Printed books are always been familiar to all the people from a very long time, as everyone from his/her childhood to older ages are involved in reading books whether it is related to...

Ubuntu - Resolution Drivers

Hello All, Today when I was trying to installing Ubuntu 13.04 on my system suddenly I got stuck with resolution issues. After installation, it worked properly for few minutes but later on when I try to search or open any new application, f...

Benchmarking/load testing Jabber/XMPP Servers with Jabsimul

Benchmarking/load testing Jabber/XMPP Servers with Jabsimul Please follow below link for benchmark http://www.ejabberd.im/benchmark ./userreg -h localhost -u 3000 -n 1 Above command will create 3000 users with test_ username and pa...

Install ejabberd with patch file

To install ejabberd with patch file(Serve cross domain policy file for Flash). Install erlang on your system. Download ejabberd wget http://www.process-one.net/downloads/ejabberd/2.1.11/ejabberd-2.1.11.tgz tar zxf ejabberd-2.1.11.tar.gz...

Importing a MYSQL database dump from command line

While importing databases dump that are of large sizes in GB you may find issues with PHPmyadmin and some other clients also. To import the database you can use the command. mysql -uusername -p databasename < sqldump.sql where userna...

What does Virtual Machine (VM) means?

Virtual Machine (VM) Definition - What does Virtual Machine (VM) mean? A virtual machine (VM) is a software program or operating system that not only exhibits the behavior of a separate computer, but is also capable of performing tasks such...

Get Familiar with Texture Packer

Texture Packer is a wonderful program to create Sprite Sheet with in seconds for different data format like, cocos2d & Unity3D. Its not a free program but Texture packer's demo version works pretty well too.If you are a 2d animator & cre...

How to convert ppt file to swf

If we want to convert a PPT (Powerpoint presentation file) into SWF we can use this system command system("java -jar /opt/jodconverter-2.2.2/lib/jodconverter-cli-2.2.2.jar " +pptpath+" "+ppt_convert) where pptpath is the path where PPT file...

Do clones make sense?

I need a website similar to Facebook with all the features exactly same as Facebook I need a TempleRun game clone I need a travel website similar to makemytrip.com Being in software services industry, one must have come across these kind of re...

Disable Auto Update of Mozilla Firefox

The steps below guide you through setting the configuration files required for Firefox to not only turn off updates, but deny the setting entirely. Also note, this is on a per computer basis. This process will need to be replicated on each compu...

How to Disable Ctfmon.exe at startup

Ctfmon.exe is a Microsoft Office process that works with the Windows operating system. This process activates the language bar and alternative user input. It is a non- essential system process which runs in the background even after quitting all ...

Resolving File System issue on Linux

In Linux if your filesystem gets corrupted there is a command that can be used to fix the issue. To fix the file system related issues type command fsck on system's recovery console. This would fix the errors on your file system to get...

Game design: Working with silhouette (article 2)

Game design: Working with silhouette: As I have provided the basic information regarding the silhouette principle using on the concept character for game art, lets resume the topic further and see it through details. While developing the ba...

Tally ERP9

Tally ERP9 Tally is an accounting software which was start in 1988. In 1988 our Accounting works done by manually. All type of manual books like cash book, Ledger, Trail balance, Inventory Register, Sale Register, Purchase Register and Balan...

Creating Folder Structure Inside already existing folders,Through Bat file

Creating Folder Structure Inside already existing folders..Through Bat file Hey guys...!! Today i am gonna show you "how to make folders or folder structure inside already existing folders so what i have done is, I created a folder named as ...

MVC, why and what? An analogy

In medieval period of programming, when I use to read what Yashavant Kanetkar wrote about C language, I wonder if this high-level programming language pattern can be bettered. It gives me so much freedom to write code and I really-really liked th...

Renaming Multiple files through DOS commands

"Renaming Multiple files through DOS commands" Hey guys..!! Today i am going to show you "How to rename Multiple files with the help of DOS and Ms Excel" After reading this blog you will be aware about some cool formulas of MS Excel as well ...

Working with Silhouette

Game design: Working with silhouettes: While making the character concept art more often we ignores the very basic principles for character designing called silhouette. Silhouette is an single coloured image of an person painted in black o...

Basic SVN Commands

What is SVN? 1) Subversion(SVN)is a SCM(Software Configuration Management) Implementation. 2) It allows to track changes in files and directories. 3) It allows concurrent development in same files. 4) It is centralized(one server). Basic ...

CHANGE REQUESTS

It is the most dangerous word. Every developer in the world is terrified by it. In our software service industry, where client is king, it is like a stone in his hands which he can throw at the developer anytime and a developer always find themse...

How to permanently disable Adobe Reader Update

How to Disable Adobe Reader Update: 1. Accept the User license agreement certificate. 2. Edit -> Preferences -> Updater: Choose "Don't download or install updates automatically" 3. Help ->Adobe Product Improvement Program: Ch...

Commands to install packages on Linux

Linux has different flavours available in the market but can be classified into 2 major categories ie. Distros based on Debian: eg. Ubuntu etc. Distros based on RedHat: eg. Centos etc. This have different package managers to install pre-com...

Using Tar command in linux to compress and uncompress the files

One of the frequent task that we do with the increasing data on our linux boxes is to compress the files and folders and to do so there is a command tar that we can use to achieve the same. Below are the examples of how to compress files in a...

Agile Software Development in India - Why so much buzz about it??

Working in software/IT companies we all come across a word that is coined rampantly - the Agile development. So what is this and why do you also need to understand this was what troubled me few years back and I went onto an Online search expediti...

Skype, Sign in bar is not visible in Windows Operating System

If sign in bar is not visible in Skype, then you can follow the following steps: Step 1 : Go to Windows Start Step 2 : Select All Programs Step 3 : Select Accessories Step 4 : Right click on Command Prompt Step 5 : Select "Run as a...

REST based web service

REST(Representational State Transfer) service is basically HTTP based API. Today many sites provide REST based api to access thier data. example : google , twitter , yahoo, ebay. Each URL provide by the website represents a resource; either a...

How to install java on browser

How to install Java web plug-in? Here is an easy guide for you to install Java on your specific system: 1. Windows a. First of all you need to check whether you have Java on your system or not. b. You can simply do this by going o...

FFMPEG Auto Installer

Found a shell script that installs FFMPEG with all the required modules rightly named as FFMPEGinstaller. The script can be downloaded from http://ffmpeginstaller.com Hope this helps with the installation of FFMPEG.
1 2 3 5 next
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: