Soon, Free wifi to Entire world from Space

A US company is planning to build an ‘Outernet – a global network of cube satellites broadcasting Internet data to all the people on the planet – for free.
The idea is to offer free Internet access to all people, regardless of location, bypassing filtering or other means of censorship, according to the New York based non-profit organisation, Media Development Investment Fund (MDIF).
Soon, Free wifi to Entire world from Space
Read More

Understanding Screen Resolution on your PC’s Monitor

You have a monitor connected to your desktop or laptop PC, but you have no idea what resolution is, or how to change it. Maybe the type on your screen is too large or too small, and you’d really like to adjust it, but don’t know where to start. You’ve come to the right place.

What does resolution mean?

First, resolution refers to how many pixels are visible on the screen at once, pixels being the dots that make up the image. Resolution is usually expressed in width by height; for example 1024 x 768 means the display shows 1024 pixels wide by 768 pixels high.

720p vs. 1080p and so on

The particular combination of 1024 x 768 is called XGA, for extended graphics adapter. So whenever you see XGA referred to, that means 1024 x 768.
The television terminology of 720p also refers to a resolution which is a small step up from this one in width, but narrower in height: 1280 x 720. Most older, but still HD televisions are 720p.
(VGA is 640 x 480 and isn’t really relevant for PC monitors; however, if you still watch DVDs, and most of us still do, those are shown just slightly larger than VGA resolution.)
The next size major up from XGA is 1920 x 1080, also known as WUXGA, or, in much more familar fashion, 1080p. The vast majority of today’s TVs and PC monitors go up to 1920×1080. It’s worth noting, though, that most of today’s laptop screens don’t go up that high; they usually top out around 720p.
Now, 1080p can be too small to read for many people, so often someone with a 1080p capable screen will still bump their resolution down a few notches to make the graphics readable. This is preferable to increasing the font size or magnification level in Windows, two options that can cause a lot of problems.

Changing resolution in Windows

  1. Click Start (Windows Key + X in Windows 8 or 8.1)
  2. Click Control Panel
  3. Click Display when sorting by small icons
  4. Click Screen Resolution
  5. Under Resolution, change the resolution of your monitor.
Under Resolution, choose a new width/height combination.
Under Resolution, choose a new width/height combination.
You may wish to choose a lower value than is recommended so you can see everything better; the trade-off here is that less content will fit on the screen.
You’ll have many resolution choices to choose from.
You’ll have many resolution choices to choose from.
Click OK. Windows will change the resolution and ask if you’re sure. Click Keep Changes if you like how it looks, or Revert to go back to the previous resolution.
If you don’t like how it looks now, click Revert.
If you don’t like how it looks now, click Revert.
Now you know the differences between the different resolutions, and how to change it in Windows. I hope you can read this article better now!

Read More

How to make CMD look like matrix

This is a simple trick to make command prompt look like matrix

Open notepad, and paste this code into it: 


@echo off

cls

color 02

ping localhost -n 4 >nul

goto matrix

 isplayText

set /a dispvar =1

set /a len +=1

 isplayLoop

CALL SET str=%%string:~0,

%dispvar%%%

cls

echo %str%

ping localhost -n 1 >nul

set /a dispvar +=1

if ‘%dispvar%’==’%len%’ goto

enddisplay

goto DisplayLoop

:enddisplay

exit /b

:matrix

setlocal enabledelayedexpansion

for /l %%A in (1,1,39) do (

set /a rnd=!random!%%5+1

if !rnd!==1 (

set /a rnd2=!random!%%26+1

set num=1

for %%A in (I) do (

if !rnd2!==!num! (

set add=%%A

)

set /a num+=1

)

) else set /a add=!rnd!%%2

set var=!var! !add!

)

echo !var!

call :matrix



Now save it as for example matrix.bat, you can call it whatever you want, if you just remember to save it with the .bat extension.

Matrix
Read More

Easily Manage your Android Phone from your PC


Mobogenie is a free software, which lets you backup and restore the files from your phone to PC, Manage your phone and provides free apps.

How To Download:
=> Click on given Download link
=> wait for 5 sec to load and click on Skip ad
 






Read More

Find/Delete large files wasting space

A handy tool called WinDirStat (Windows Directory Statistics) can be used to easily find which files and folders are taking up the most space on your drive. From there, you can delete them and open up a ton of storage space.






Read More

Earn Money From Your Facebook and Twitter Links (URL shortening)

Adf.ly is a URL Shortener with a twist; it pays you about $0.002 every time someone clicks it. You just have to make an account, shorten URLs, then post them somewhere for people to click. 

eg. for www.shrsajan.blogspot.com shorten link http://adf.ly/RXZA1

To Register with Adf.ly click on below banner.
http://adf.ly/?id=2408278

Get paid to share your links!

or
 click this link to get started earning 
Read More

Microsoft-Access 2003 (Basic+Creating Table)

What is MS-Access ?
MS-Access is a database application program under the windows operating system. It is a member of MS-Office Package developed by Microsoft Corp. USA. It is a RDBMS(Relational Database Management System).
Database
A database is collection of related information about a system or an object. A database system, which is used to manage and manipulate the information that is in the database system is known as DBMS(Database Management System). The main object of the database table, which is used to collect and store the data.
Tables
In all types of RDBMS or DBMS system tables are the primary object and store the information. A table stores the data in tabular format with rows and columns.
Parts of a table
1.                  Fields(Columns): The name of the column, which holds the data, A table can have one or more than one fields.
2.                  Record(Row): Collection of a data horizontally, which has been organized in a tabular format is known as a record. A record always has related data. In a table there can be more than one row.
3.                  Data : The actual data this is being stored in the table
Starting MS-Access
1.          click on Start button
2.          Click on Run
3.          Type the Msaccess from the run dialog box.
4.          Click on Ok button
5.          If you want make new database file then select blank database and type the database file name
6.          Click on Create
7.          If you have already made the database file then select that existing database from open a file list.
8.          Then you will see the database window.
Creating a new table
You can create a new table in different way.
1.        Creating a table by using datasheet view.
i.                Click on Table object at database window
ii.                   Click on New …    or Click on Insert --> Table ...
iii.                  Select datasheet view from the dialog box
iv.                 Click on Ok button
Then a data sheet design view will appear.
v.             Rename the field into required field name by click double click or right button click and rename command.
vi.           Save the table and enter the records.
Renaming Field
Steps:
1. Right button click at required field heading
2.        Click on Rename
or,  Click on Format menu --> Click on Rename Column
3.        Type new name and press Enter key
Inserting Columns
Steps
1.        Click on Insert menu
2.        Click on  Column

Creating a new table by using design view
Steps:
1.        Click on Table object at data base window
2.        Click on New
3.        Select design view from the dialog box
4.        Click on Ok button.
Then a design view window will appear.
5.        Type the required field name and select required data type.
6.        If necessary type the description also
7.        You can also set the field properties for the field.
8.        At last save the table and enter the records.
Data Type
Data type refers what types of data can be store in a particular variables or fields. There 10 different types of data types in MS-Access.
1.        Text: -  Any  written text up to 255 characters in length, number that you won't be using in arithmetic calculations, and certain numbers such as zip codes, phone numbers, or product codes that contain letters, hyphens, or other nonnumeric characters.
2.        Number : - True number which can calculates the values. It contains the up to 19 digits values. You can use the Field Size, Format, and Decimal Places field properties on the General tab to control the size and appearances of numbers.
3.        Currency : - Number data type which contains the dollar amounts.
4.        AutoNumber : - A number that's assigned automatically and never changes again. Use the new values property on the General Tab to control whether numbers are assigned incrementally or randomly.
5.      Date / Time  :- It contains the date and time value. You can use the Format property on the General tab to control the appearance of the date.
6.        Hyperlink : - Hyperlink addresses. It insert the hyper link of the cell text.
7.        Lookup : - Values that come from another table, a query, or a list of values you supply. It can be used to make the drop down list box.
8.        Memo : - It is a character data type. It contains the large bodies of text up to 64,000 characters in length.
9.        OLE Object : - Any OLE object, such as a picture, sound, or word processing document or other application programs.
10.    Yes / No :- A true or false value only. It contains the tick mark for true or false.
Field Properties
You can use the field properties to input the data
Field Size : - Lets you specify the maximum length of text allowed into the field or the acceptable range of numbers. The default size for text is 50 and for numbers is long integer.
Format : - Lets you define the appearance of data in the field. For example, You can show a date as 2/14/1999 or as February 14, 1999
Input Mask : - Lets you define a pattern for entering data into the field. For help with creating the mask for a text or date/time field, click the Build button after selecting this property. The Input Mask Wizard will guide  you through each step.
Caption : - Lets you define an alternative name for the field that will be used in datasheet view and as labels when you create forms and reports.
Decimal Places : - Lets you specify the number of digits to the right of the decimal separator in a numeric field. Choose "Auto" to have the Format property determine the number of decimal places  automatically.
Default Value : Lets you define a value that's automatically inserted into field; you can type a different value during data entry, if necessary.
Validation Rule : - Lets you create an expression that tests data as it comes into the field and rejects faulty entries.
Validation Text : - Defines the error message that will appear on the screen when faulty data is entered into the field. When writing the validation text, it's best to indicate which field is invalid so the user can more easily understand what's wrong during data entry.
Required : - If set to Yes, the field cannot be left blank.
Indexed : - Lets you choose whether to index this field and whether to allow duplicates in the index.
Allow Zero Length : - If Yes, the field will accept an "empty string" as a valid entry, even if the Required property is set to Yes. The empty string will appear as two quotation marks with nothing in between (" ") when first typed into the field; those quotation marks will disappear when you move the cursor to another field.
Read More

Windows To Go




Windows To Go is a feature in Windows 8 Enterprise that allows Windows 8 Enterprise to boot and run from mass storage devices such as USB flash drives and external hard disk drives. It is a fully manageable corporate Windows 8 environment. Using Group Policy, Windows Store can be enabled for a Windows To Go workspace (limited to one PC) and Store apps can be used on that workspace.
Windows To Go USB Drive
Windows To Go USB Drive
It is intended to allow enterprise administrators to provide users with an imaged version of Windows 8 that reflects the corporate desktop and as such is aimed at enterprises. Creation of Windows To Go drives is not supported by other Windows 8 editions. However, flash drives set up by Microsoft were distributed to those who attended their BUILD developer conference held in September 2011.
Read More

Windows 8 New Features


windows 8 Features


Windows 8 includes new features, including native USB 3.0 and full 4K Advanced Format support, Microsoft account integration, Windows Store, the ability to boot from USB Flash drives with Windows To Go, and easier system restore options, among others.
Read More

Windows 8

windows 8

Windows 8 is a version of Microsoft Windows (an operating system developed by Microsoft) for use on personal computers, including home and business desktops, laptops, tablets, and home theater PCs. Development of Windows 8 started before the release of its predecessor, Windows 7, in 2009. Its existence was first announced at CES 2011, and followed by the release of three pre-release versions from September 2011 to May 2012. The operating system was released to manufacturing on August 1, 2012, and was released for general availability on October 26, 2012. Windows 8 uses version 6.2 of the Windows NT kernel.
Windows 8 introduces significant changes to the operating system's platform, primarily focused towards improving its user experience on mobile devices such as tablets to better compete with other mobile operating systems like Android and Apple's iOS. Windows 8 features a new touch user interface and shell based on Microsoft's "Metro" design language, featuring a new Start screen with a grid of dynamically updating tiles that represent applications. The Start screen replaces the "Start menu" of earlier Windows versions. There is a new appplatform with an emphasis on touchscreen input, and the new Windows Store to obtain and/or purchase applications to run on the operating system.
windows 8
In addition, Windows 8 takes advantage of new or emerging technologies like USB 3.0, 4Kn Advanced Format, near field communications,cloud computing, and the low-power ARM architecture. It includes new security features such as built-in antivirus capabilities, a new installation process optimized for digital distribution, and support for secure boot (a UEFI feature which allows operating systems to bedigitally signed to prevent malware from altering the boot process). Synchronization of certain apps and settings between multiple devices is supported.
Windows 8 was released to mixed reception. Although reaction towards its performance improvements, security enhancements, and improved support for touchscreen devices was positive, the new user interface of the operating system has been widely criticized for being potentially confusing and difficult to learn (especially when used with a keyboard and mouse instead of a touchscreen). Despite these shortcomings, 60 million Windows 8 licenses have been sold through January 2013. This includes upgrades and sales to OEMs for new PCs.
Windows 8.1 is scheduled for later in 2013, and according to Microsoft will change "key aspects" of how Windows 8 is used. TheFinancial Times called this "one of the most prominent admissions of failure for a new mass-market consumer product since Coca-Cola's New Coke fiasco nearly 30 years ago."
Read More

software development process

software development process, also known as a software development life-cycle (SDLC), is a structure imposed on the development of a software product. Similar terms include software life cycle and software process. It is often considered a subset of systems development life cycle. There are several models for such processes, each describing approaches to a variety of tasks or activities that take place during the process. Some people consider a life-cycle model a more general term and a software development process a more specific term. For example, there are many specific software development processes that 'fit' the spiral life-cycle model. ISO/IEC 12207 is an international standard for software life-cycle processes. It aims to be the standard that defines all the tasks required for developing and maintaining software.

Computer programming
Read More

Microsoft Surface Tablet PC: Specs And Features


Microsoft is the largest software maker in terms of revenue. It has its own products and licenses. The tech giant for computers released this tablet PC to grow its market. Microsoft Surface is the first tablet to pose Windows 8 version with built in applications to experience high speed and quality.

Using the keyboard cover and its magnetic spine, this Tablet PC can be transformed into a personal computer. It has ability to support all applications. It comes with the full versions of Excel, PowerPoint and Microsoft Word. It eliminates the use of an external keyboard and screen guards with its inbuilt keyboard and magnetic spine. The features of Microsoft Surface Tablet PC are listed below :
• It comes with 10.6 inch display with TFT capacitive touch screen and supports 16M colours. The display has 1366*768 pixels which can support multitouch up to 5 fingers. The density of pixels per inch is ~148ppi.
• The dimensions of this Tablet is 274.6*172*9.4 mm and weighs 680.4 g (1.50 lb.)
• It has Quad-core 1.3GHz Cortex-A9 processor powered with Nvidia Tegra 3 T30. The Graphics processing unit is powered by ULP GeForce.

• It is featured with 1.2 Megapixels primary camera with geo-tagging feature. The secondary camera also comes with 1.2 Megapixels. Both, these cameras have ability to record 720p videos @30fps (frames per second).
Microsoft Surface Table Feature
Microsoft surface Tablet Pc


• The internal storage of this Tablet varies with price like 32/64 GB. You can expand the memory using MicroSD card up to 64 GB.
• This Tablet supports 2 GB RAM for better storage of temporary memory blocks to make applications and browsing faster.
• It doesn’t support SIM. It supports direct Wi-Fi 802.11 a/b/g/n, with Dual-band for speedy browsing.
• It has Bluetooth connectivity of version 4.0 with A2DP.
• It supports sensors like accelerometer to control the tilt and motion of this tablet at various angles; while gyro can measure and support the orientation.

• It has an integrated and dedicated MIC to control active noise cancellation for good conversation.
• It supports all formats of players like MP4, DivX, MP3, WAV, etc. and also image viewer and editor to regulate documents.
• To support and withstand its life, it has non-removable Li-Ion battery of 31.5 WH which gives you 8 hours talk time.
After this Surface Tablet was released, the company fixed many problems based on the customer reviews and comments. Simply, this is a computer with sufficient number of fun features and decent work potential. This type of combinations can make Surface Tablet work great.



Read More
Sajan shrestha. Powered by Blogger.

Popular Posts

© 2012 Computer tricks and Pranks, AllRightsReserved.

Designed by Computer Tricks and Pranks