Sugat Shrestha
  • Home
  • About Me
  • nepalontheweb.com
  • PlutonicTech
  • Connect Nepal IT Solution
505px-Melbourne_airport_control_tower_and_united_B747.jpg

Funny/ humor

Hilarious conversations between airplane pilots and their control tower

sugatshr 0 Comments January 11, 2017

From an unknown aircraft waiting in a long takeoff queue: “I’m bored!” Ground Traffic Control: “Last aircraft transmitting, identify yourself immediately!” Unknown aircraft: “I said I was bored, not stupid!” O’Hare Approach Control to a 747: “United 329 heavy, your traffic is a Fokker, one o’clock, three miles, Eastbound.” United […]

CAKE PHP/ PHP Framework

Auto-Submit Dropdowns, With No Submit Button in CakePHP

sugatshr 0 Comments January 4, 2017

<?php echo $this->Form->create(‘Drinks’);echo $this->Form->input(‘drink’,      array(“onchange”=>”this.form.submit()”,           “options”=> array(                “Tea”=>”Tea”,            “Coffee”=>”Coffee”,            “Juice”=>”Juice”            ),       ’empty’ => ‘What would you like to have?’));           echo $this->Form->end(); ?>

20-habits-altucher-graphic.jpg

Business/ Inspirational

The 20 habits of eventual millionaires

sugatshr 0 Comments December 23, 2016

Android/ apps

Goal Tracker & Habit List

sugatshr 0 Comments August 30, 2016

Do you want to change habits? Track goals? Accomplish resolutions?Goal Tracker & Habit Streak will help you by keeping track of your progress. It is inspired by Jerry Seinfeld’s Productivity Secret:”Get a big wall calendar that has a whole year on one page and hang it on a prominent wall. […]

copy_paste.jpg

Productivity

Cut, copy and paste keyboard shortcuts for left-handers

sugatshr 0 Comments August 2, 2016

Usually, to cut, copy and paste, we use the Ctrl+X, Ctrl+C, and Ctrl+V respectively. But if you use mouse with left hand then it is difficult to use the above mention shortcuts. So alternatives shortcuts are as follows. Cut: Shift+Delete Copy: Ctrl+Insert Paste: Shift+Insert They work on Windows, Gnome and […]

CAKE PHP/ PHP/ Web development

Caching Queries in CakePHP

sugatshr 0 Comments July 12, 2016

Configure Cache in app/Config/bootstrap.php Cache::config(‘long’, array(    ‘engine’ => ‘File’,    ‘duration’ => ‘+1 hours’,    ‘probability’ => 100,    ‘path’ => CACHE . ‘long’ . DS,));cache file will be written in apptmpcachelongIn controller (ArticlesController) public function latest_news ($limit=NULL) {    $data = Cache::read(‘latest_news’, ‘long’);        if (!$data) {        $data = array(‘fields’=>array(‘id’,’title’),         ‘conditions’=>array(‘Article.published’=>1),                  […]

JavaScript/ jQuery/ Web development

Disable submit button after form submission

sugatshr 0 Comments May 29, 2016

<script> $(function(){     $(“.class_of_button”).click(function () {       $(“.class_of_button”).attr(“disabled”, true);       $(‘#Form_id’).submit();     });   }); </script>

Game of Thrones

Uncategorized

Game of Thrones

sugatshr 0 Comments May 29, 2016

Lord Snow (s1, Ep3)Benjen Stark: You know, my brother once told me that nothing someone says before the word “but” really counts.  A Golden Crown (s1, Ep6)Syrio Florel: There is only one god and his name is Death, and there is only one thing we say to Death: “Not today”.  […]

CrystalDiskInfo: open source hard disk monitoring

Hardware/ Utilities

CrystalDiskInfo: open source hard disk monitoring

sugatshr 0 Comments May 25, 2016

We may be able to save our valuable data before it’s too late if we know the condition of our hard drives. Normally hard drive crashes are not random. All modern drives have a monitoring technology called S.M.A.R.T. (Self Monitoring Analysis and Reporting Technology) that continuously monitors a number of […]

Web development/ Websites

Punycode converter

sugatshr 0 Comments May 24, 2016

We can not use Unicode domain name directly. We have to convert it to Punycode. Punycode is a way to represent Unicode with the limited character subset of ASCII supported by the Domain Name System. Punycode is intended for the encoding of labels in the Internationalized Domain Names in Applications […]

«‹ 5 6 7 8 ›»

Most Viewed Posts

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

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