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

Funny/ humor/ programming

How to Tell if You’re a Programmer Geek?

sugatshr 0 Comments November 1, 2011

The more questions you answer “yes”, the more you are programmed to be a geek. I consider 256 to be a nice, round number. I become annoyed when 10K means 10,000. I start counting from 0 and end up with one less than everyone else. I end my sentences with […]

programming

Most Dangerous Programming Errors

sugatshr 0 Comments November 1, 2011

Here are the top 25 most dangerous programming errors divided into three categories: Insecure Interaction Between Components Improper Input Validation Improper Encoding or Escaping of Output Failure to Preserve SQL Query Structure (aka ‘SQL Injection’) Failure to Preserve Web Page Structure (aka ‘Cross-site Scripting’) Failure to Preserve OS Command Structure […]

Work is over!!!

Funny/ humor

Work is over!!!

sugatshr 0 Comments November 1, 2011

Free Stuffs/ Tips and Tricks/ web design/ Websites

Fav icon generator

sugatshr 0 Comments October 31, 2011

Generate fav icon for your website. How does it work ? Go to http://www.favicon.cc Choose a color.Click on the squares and paint your logo. You can also upload your image and convert to icon. Download when you are finished Put the favicon.ico file into your webserver directory  

Tips and Tricks/ web design/ Websites

Dummy Text : Bored with Lorem ipsum ………………

sugatshr 0 Comments October 31, 2011

Dummy text is text that is used in the publishing industry or by web designers to occupy the space which will later be filled with ‘real’ content. This is required when, for example, the final text is not yet available. Dummy text is also known as ‘fill text’. It is […]

ajax/ JavaScript/ Tips and Tricks/ Websites

Hide or Show div

sugatshr 0 Comments October 30, 2011

Example below shows or hides  div when a link is clicked. <html> <head> <script language=”JavaScript”>function ShowHide(divId){if(document.getElementById(divId).style.display == ‘none’){document.getElementById(divId).style.display=’block’;}else{document.getElementById(divId).style.display = ‘none’;}}</script></head> <body> <a onclick =”javascript : ShowHide(‘HiddenDiv’)” href=”javascript:;” >Show or Hide</a> <div id=”HiddenDiv” style=”DISPLAY: none” >Stuffs to be hidden or shown goes here. </div>   </body>          

Funny/ programming

programmer worry about

sugatshr 0 Comments October 27, 2011

The boy is smoking and leaving smoke rings into the air. The girl gets irritated with the smoke and says to her lover: “Can’t you see the warning written on the cigarettes packet, smoking is injurious to health!” The boy replies back: “Darling, I am a programmer. We don’t worry […]

Funny

You know you are an Internet Junkie when…

sugatshr 0 Comments October 26, 2011

When asked to your address, your answer begins with http:// Instead of calling you to dinner, your spouse sends e-mail. You chat with your fingers, not your mouth. You use Firefox 7, and you check every week whether version 8 was released. You know the difference between Java and Javascript. […]

Funny/ programming

Top Explanations by Programmers

sugatshr 0 Comments October 26, 2011

Strange… I’ve never heard about that. It did work yesterday. How is this possible? The machine seems to have a malfunction. Has the operating system been updated? The user has made an error again. There is something wrong in your data. I have not touched that module! You must have […]

PDF/ Tips and Tricks

How To Print And Copy Paste Text From Secured PDF

sugatshr 0 Comments October 22, 2011

There are times when we need to print locked PDF files or copy a portion of the text for references. So how to remove printing restrictions and text copying from secured Adobe PDF files? Just go to http://www.freemypdf.com Use this site to remove passwords and restrictions (such as printing, copying […]

«‹ 29 30 31 32 ›»

Most Viewed Posts

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

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