Showing posts with label how. Show all posts
Showing posts with label how. Show all posts
Monday, March 2, 2015
How to Open QR Codes
I feel like its been forever since I blogged... the beginning of the school year has been beyond crazy! Well, Im back to share with you a quick and easy tutorial: how to open up a QR code! QR codes are all the rage today so I hope this help you feel more comfortable with starting to use them!

Here is the poll!

Now for the tutorial...


Of course, this intro QR code tutorial of course means that Ill be adding another QR code tutorial to the poll: how to make pretty QR codes (if youre going to take the time to do it, you might as well make it look good!)
Read more »

Here is the poll!

You can download this tutorial as a PDF by clicking this picture!

Note: This tutorial is hosted on Google Drive. To save it from there, just open the file and click File > Download to save onto your computer!
Of course, this intro QR code tutorial of course means that Ill be adding another QR code tutorial to the poll: how to make pretty QR codes (if youre going to take the time to do it, you might as well make it look good!)
Saturday, February 28, 2015
how to Increase Internet Speed with Internet Cyclone
Every Single Internet user always thinks about "how to increase internet speed" and in my point of view every one want to know how to increase internet speed.
Well my answer is you can increase your internet speed by using Internet Cyclone.
Using this software you will gain guaranteed faster Internet speed for the time youre online. Surfing, downloading files, emailing, playing online games, and anything else you do online will be faster. This is an excellent software for slow dial-up modems as well as high speed access connections.
Internet Cyclone Preview
This software will be extremely valuable to you as you continue to upgrade your computer and connections. It will work with all internet connections and all browsers so it will still be extremely useful to you in the future. You should use Internet Cyclone as a REAL alternative to expensive upgrades.What can Internet Cyclone offers to you ?
Internet Cyclone optimizes your Windows settings automatically in order to increase internet speed or you can customize them manually.You can speed internet connection without changing your Hardware.
Works with all Browsers.
Compatible with all kind of internet connections.
Internet Cyclone will speed up web surfing, online gaming, e-mailing, chat and video conference and it will speed up downloading as well.
System Requirements:
- Intel 800 or Higher
- Microsoft(r) Windows(r) 8, 7, Vista, XP, 2003, 2000, Me, 98, 95
- 256Mb of Memory or Higher
- Any connection to the net.
- 10 MB of free disk space
Download Internet Cyclone to boost up your internet speed upto 200% from the link below.
![]() |
| Click Here to Download Internet Cyclone |
Download Internet Cyclone if your are not satisfied with your internet speed and you want to see increase in your internet speed, boost your internet and to speed up your downloading. Do let me know about your experience about these software with commenting below. Dont forget to subscribe to my blog for more use full computer tips, tricks and tutorials.
Thursday, February 26, 2015
How to Number Your Blog Comments Winners!
I tried so many different tutorials online to number my blog comments, but none of them were working and I was not about to count through all of the 146 comments on my 100 follower giveaway to find the winner!
It ends up that in addition to inserting the HTML from this tutorial, you also have to change one of your settings in Blogger!

Once you change the HTML based on that tutorial
Now.... drumroll please, its time to announce the winners!

You two can expect your items via email in just a few moments! Congrats and thanks for entering!
Read more »
It ends up that in addition to inserting the HTML from this tutorial, you also have to change one of your settings in Blogger!
Once you change the HTML based on that tutorial
- Go into "Settings" on your main blogger.
- Click "Posts and Comments."
- Where it says "Comment Location," change it to "Full Page."
- Save it and check out your numbered comments!
Now.... drumroll please, its time to announce the winners!

You two can expect your items via email in just a few moments! Congrats and thanks for entering!
Tuesday, February 17, 2015
How to Create Custom Button in VB Net
Have you ever thought of changing the look of your Buttons in Visual Basic? Then you are at right place, I’ll be showing you how you can make your own custom button controls in visual basic.
Note: If you know how to design buttons in photoshop or whatever you use then you can specifically design your own buttons and if you don’t know then not a big deal you can download our custom buttons over here: Download Custom Button Project Resource Files.
Also Read: Lab Login System Mini Project in VB.Net
Also Read: Lab Login System Mini Project in VB.Net
How to Create Custom Button in VB.Net
- Let’s get started by creating a new windows form application in visual basic.
- Go to solution explorer – Under your Project select My Project - Resources.

- Select Add Resource - Add Existing File, and browse the downloaded images.

- Now go to Project in MenuBar and select Add Class and name you class like TheCrazyProgrammerButton, BradleyButton, MissionButton or something like that.
- Remove all the existing code in the class and paste the below code.
Public Class TheCrazyProgrammersBtn
Inherits Windows.Forms.Button
Public Sub New()
Making Existing Button Transparent
Me.FlatStyle = Windows.Forms.FlatStyle.Flat
Me.FlatAppearance.BorderSize = 0
Me.FlatAppearance.MouseDownBackColor = Color.Transparent
Me.FlatAppearance.MouseOverBackColor = Color.Transparent
Me.BackColor = Color.Transparent
ReDevelop the existing Button adding image to a transparent image
Me.BackgroundImage = My.Resources._1button
Me.BackgroundImageLayout = ImageLayout.Stretch
End Sub
Private Sub TheCrazyProgrammersBtn_MouseDown(sender As Object, e As MouseEventArgs) Handles Me.MouseDown
Me.BackgroundImage = My.Resources._1button_click
End Sub
Private Sub TheCrazyProgrammersBtn_MouseHover(sender As Object, e As EventArgs) Handles Me.MouseHover
Me.BackgroundImage = My.Resources._1button_hover
End Sub
Private Sub TheCrazyProgrammersBtn_MouseLeave(sender As Object, e As EventArgs) Handles Me.MouseLeave
Me.BackgroundImage = My.Resources._1button
End Sub
Private Sub TheCrazyProgrammersBtn_MouseUp(sender As Object, e As MouseEventArgs) Handles Me.MouseUp
Me.BackgroundImage = My.Resources._1button
End Sub
End Class
- Now run your Projects once close it. After that you can see a new control named "YourClassName" in your ToolBox.
- Drag it on you windows form and you are ready to use your custom button.

- Click Here to Download Full Project -
Monday, January 26, 2015
How to know what board id official firmware does your Tablet have
What is Generic Rom?How to Recognize Tablet Board ID
Generic Rom ,generic firmwares,Stock Rom,Factory Firmwares are same thing but with different names. Stock Rom are contains complete package of currently installed tablets / Smartphones firmware or Android operating System. Generic ROM or flashing files are compatible firmware to restore android tablet back from troubleshoot. Board ID or generic ROM contain complete range of Android Tablet Camera Drivers , Touch drivers , sound , mick, kernel versions and CPU.When recognizing board id you can find same id firmware and restore your bricked android tablet .
Generic Rom /Official Firmwares only works with software and some components of android tablet hardware . Like I have flash android tablet which were facing battery problem with generic firmware , after flash battery problem was solved and battery was good to charge.
example to find board id for Generic Rom.
See image below.
What board id ,Box Chip,CPU, Official firmware does my tablet have ,What I have to do ?
With the help of board id you can find your stock rom or custom firmware . Android tablet does not show stock rom details. You need to open the tablet cover carefully and find the firmware number as shown in image.
![]() |
| example to find Board id or firmware number for android tablet pc |
Saturday, January 24, 2015
How to Hard Reset Scroll Basic Plus Android Tablet PC
Hard Reset Scroll Basic Plus 7 inch Tablet by Storage Options
You can restore or hard reset your android tablets with following firmwares in following cases .
1. Forgotten Pattern Lock on Android Tablet PC.
2.Too many pattern attempts / Reset user lock.
3. Tablets PC stuck on Gmail account.
4. Android Tablets PC stuck on Android logo.
5. Tablet Android hang on startup / Multiple errors generating by OS.
6. Google play store having problems or generating errors.
7.Upgrading to new Android OS.
6. Google play store having problems or generating errors.
7.Upgrading to new Android OS.


Press and Hold Home Button and Press power button
(From Left to Right "Home button,Menu Button,Volume Control(+-)and Power button".)




This will start wiping all user data from Android Tablet PC.

When done use Volume - down button to select restore factory setting .


Device will reboot to Main Menu. Rebooting will take some time and Menu will appear. You are done.
Other Helpful Post about Hard Reset Android Tablet PC
How to Hard Reset VOX MID V91 Android Tablet PC
How to Hard Reset Mediacom SmartPad 715i Android Tablet PC
How to Hard Reset Coby Kyros Mid 7010 WC Android Tablet PC
How to hard reset Samsung Galaxy Tab2 P5100
How to hard reset Acer Iconia A500 Android Tablet PC
How to hard reset Symphony W20 Android Tablet PC
How to hard reset Mediacom Tablets
Thursday, January 22, 2015
how to install IOS 7 on iPhone 4 4s 5
How to install IOS 7 on iPhone 4 ,4s,5
You should always perform a backup before applying any major new firmware release. If you back up your devices to iCloud or sync with iTunes via Wi-Fi, temporarily disable both options.
To disable iCloud backup, toggle the iCloud Backup switch to OFF under iOS Settings > iCloud > Storage & Backup. To disable iTunes Wi-Fi sync, tether the device to a Mac or PC via a USB cable and uncheck the “Sync with this iPhone over Wi-Fi” box under your device’s Summary tab in iTunes.
Make sure you’re running the most up-to-date version of iTunes (you should only download the latest version of iTunes from Apple’s website). Fire up the program and choose your device in the upper right part of the iTunes window. Should iTunes warn you there’s a new version of iPhone firmware update available, just cancel the prompt.
Click on the device’s name in the upper-right part of the iTunes window, navigate to the Summary tab and hit the “Back Up Now”. Fix yourself a cup of coffee as creating a backup on your computer may take a while, depending on its contents and storage capacity.
While we’re at it, update your iOS apps by going to the Updates tab in the iTunes Apps section. Now’s also a good time to copy the device backup file to an external drive (PC) or initiate a manual Time Capsule backup. To do the latter, just choose Back Up Now from your Mac’s menu bar. If you don’t see the option, tick the “Show Time Machine in menu bar” box in System Preferences > Time Machine.
To see where iTunes stores iOS device backup files on your computer, choose Preferences from the iTunes menu and navigate to the Devices tab. In case you were wondering, iOS backups keep all your app data and settings, sans your media and apps themselves because these items already exist in iTunes/iCloud.
Keeping a device backup on your computer is not only a precautionary measure, it’ll also speed up restoring your device should you encounter any issues – as opposed to restoring from an iCloud backup.
You’re now ready to install iOS 7: hit the Restore iPhone button in iTunes and wait until the software downloads and verifies the latest iOS 7 build with iOSDownload.
Monday, January 19, 2015
How to create synchronized multimedia PowerPoint presentations
Do you want to create multimedia enriched PowerPoint presentations or want to sync a PowerPoint presentation with live audio or video stream so that output can be viewed and shared online or on a DVD? Are you looking for a tool using which you can create class lectures comprised of video synced with PowerPoint slides and animations? Here are two awesome tools; authorPOINT and Microsoft Producer which let you do exactly the same.
authorPOINT
authorPOINT is a PowerPoint plugin from authorGEN. authorPOINT lets you create presentations with live audio or video from devices like webcam, handy-cam, or any other USB or fire wire based device. You can also use pre-recorded audio/video files (AVI, WMV, WAV and WMA) and sync them with PowerPoint.
Output plays video or audio side by side with PowerPoint slides. authorPOINT also lets you annotate on slides. Capture process of authorPOINT is pretty simple. authorPOINT is capabale of creating Flash as well as HTML output which you can host on your server and embed on your website or blog. authorPOINT retains all animation and sound affects in Flash as well as HTML output.
authorPOINT not only lets you create multimedia enriched presentations but also provides free online hosting and sharing on its PowerPoint sharing platform, authorSTREAM. authorPOINT is compatible with Microsoft Windows 2000, 2003, XP and Vista and runs on 32 Bit OS Versions only.
authorPOINT costs $299 for a single copy. If you are a education customer, you can apply for a special educational discount of $99 on their buy now page.
Microsoft Producer
Like authorPOINT, Microsoft Producer allows you to get an existing presentation file, capture and synchronize video and audio narration, add additional media content, and produce a unified set of content ready for viewing in a browser on your intranet , on the web or on a DVD.
Producer is powerful tool for e-learning, corporate communications and sales. You can use Producer to capture video, audio, and still images from a Web camera, a video camera (digital or analog), or from your computer screen. You can also use Producer to import existing Microsoft PowerPoint presentations, Windows Media files, still images, and HTML files, and then synchronize narrations with your video and PowerPoint presentations. You can learn more about Microsoft Producer here. Microsoft Producer can be used with PowerPoint 2007 or PowerPoint 2010 and on Windows 2000 Service Pack 3; Windows 7; Windows Vista and XP.
Unlike authorPOINT which can create Flash output, Producer gives you output only in HTML format.
Pricing
Its absolutely free. You can download Microsoft Producer here.
Using authorPOINT or Microsoft Producer you can create high quality, engaging, Rich-Media business, training or sales presentations.
Both authorPOINT as well as Microsoft Producer may require you to download MS Office Animation Runtime to view the output. However, authorPOINT s Flash output do not require Animation runtime but do need Flash player.
Read more »
authorPOINT

Output plays video or audio side by side with PowerPoint slides. authorPOINT also lets you annotate on slides. Capture process of authorPOINT is pretty simple. authorPOINT is capabale of creating Flash as well as HTML output which you can host on your server and embed on your website or blog. authorPOINT retains all animation and sound affects in Flash as well as HTML output.
authorPOINT not only lets you create multimedia enriched presentations but also provides free online hosting and sharing on its PowerPoint sharing platform, authorSTREAM. authorPOINT is compatible with Microsoft Windows 2000, 2003, XP and Vista and runs on 32 Bit OS Versions only.
authorPOINT presentation uploaded on authorSTREAM
See more presentations by aplite | Upload your own PowerPoint presentations
Price and discounts
Price and discounts
Player branding
If you want to get a custom player for output created by authorPOINT, you need to shell out $200 more. authorPOINTs Unbranded player has no logo or any other reference to authorGEN. You can buy it for $ 200 from authorPOINTs Buy Now page. You can also send your own logo in gif, png or flash (recommended) format, and they will put that in custom player instead of theirs.
Microsoft Producer

Producer is powerful tool for e-learning, corporate communications and sales. You can use Producer to capture video, audio, and still images from a Web camera, a video camera (digital or analog), or from your computer screen. You can also use Producer to import existing Microsoft PowerPoint presentations, Windows Media files, still images, and HTML files, and then synchronize narrations with your video and PowerPoint presentations. You can learn more about Microsoft Producer here. Microsoft Producer can be used with PowerPoint 2007 or PowerPoint 2010 and on Windows 2000 Service Pack 3; Windows 7; Windows Vista and XP.
Unlike authorPOINT which can create Flash output, Producer gives you output only in HTML format.
Pricing
Its absolutely free. You can download Microsoft Producer here.
Using authorPOINT or Microsoft Producer you can create high quality, engaging, Rich-Media business, training or sales presentations.
Both authorPOINT as well as Microsoft Producer may require you to download MS Office Animation Runtime to view the output. However, authorPOINT s Flash output do not require Animation runtime but do need Flash player.
Labels:
create,
how,
multimedia,
powerpoint,
presentations,
synchronized,
to
Tuesday, January 13, 2015
How to Install Windows from USB Disk

Today Im gonna share a very useful tip with you. In this post, you will learn - how to create a bootable USB disk (pen drive) for Windows/ Linux. And this is the easiest way to install Windows from USB disk. Earlier, I wrote about creating bootable Windows disk.
If your PC doesnt have a DVD drive, or if your DVD drive is not functioning properly, you can use your pen drive to install Windows. And notebooks dont have DVD drive usually. To install Windows there, you must require a bootable pen drive.
This post applies to:
- Windows 7
- Windows 8
- Windows 8.1
I havent tested this technique for Windows XP. Maybe this will also work there. But Im not 100% sure about XP.
In order to install Windows from USB Flash Drive, you need the following tools:
- A USB Flash Drive/ Pen Drive (8 GB Recommended)
- Windows ISO Image
- Rufus - to create bootable USB disk
Step 1 - Get Windows ISO Image
Hopefully, all of you got an 8 GB pen drive. Now your task is to get an ISO image of your Windows. If you have a Windows Installation disk, you can prepare the ISO file using ISO Creator or by Infra Recorder.
Step 2 - Create Bootable Disk
Now youve to create a bootable flash drive by Rufus. And then youre ready to install Windows from pen drive! Download Rufus from this link. Its just 616 KB.
- Insert your pen drive. Back up the necessary files of it (if any). And perform a quick format.
- Run Rufus from your PC just by double click.
- Device - Your pen drive, Partition Scheme - for BIOS and UEFI, File System - NTFS, Cluster Size - Default, Type your Windows Name in Volume > Choose Quick Format > Create a Bootable Disk using ISO Image > Hit on the CD icon and locate your ISO file > Select Extended Labels and Icon Files > Hit on the Start button to launch the operation.
- This may take a few minutes. Then you will get a confirmation message. Done!
You can follow the image below:

Step 3 - Boot from USB Flash Drive
Restart your system. To access BIOS settings, you need to press F1 in case of Intel Mainboard. Gigabyte users will press Del key. And most other mainboards use F1 key to access to the BIOS utility.
Now depending on your BIOS version, there could be different interface styles. But the basic option you need to find is - The Boot Priority or The Boot Order.
To install the Windows from a USB disk, you need to select - Boot from USB Drive. Now Save and Exit from BIOS. Restart your PC. Now you will see the following message -
Press any key to boot from USB...
Now press enter to start installing Windows from USB disk! If you face any problem, please leave a comment . . .
Wait a Minute!
Wait a Minute!
When your PC copies files from the disk and restarts, the installation process may start again. If this happens to you, simply remove your pen drive and continue the installation process.
Stay with Marks PC Solution to get more interesting IT topics!
Monday, January 12, 2015
How to Download a Part of YouTube Video

Most people download the whole YouTube video even when he needs a small portion of that video. And certainly this wastes huge amount of data as well as valuable time. But you can easily cut an YouTube video and download only the part you need out of a large video!
Background Story
Couple of weeks ago I was searching for an old Bengali song on YouTube. But it was not available in the largest video sharing site of the world! Fortunately, I got the full movie instead of the song. And that movie is 2.5 hours long. What should I do now? Download the full movie for a 5-minute song? Even the 3gp format of this movie is over 400 MB. When the song is only 12 MB.
Though I know hundreds of different ways to download videos from YouTube, but I never think of downloading a small part. Then I googled to find out a way. And you will be happy to know that I got something there! Today Im gonna share how to download a part of YouTube video instead of full video.
Clip Converter: Free Online Media Recorder
Actually Im gonna talking about a site which will do the cutting process for you - Clip Converter. With the help of this site, you can -
- Download & Convert Videos into MP3, MP4, 3GP, AVI etc.
- Cut and download a specific portion of the large videos.
Instruction
First of all, you need to find your desired video from YouTube. Then open that video and copy the URL from the address bar. You can close YouTube to save your bandwidth. Now follow the link below:
Clip Converter.cc
Paste the video link in Media URL option and hit on the Continue button. After hitting the Continue button, this site will be looking for necessary information of the video ie. screenshot, filename etc.
Now if you simply wanna download the video, without cutting or converting, choose the download format from available options ie. MP3, MP4 or 3GP. Then hit on the Start button. You will be redirected and wait for a few seconds to get the Download button. When the Download button appears, download the video.
Downloading the Part of a Video
The procedure is almost similar to the previous one. You have to enter the video URL and then choose a download format ie. 3GP. But you need to choose conversion options here as follows:
Here I choose 3GP format. When you unmark the options Start of Video and End of Video, you will be able to cut the video. But you must know the exact time of the part you wanna download. Now enter the starting and the ending time of your video as HH:MM:SS. Then hit on the Start button and wait for the download button to be appeared. As soon as you get the download button, you can download your specific part of the video!
Note: Always load this site completely. Otherwise some button could be missing and you may not be able to see the Download button.
Remember, there are several large download buttons in this site. Never click on these download buttons. Because these are Ads only. Only use those buttons which shows in my screenshots.
Stay with Marks PC Solution to get more interesting IT topics!
Sunday, January 11, 2015
HOW TO DRAW A BURGER IN MS WORD
MICROSOFT WORD DRAWING PROJECT No. 48
TITLE: HOW TO DRAW A BREAKFAST BURGER IN MS WORD
TYPE: FINE ART / DIGITAL DRAWING
Here is a pencil drawing of a breakfast burger which I used as reference for a digital drawing in MS Word. Yes, the word processor can draw a burger. This burger was drawn with the Curve line tool. The colour effects were created with Shape Fill and Shape Outline options. You can also draw it with the older versions, just that the Drawing program Toolbar is situated at the bottom of the screen or at the taskbar. You start by drawing the two halves of a bread roll and then between them you draw the burger, a fried egg and a slice of cheese. Use the Order commands to reposition the drawing objects. Finally, draw some black sesame seeds on top of the bread roll and you get yourself a tasty looking burger!

This is the pencil drawing of a breakfast burger.

This is the digital line drawing of a breakfast burger.

This is how the digital drawing of a breakfast burger looks like in colour. Applying colours to an artwork does enhance its appearance to a greater degree.
Subscribe to:
Posts (Atom)

