Sunday, April 20, 2014

How to transfer files via wifi without Cables and Internet

FEEM is WIFI file tranfering Software
Download it from official website
http://www.tryfeem.com/

Enjoy chat and local file transfers over  Wi-Fi.
Without Internet
Without cables.
Works with your awesome  pictures,  music,  videos, and documents

Saturday, April 19, 2014

How to Remove hidden Virus From Harddrive or Pendrive


If your Pen Drive is infected with any of the 

following viruses

* Autorun.inf
* new folder.exe
* Iexplorer.vbsve

* Bha.vbs
* nfo.exe
* New_Folder.exe
* ravmon.exe
* RVHost.exe
or any other files with extension.
Actually this viruses are hidden and can’t be seen even after
you enable show hidden folders.
Following simple cmd command will change the attributes of
these files ,there after you can remove it by pressing delete
key.
Follow these steps:
1) Type cmd in Run.
2) Switch to the drive on which pen drive is connected
(like C:\> h: press enter)
3) type command: attrib -s -h *.* /s /d and press enter
(don’t forget spaces).
Now you can see hidden virus files and you can delete them.
enjoy……

How To Download Youtube Videos without any software?

How To Download Youtube Videos without any software?

1. First Go to Youtube Homepage.
2. Then select the video you want to download. I will demonstrate with video url given below.
https://www.youtube.com/watch?feature=player_embedded&v=zWCX9Ix48xk
Now add save or ss or kick before youtube and press enter.
3. After adding any of the above keyword the above link will become.
https://www.saveyoutube.com/watch?feature=player_embedded&v=zWCX9Ix48xkOr
Or https://www.ssyoutube.com/watch?feature=player_embedded&v=zWCX9Ix48xk
https://www.kickyoutube.com/watch?feature=player_embedded&v=zWCX9Ix48xk
4. Now you will be redirected to a new page from where you can download youtube videos in any format of your choice. You may also download only the soundtrack of the video in mp3 format.
Thankyou and share with your friends and please it's my humble request that don't say it's a very old trick because there are many who still dont know the trick 

Sunday, April 13, 2014

See who’s tracking you online

See who’s tracking you online

Lightbeam is a Firefox add-on that uses interactive visualizations to show you the first and third party sites you interact with on the Web. As you browse, Lightbeam reveals the full depth of the Web today, including parts that are not transparent to the average user
DOWNLOAD 
FIREFOX ADD-ON
https://addons.mozilla.org/firefox/addon/lightbeam/

The Collusion Add-on 

Collusion (by Jono XDethe Elza) is an experimental add-on for Firefox ,Crome that allows you to see which sites are using third-party cookies to track your movements across the Web. It shows, in real time, how that data creates a spider-web of interaction between companies and other trackers.

DOWNLOAD 
FIREFOX ADD-ON
CROME ADD ON

Tuesday, April 08, 2014

How to Download Google books in pdf Format


Google Books Downloadloader for Windows, Android and 
Mac OS X


Google has announced the launch of its new service; Google Books. Currently, you can purchase books (U.S. only) or download more than 3 million free books from anywhere in the world using this service. 
As announced by Google, the aim of this project is to provide users with their own bookshelf on hand, no matter where they are. Purchased or downloaded books can be read using a desktop browser, as well as through mobile devices based on the Android operating system or iOS. Additionally, the books can be read on any e-reader with Adobe Digital Editions software.
As opposed to the Picasa service which provides an access to photos, the Google Books service does not allow users to download free electronic editions without digital copy protection and use them on other devices. Google Books Downloader is a little software that allows you to save these books in PDF, JPEG or PNG format (note: it supports only the books marked as "full view")

DOWNLOAD
Google Books Downloader (for Windows)

Google Books Downloader Mac (for Macintosh)
Google Books Downloader (for Android)
Adobe Reader XI (for Windows)  -->A software that lets you view and print Portable Document Format (PDF) files.

.Feature
 It gives the feature to download books in pdf fomat
 Having ability to scan maximum no of pages

Oracle/Mysql Tutorial

Oracle/Mysql Tutorial (playlist)

Thursday, April 03, 2014

How to lock folder without any software.

How to lock folder without any software.
1) Open notepad
2) Copy the following code:

cls 
@ECHO OFF 
title Folder Private 
if EXIST "HTG Locker" goto UNLOCK 
if NOT EXIST Private goto MDLOCKER 
:CONFIRM
echo Are you sure you want to lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Private "HTG Locker"
attrib +h +s "HTG Locker"
echo Folder locked
goto End
:UNLOCK
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== PASSWORD_GOES_HERE goto FAIL
attrib -h -s "HTG Locker"
ren "HTG Locker" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End

3) You can put your own password in the place of PASSWORD_GOES_HERE

4) Change the Save as type to 'All files'

5) And name your file as passwordprotected.bat or anything but don't forget to put '.bat'

6) Save and you are done . Enjoy your password protected folder without any software.

Tuesday, March 18, 2014

Cloud Computing

Cloud Computing 
Cloud computing is the delivery of computing services over the Internet. Cloud 
services allow individuals and businesses to use software and hardware that are 
managed by third parties at remote locations. Examples of cloud services include 
online file storage, social networkingsites, webmail, and online business 
applications. The cloud computing model allows access to information and computer 
resources from anywhere that a network connection is available. Cloud computing 
provides a shared pool of resources, including data storage space, networks, 
computer processing power, and specialized corporate and user applications. 

The following definition of cloud computing has been developed by the U.S. National 
Institute of Standards and Technology (NIST): 
Cloud computing is a model for enabling convenient, on-demand network 
access to a shared pool of configurable computing resources (e.g., networks, 
servers, storage, applications, and services) that can be rapidly provisioned 
and released with minimal management effort or service provider interaction. 
This cloud model promotes availability and is composed of five essential 
characteristics, three service models, and four deployment models.

Characteristics


The characteristics of cloud computing include on-demand self service, broad 
network access, resource pooling, rapid elasticity and measuredservice. On-demand 
self service means that customers (usually organizations) can request and manage 
their own computing resources. Broad network access allows services to be offered 
over the Internet or private networks. Pooled resources means that customers draw 
from a pool of computing resources, usually in remote data centres. Services can be 
scaled larger or smaller; and use of a service is measured and customers are billed 
accordingly. 

Service models
The cloud computing service models are Software as a Service (SaaS), Platform as a 
Service (PaaS) and Infrastructure as a Service (IaaS). In a Software as a Service 
model, a pre-made application, along withany required software, operating system, 
hardware, and network are provided. In PaaS, an operating system, hardware, and 
network are provided, and the customer installs or develops its own software and 
applications. The IaaS model provides just the hardware and network; the customer 
installs or develops its own operating systems, software and applications. 
Deployment of cloud services:

Cloud services are typically made available via a private cloud, community cloud, 
public cloud or hybrid cloud. 

Generally speaking, services provided by a public cloudare offered over the 
Internet and are owned and operated by a cloud provider. Some examples include 
services aimed at the general public, such as online photo storage services, e-mail 
services, or social networking sites. However, services for enterprises can also be 
offered in a public cloud. 

In a private cloud, the cloud infrastructure is operated solely for a specific 
organization, and is managed by the organization or a third party. 

In a community cloud, the service is shared by several organizations and made 
available only to those groups. The infrastructure may be owned and operated by the 
organizations or by a cloud service provider.

A hybrid cloud is a combination of different methods of resource pooling (for 
example, combining publicand community clouds).  
Why cloud services are popular


Cloud services are popular because they can reduce the cost and complexity of 
owning and operating computers and networks. Since cloud users do not have to 
invest in information technology infrastructure, purchase hardware, or buy software 
licences, the benefits are low up-front costs, rapid return on investment, rapid 
deployment, customization, flexible use, and solutions that can make use of new 
innovations. In addition, cloud providers that have specialized in a particular area 
(such as e-mail) can bring advanced services that a single company might not be 
able to afford or develop. 
Some other benefits to users include scalability, reliability, and efficiency. Scalability 
means that cloud computing offers unlimited processing and storage capacity. The 
cloud is reliable in that it enables access to applications and documents anywhere in 
the world via the Internet. Cloud computing is often considered efficient because it 
allows organizations to free up resources to focus on innovation and product 
development.

Introduction to Cloud Computing

Introduction to Cloud Computing 



When you store your photosonline instead of on your home computer, or use 
webmail or a social networking site, you are using a “cloud computing” service. If 
you are an organization, and you want touse, for example, an online invoicing 
service instead of updating the in-house one you have been using for many years, 
that online invoicing service is a “cloud computing” service. 
Cloud computing refers to the 
delivery of computing resources over 
the Internet. Instead of keeping data 
on your own hard drive or updating 
applications for your needs, you use a 
service over the Internet, at another 
location, to store your information or 
use its applications. Doing so may 
give rise to certain privacy 
implications. 
For that reason the Office of the 
Privacy Commissioner of Canada 
(OPC) has prepared some responses 
to Frequently Asked Questions 
(FAQs). We have also developed a 
Fact Sheet that provides detailed 
information on cloud computing and 
the privacy challenges it presents.

To know more about cloud Computing click here

Thursday, March 13, 2014

INTRODUCTION TO ANDROID

Introduction

The Android OS is currently the most popular OS in the world today, running on everything from
watches to HD smartphones to touchscreen tablets to eBook readers to interactive television sets.
Since there are billions of Android consumer electronics devices owned by people all over the world,
it stands to reason that developing applications for these people might just be an extremely lucrative
undertaking, given that you have the right concept and design. This book will go a long way toward
helping you to learn how to go about creating an attractive Android application which spans multiple
types of Android device types and supports multiple Android OS versions.
I wrote Learn Android App Developmentas the next level up from my Android Apps for Absolute
Beginnerstitle, targeting those readers who are more technically proficient, and who are familiar
with computer programming concepts and techniques. That being said, this would be a good
follow-on title to the Android Apps for Absolute Beginnerstitle, and both cover the latest Android 4.2.2
Jelly Bean Plus Android operating system version.
I designed this book to be a far more comprehensive overview of the Android application
development work process than most Android app development books. For this reason, this book
covers the use of a wide variety of other open source software packages, such as GIMP and
Audacity, for instance, and how their usage fits into the overall Android application development
work process. This approach serves to set this book distinctly apart from the other Android
application development titles currently on the market.
The book starts out with installing the latest Java and Android SDKs and the Eclipse IDE with the
Android ADT Bundle, and then progresses through creating a basic Android application and then
adding to that application with each chapter. We continue this process until all the major concepts
are covered and implemented in one comprehensive Android application. This approach more
closely parallels real world application development, where an application is continuously added
to over time, making it more and more robust and feature filled as time goes on, while making sure
each new feature does not cause the application to crash.
We look at Java objects and constructors, user interface design using XML mark-up, digital imaging
and graphics design, digital video and animation, audio sampling and audio sequencing, and other
advanced new media concepts and multimedia application features, as that is what is popular
xxviii Introduction
in Android application development today. We look at core Android OS areas, including Content
Providers (SQLite Databases), Broadcast Receivers, Services, and using Events, Intents, and
Activities, all in great detail.
We cover the foundational knowledge that you will need to be able to work in the more advanced
areas that the Android OS encompasses. Some of these include digital image compositing, digital
video optimization, procedural animation, database design, multi-screen resolution support, 3D
rendering, and similar advanced topics regarding which an Android developer needs to know at
least the basics in order to work intelligently within their application design and development work
process.
If you want a comprehensive overview of Android, Eclipse, Java, XML, and the Android Developer
Tools environment, as well as knowledge about how to optimally use these technologies with leading
open source new media content design and development tools, then this book will be of great
interest to you

Wednesday, February 26, 2014

Google Tips & Tricks

Google has a very large portfolio of services. While it's easy to get started, it's often hard to figure out those hidden tricks. Did you know you can create a to-do list in Gmail or make your own map with Google Maps? Did you know you could create drawings in Google Docs and edit them simultaneously with someone else? Here's some help with those hidden features and more in depth tricks.

There are a million different searches hidden in Google if you know the right syntax. Here's a few of my favorite hidden Google search tricks that you can whip out to impress your friends.

1. Get Movie Show Times


I love this trick. I can find movie show times, trailers, reviews, and driving directions for all the theaters near me, all from Google.




2. Use Google as a Dictionary
I used to go to a dictionary Web site to look up terms. Now I just use Google's define: syntax to find definitions from several dictionaries all at once.

3. Use Google as a Phonebook

Personally, I don't think Google's phonebook is nearly as efficient as some other phonebook Web sites out there, but it is easier to remember where to find it.

4. Get Quick Weather Forecasts

This is a quick way to check the forecast in the morning, before you drive to work. There's nothing worse than forgetting an umbrella or being stuck in a blizzard without a heavy coat.

5. Get Quick Stock Quotes From Google


Here's an easy trick to get a quick stock quote from Google. You do have to know the exact stock exchange symbol for the stock you'd like quoted.


6. Use Google as a Calculator

Google's calculator will calculate all sorts of things that an ordinary calculator just won't do. It's my favorite calculator to tell me how many kilometers are in a mile or how much two pints plus an ounce make.

7. Restrict Your Search to Specific Domains or Specific Countries

This is a bit esoteric, but if you work in an education institution, it's very useful to restrict your searches to just .edu sites. It's also nice to restrict your searches to only Web sites based out of certain countries.

8. Restrict Your Search to Specific File Types

Want to find .mp3 files? How about that PowerPoint presentation someone posted last month? Restrict your searches by file type and wow everyone with how quickly you can find things.

How to Improve Your Website's Google Ranking

Google's search engine, www.google.com, uses a variety of methods to determine which pages are displayed first in the results. Their exact formula is a secret, but there are a few things you can do to improve your positioning. The term for this is Search Engine Optimization (SEO). These tips may not make your website the first one to appear in the list, but they just may help you move up a little. No matter what you do, make sure you make a site that you want to visit. If you're gaming the system, sooner or later Google will figure it out and change their formula. You'll end up plummeting in the search results and wonder why.

 
Ignore spam and websites that offer to submit your website to hundreds of search engines. At best these are wastes of time or money and at worst they can actually hurt your ranking.



Link Early, Link Often

One of the biggest factors Google looks at is the hyperlink. Google looks at both links to and from your website. Google looks at the words you use in links to help determine the content of your page. Use links within web pages as a way to emphasize keywords. Rather than saying, "click here to learn more about SEO" you should say: Read more about SEO (Search Engine Optimization).

Social Networking

Social networking sites can be a good way to promote a site, but most will not affect your rank directly. Google+ promotion may be an exception


Good Design Is Popular Design

In the end, strong, well organized pages are pages that Google tends to rank higher. They're also pages that tend to become more popular, which means Google will rank them even higher. Keep good design in mind as you go, and much of the SEO will design itself.

Five Ways to Improve your Site’s Ranking (SEO)

Five Ways to Improve your Site’s Ranking (SEO)

Follow these suggestions, and watch your website rise the ranks to the top of search-engine results.
  1. Publish relevant content

    Quality content is the number one driver of your search engine rankings and there is no substitute for great content. Quality content created specifically for your intended user increases site traffic, which improves your site’s authority and relevance.
    Identify a keyword phrase for each page. Think about how your reader might search for that specific page (with phrases like “mechanical engineering in Michigan,” “best applied physics program,” or “Michigan Tech degrees”). Then, repeat this phrase several times throughout the page—once or twice in the opening and closing paragraphs, and two to four more times throughout the remaining content.
    Don’t forget to use bold, italics, heading tags, and other emphasis tags to highlight keyword phrases, but don’t overdo it.
    Never sacrifice good writing for SEO. The best pages are written for the user, not for the search engine.
  2. Update your content regularly

    You’ve probably noticed that we feel pretty strongly about content. Search engines do, too. Regularly updated content is viewed as one of the best indicators of a site’s relevancy, so be sure to keep it fresh.
  3. Metadata

    When designing your website, each page contains a space between the <head> tags to insert metadata, or information about the contents of your page. If you have a CMS site, the UMC web team will have pre-populated this data for you:
    • Title Metadata
      Title metadata is responsible for the page titles displayed at the top of a browser window. It is the most important metadata on your page. For those with a CMS website, the web team has developed an automated system for creating the meta title for each webpage.
    • Description Metadata
      Description metadata is the textual description that a browser will use in your page search return. Think of it as your site’s window display—a concise and appealing description of what is contained within, with the goal of encouraging people to enter.
    • Keyword Metadata
      Keyword metadata are the search phrases that people type when they want to find your page. You’ll want to include a variety of phrases. However, don’t get greedy: if your list becomes excessive, the browser may completely ignore the data. As a general rule, try to keep it to about 6-8 phrases with each phrase consisting of 1-4 words. A great example would be "computer science degree."
  4. Have a link-worthy site

    Focus on creating relevant links within the text. Instead of having “click here” links, try writing out the name of the destination. “Click here” has no search engine value beyond the attached URL, whereas “Michigan Tech Enterprise Program” is rich with keywords and will improve your search engine rankings as well as the ranking of the page you are linking to.
  5. Use alt tags

    Always describe your visual and video media using alt tags, or alternative text descriptions. They allow search engines to locate your page, which is crucial—especially for those who use text-only browsers.

Sunday, February 16, 2014

Monday, January 27, 2014

How to change drive or directory using cmd

For windows 7 and windows 8 users
> 1.Click on start and type cmd and hit enter
> 2.Type the destination  drive. Example if you want to go in E drive just type "E: "and hit inter

  
> 3.Now if you want to go in folder type "cd folder name". As shown below