Sugat Shrestha
  • Home
  • About Me
  • nepalontheweb.com
  • PlutonicTech
  • Connect Nepal IT Solution

Quotes

Albert Einstein quotes

sugatshr 0 Comments December 15, 2011

“Never memorize something that you can look up.”“Paper is to write things down that we need to remember. Our brains are used to think.”

Tips and Tricks

How to Cancel Stuck Print Job

sugatshr 0 Comments December 15, 2011

Open Services find Print Spooler in the list, and click the Stop button. Open Windows Explorer and in location bar type %windir%System32spoolPRINTERS Delete the files but don’t delete the PRINTERS folder, just the files. Now go back to Services and click the Start button to start up the service again.

Linux

How to install GUI in Ubuntu Server Edition

sugatshr 0 Comments December 15, 2011

First type sudo apt-get install xinit To install Gnomesudo apt-get install ubuntu-desktop To install KDE issudo apt-get install kubuntu-desktop and  to install XFCE sudo apt-get install xubuntu-desktop after installing reboot the systemsudo reboot No X server by design By design, Ubuntu Server Edition does not include an X server or any […]

Tips and Tricks

Thumbnail of youtube videos

sugatshr 0 Comments December 12, 2011

Youtube generates 4 thumbnails for for every video uploade. To know the thumbnail image location, replace the 11 digit alphanumeric with your own video id  http://img.youtube.com/vi/KjNJmwwf7QA/2.jpg

Open Source/ PHP/ Tips and Tricks

How to enable error reporting in a PHP?

sugatshr 0 Comments November 27, 2011

There are two ways to enable error reporting in your PHP . 1. You can add the following function in the .php file: error_reporting(E_ALL); 2. You can add/enable the following option in the php.ini file for your web site: error_reporting = E_ALL To turn error reporting off for a single […]

RocketDock application launcher for better productivity and accessibility

Productivity/ Utilities/ Windows

RocketDock application launcher for better productivity and accessibility

sugatshr 0 Comments November 25, 2011

RocketDock is a smoothly animated, alpha blended application launcher. It provides a nice clean interface to drop shortcuts on for easy access and organization. With each item completely customizable there is no end to what you can add and launch from the dock. Now with added Taskbar support your minimized […]

Print this page button/link on webpage

JavaScript/ Tips and Tricks/ web design

Print this page button/link on webpage

sugatshr 0 Comments November 25, 2011

<form><input type=”button” value=” Print this page ” onclick=”window.print();return false;” /></form>   <a href=”#” onclick=”window.print();return false;”>Print this page</a> <a href=”#” onclick=”window.print();return false;”><img src=”images/icon_print.png”></a>

JavaScript

Simple delete confirmation

sugatshr 0 Comments November 22, 2011

<head><script type=”text/javascript”>function confirmDelete(){return confirm(‘Are you sure?rnrnThis will permanantly delete user from the database!’ );}</script></head> <body> <a onclick=”return confirmDelete();” href=”delete_user.php?id=<? echo $row_ul[‘username’]; ?>”>Delete</a> </body>

CSS/ web design

CSS box Shadow, Glow/Stroke effects

sugatshr 0 Comments November 21, 2011

BoxShadow {box-shadow: horizontal vertical blur spread color inset;} For example div {box-shadow: 2px 2px 0px #FFFFFF;} Glow/Stroke Effect – the trick is to put shadow above and below text. div {box-shadow: 2px 2px 2px #888888,-2px -0px 2px #888888;}

Google Talk: Login as Multiple Users or in multiple account

Tips and Tricks

Google Talk: Login as Multiple Users or in multiple account

sugatshr 0 Comments November 16, 2011

Create a shortcut to this setting. 1. Right-click on the desktop.2. Select New.3. Select Shortcut.4. Type or paste this into the text box:  For Microsoft Windows XP“c:program filesgooglegoogle talkgoogletalk.exe” /nomutex For Microsoft Windows7  “C:UserssugatAppDataRoamingGoogleGoogle Talkgoogletalk.exe” /nomutex 5. Click Next. 6. Name it whatever you want: Google Talk Multiple, etc.7. Click […]

«‹ 27 28 29 30 ›»

Most Viewed Posts

  • Opening CakePHP Files in Dreamweaver (14,285)
  • Connecting a second mouse or keyboard directly to a hosted virtual machine (7,472)
  • Asana · Teamwork without email (3,725)
  • Deploying Multiseat with VMware Player (3,277)
  • SQLSTATE[HY000]: General error: 1191 Can’t find FULLTEXT index matching the column list (2,523)
  • ntoskrnl.exe blocking port 80 (2,381)
  • Exclude directory from routing Options in CakePHP (2,064)
  • jQuery/AJAX file upload in CakePHP 2.x (1,880)
  • PHP Convert Number to Word in Indian/Nepali English (Lakh, Crore) (1,872)
  • Steal Like an Artist: 10 Things Nobody Told You About Being Creative (1,853)

Recent Posts

  • Yet Another Mail Merge (YAMM) – send personalized mass emails directly from Gmail
  • Query Monitor: Your Ultimate WordPress Developer Companion
  • Windows alt-tab on macOS
  • Browser Screenshots
  • Amphetamine

Archives

Categories

  • Advertisements
  • ajax
  • Android
  • apps
  • Books
  • Business
  • CAKE PHP
  • CentOS
  • Cloud
  • Coffee
  • CSS
  • Database
  • django
  • Drums
  • Engineering
  • errors
  • Flask
  • Free Stuffs
  • freeware
  • Friendship
  • Funny
  • Games
  • Graphics design
  • Hardware
  • Health
  • HTML
  • Human Resource
  • humor
  • Infographics
  • Inspirational
  • Inspiring story
  • IT
  • JavaScript
  • Jokes
  • Joomla
  • jQuery
  • Kids
  • Linux
  • Love
  • macOS
  • Management
  • mobile
  • Movies
  • music
  • MYSQL
  • Nepali
  • nerd
  • networking
  • Note
  • Office
  • Open Source
  • Operating System (OS)
  • password
  • PDF
  • Photography
  • Photoshop
  • PHP
  • PHP Framework
  • Plugin
  • Podcast
  • Poem
  • Problems
  • Productivity
  • programming
  • Project Management
  • Python
  • Quotes
  • Reference
  • Relationship
  • Security
  • Softwares
  • Sports
  • Study
  • Subversion
  • Technology
  • Tips and Tricks
  • tutorials
  • Uncategorized
  • Unicode
  • Utilities
  • VMware
  • web design
  • Web development
  • Websites
  • Windows
  • Wordpress
  • Xampp

Recent Comments

  • kampus jawa timur on How to install Android to 7″ Mini Notebook / microlaptop
  • Ram on Programming Memes
  • Sandra on SMTP Test Tool
  • free fire battlegrounds astuce on HTML Reference
  • indo-investasi.com on HTML Reference

Back to Top

© Sugat Shrestha 2025
Scroll Up