Posts

The Essential Step-by-Step Guide to Making Your Own Website

Get Your Domain Name The first thing you need to do before anything else is to get yourself a domain name. This is the name you want to give to your website. For example, the domain name of the website you're reading is "thesitewizard.com". To get a domain name, you have to pay an annual fee to a registrar for the right to use that name. Getting a name does not get you a website or anything like that. It's just a name. It's sort of like registering a business name in the brick-and-mortar world; having that business name does not mean that you also have the shop premises to go with it. Detailed information on getting a good domain name can be found in the article Tips on Choosing a Good Domain Name. After you read that, you will need to know the steps to registering a domain name and the things you need to look out for when registering. You can find a detailed guide in the article How to Register a Domain Name. It may also be wise to take a look at some of ...

Windows 10 tips and tricks

Image
The latest version of Microsoft's main operating system is full of hidden shortcuts and behaviors. Millions of users have upgraded to Windows 10, and now the challenge is figuring out how to use it. Microsoft's flagship operating system combines elements of both Windows 7 and 8.1 but adds a few new places and interfaces as well. To check your network connections, for example, or to see a list of installed programs, the route may be unfamiliar. So if you're lost in Windows 10 right now, let us draw you a map. Windows 10's Start menu uses elements from both Windows 7 and Windows 8. The biggest change from Windows 7 is the pane of tiles on the right-hand side. If you don't like these, just right-click them and select Unpin From Start. You can also "Turn live tile off." The Twitter app, installed by default, will display a constantly updated feed that you can toggle off using "Turn live tile off." If you want to turn off an app that is not...

Introduction: Computer (Laptop) Cooling Basics

The cooling of the CPU (Central Processing Unit), otherwise referred to as "The Chip" or to laymen "The Brain" of the laptop is a dilemma that most manufacturers have to face when designing a laptop enclosure (casing) and choosing the correct CPU for it. The cooling is normally performed by a fan and some kind of metal conductor like copper or aluminum called a heat sink. The CPU, and lately the GPU (Graphics Processing Unit), are "connected" to the metal heat sink via a thermal grease or compound. This grease conducts heat but not electricity. The "trick" for manufacturers is to get rid of as much heat as possible using as small a fan and heat sink as the CPU will allow. Vents are also cut into the casing allowing the fan to suck cool air from the bottom, force it over the heat sink and blow it out the side or rear thus cooling the CPU and GPU. In more modern times copper is being used as the conducting metal, liquid is "pumped" throu...

How to fill EDV 2017, DV Lottery

How to fill EDV 2017, DV Lottery 2017 By admin |   DV lottery for 2017 is to be filled within 2016, EDV 2017 winners will leave country in 2017 they must fill their application and register it within 2016. Only after registering their application within 2016, randomly selected people will fly to the US. It has been a trend of filling a DV application online, participating in lottery and leaving the country for quality life in the US, this time it is DV 2017. People fill EDV lottery from espot, they charge you 500 for a photograph and which i consider is very high. I mean Rs.500 – Rs.1000 for just a photograph? No way, i am not paying that just of a photograph. US authorities coordinate the DV lottery have been requesting people not to pay for filing Electronic Diversity Visa (EDV) lottery. You can fill DV application from home with your simple internet connection. EDV lottery for 2017 will start accepting application in October 2015 till November 2016, this time you can fill...

Play Android Games on Your Laptop or Desktop

Many people are becoming addicted to certain Android applications, like Temple Run, 4 Pics 1 Word, Icon Mania, and some other cool game applications that are available on the Android operating system. But not all people who want to play these games have an Android device. Even if they do, they may prefer to play on a desktop computer or a Laptop. To do that, you need to use and install an Android emulator. This emulator will serve as an Android device on your Windows PC or Mac. It will let you run and play so many cool Android applications. There are many Android emulators out there, but a couple of the better ones you should try are BlueStacks or YouWave. BlueStacks is free, but it requires good computer specs. YouWave is free for 10 days, and requires a little lower specs requirements. Downloading and Using BlueStacks 1 Download BlueStacks here: http://www.bluestacks.com/ 2 Install BlueStacks and reboot your device. 3 Open BlueStacks and look on the upper right part of B...

Everest - Official Movie Trailer (Universal Pictures)

Image

what is CKfinder? and How to setup CKfinder in a website?

CKFinder is an Ajax File Manager that seamlessly integrates with CKEditor. It makes it easy to securely include files and images to content created with the editor. It takes nearly 5 minutes to complete setup: Download CKEditor and CKFinder. Put extracted code of both in one folder inside xampp as below Create index file (index.html) which will be containing the editor as below code. <html> <head> <script type="text/javascript" src="ckeditor/ckeditor.js"></script> <script type="text/javascript" src="ckfinder/ckfinder.js"></script> </head> <body>     <h1>CKEditor CKFinder Integration using PHP</h1>     <textarea id="editor1" name="editor1" rows="10" cols="80"></textarea> <script type="text/javascript"> var editor = CKEDITOR.replace( 'editor1', {     filebrowserBrowseUrl : 'ckfinder/ckfi...