The Himachal Pradesh Technical University is established with the objectives for value creation and welfare in society through technical education and training, research, innovation public and private sector consultancy, entrepreneurship, continu… Read more »
Install Firefox Fire Bug without an Internet connection
It is very simple and easy process to install fire bug on any version of Mozilla Firefox Steps 1. Please visit this fire bug page https://addons.mozilla.org/en-US/firefox/addon/firebug/ it will look like this image 2. Click on add to Firefox but… Read more »
Selectors Used in CSS3
There are no ways of targeting alternate elements using CSS2 but CSS3 has added comprehensive support allowing you to style odd or even rows or even every 3rd, 4th, 5th or user defined number of rows. There are ways of doing so using javascript o… Read more »
Commonly Used Calligraphy Fonts
It is the art of writing that has different strokes, brushes and bursting with fine-art design writing. It is usually used for wedding invitations way back years ago, but recently more and more design elements are using calligraphic font style as… Read more »
Syntax Highliter for Blogger
How To Add Syntax Highlighter In Blogger? Go To Blogger > Design > Edit HTML Backup your template Search for this, ]]> 4. And just below it paste the following code. SyntaxHighlighter.config.bloggerMode = true; SyntaxHighlighter.co… Read more »
Flying Twitter Bird Widget to Blogger Post
How To Add the Twitter Flying Bird To Blogger? Go To Blogger > Design > Edit HTML Backup your template Search for And just above it paste the code below var twitterAccount = "Theallicient"; var tweetThisText = &qu… Read more »
Create Your Own Header File in C Programming
It is very simple to create own header file in c languages various steps are : 1. Open turbo c/c++ coding window and type this code 2. save this file with extension (.h) in particular dir. 3. Open new coding windows and call your header file he… Read more »
List of TCP and UDP port numbers
This is a list of Internet socket port numbers used by protocols of the Transport Layer of the Internet Protocol Suite for the establishment of host-to-host connectivity. Originally, port numbers were used by the Network Control Program (NCP) which … Read more »
Fixing Xampp and Skype port conflict issue
I these days the basic common cause for the XAMPP Apache server not starting issue is because the default port no 80 may already be in use by another program like Skype, Teamviewer etc. Only one process can use port 80 at a time. Port 80 is the d… Read more »
Fixing Skype app bug on Windows 10
Many users have been experiencing problems in the WinRT version of Skype on the Windows 10 Technical Preview, specifically with Skype not loading at all. Turns out, it’s a bug in the Webcam Privacy settings in the new Windows 10 Technical Previe… Read more »
Create Nameless Files & Folders in windows Xp
This Trick will allow you to create files and folders without any name only in windowsXp. Just follow the following Steps: 1.Select any file or folder. 2.Right click on it, press rename or simply press F2. 3.Press and hold the alt key. While holding… Read more »
Linux Commands for System Administrators
1. Uptime Command In Linux uptime command shows since how long your system is running and the number of users are currently logged in and also displays load average for 1,5 and 15 minutes intervals. # uptime 08:16:26 up 22 min, 1 user, load average… Read more »