Posts

Showing posts with the label Information Technology

YouTube Icon with Link in the Video Description

Image
This is a simple and valuable tip for YouTube video uploaders to share the internal and external URLs in the video description. While entering the URLs in the video description, we must type the whole URL. For example, https://www.biob.in ( Not www.biob.in or biob.in ). Moreover, for YouTube channel names/handles, it must be with full URL (including valid handle name prefix by @). For example, https://youtube.com/@AKBIT ( Not /@AKBIT or @AKBIT ). YouTube automatically parses the URLs and replaces the YouTube URLs with a YouTube icon. Instead, the handle name can be hyperlinked by typing the at the rate of symbol ( @ ) followed by the handle name @AKBIT . Meanwhile, you have to select the exact handle from the dropdown list box. YouTube Video Description A sample YouTube video description with URLs are below, A simple video tutorial to convert chemical structures in the image to a 3D molecule using online OSRA (Optical Structure Recognition Application) tool. The resour...

Technical Questions

Image
1.You have been asked to review instructions in a .PDF file, but the file doesn't open. What is a typical troubleshooting step for this issue? Reinstall or update Adobe Reader Ask for another copy of the file Open the file with Notepad Convert the file to a different format 2. In Windows Vista, Windows 7, or Windows 8, what is the Snipping Tool used for? To create audio snippets To crop photos uploaded from a camera To edit movies To capture and create screenshots 3. An application is not responding; how would you force the application to close? Restart the computer Click on the red X icon on the application Open the task manager, select the application, and click End Task Open Programs and Features, select the application, and click Uninstall 4. In Windows Vista, Windows 7, and Windows 8 where are recently downloaded files stored by default? C:\Users\username\Downloads\ C:\Documents and Settings\username\Downloads\ C:\Program Files\ C:\P...

Converting XAMPP into XAMPPP

Image
This tutorial explains about a simple method to configure Apache, PHP, MySQL, Perl and Python in windows platform. In this tutorial, I have used the latest operating system (Windows 8.1 Enterprise Edition 64-bit) and latest softwares - XAMPP 1.8.3 and Python 3.3.0. Refer official site of XAMPP and Python for installation instructions. XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. The XAMPP 1.8.3 contains of Apache, MySQL, PHP + PEAR, Perl, mod_php, mod_perl, mod_ssl, OpenSSL, phpMyAdmin, Webalizer, Mercury Mail Transport System for Win32 and NetWare Systems v3.32, Ming, FileZilla FTP Server, mcrypt, eAccelerator, SQLite, and WEB-DAV + mod_auth_mysql. The default configuration of Apache is perfectly linked with MySQL, PHP and Perl. Since Perl and Python run under common gateway interface (CGI), configuring Python CGI with XAMPP is very easy. To convert XAMPP into XAMPPP, we have to change the existing AddHandler Apache configuration command to AddHa...