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

Softwares/ Websites

Splayer – One of the best video players

sugatshr 2 Comments March 26, 2014

Low consumption Easy to use  Extreme compact  Smallest and most sophisticated players out there, complete installation package only 6M Safe and portable Purely portable software, no extra plug-ins, adware or spyware. Open source. Automatic Matching Subtitle Download Exquisite beautful Interfaces Transparent video play http://www.splayer.org/index.en.html

web design/ Websites

UX Design : Go deeper than sketches

sugatshr 0 Comments March 21, 2014

Getting started in UX Design?Intrigued by the process of UX design? There’s a lot of art and science behind creating a lovable user interface. uxapprentice.com site is designed to teach you the basics with an easy process to follow, and pointers for where to learn more. The process they illustrate […]

Web development/ Websites

CSS tricks

sugatshr 0 Comments March 18, 2014

CSS-Tricks* is created, written by, and maintained by Chris Coyier.  *May or may not contain any actual “CSS” or “Tricks”. http://css-tricks.com

Database/ Softwares/ Utilities

Small Application to create, edit, and print entity relationship (ER) diagrams

sugatshr 0 Comments March 11, 2014

The ER-Assistant application allows the user to create, edit, and print entity relationship diagrams. Other features include: Entities Attributes with SQL:1999 data types Relationships with cardinality and participation constraints Design justifications and diagram notes Individual object comments for entities, attributes, and relationships Generalization hierarchies Completeness and consistency checks Diagrams can […]

Web development/ Websites

uxmyths.com : Build your website based on evidence, not false beliefs.

sugatshr 0 Comments March 10, 2014

The goal of uxmyths.com is to provide evidence in user experience design that can help stakeholders move away from design decisions that are based merely on beliefs and personal opinions. They’ve collected a lot of research data, as well as facts, quotes and articles from well-known designers and web experts […]

CAKE PHP/ Web development

Multiple keyword search using like in CakePHP

sugatshr 0 Comments March 9, 2014

Controller  function searchCustomers($query=NULL){         $this->Customer->recursive = 0;                    //check if there is form input         //if there is form input write those values in session for paging        if (isset($this->data[‘Customers’][‘search’])){        $queryString = $this->data[‘Customers’][‘search’];        CakeSession::write(‘Config.query’, $queryString);        }        //if there is no form […]

Funny/ humor

Rules for the Air force Pilots

sugatshr 0 Comments March 8, 2014

Every takeoff is optional. Every landing is mandatory. If you push the stick forward, the houses get bigger. If you pull the stick back, they get smaller. That is, unless you keep pulling the stick all the way back, then they get bigger again. Flying isn’t dangerous. Crashing is what’s […]

CAKE PHP/ PHP/ PHP Framework/ programming/ Web development

CakePHP – To display two or more fields in displayField

sugatshr 0 Comments February 28, 2014

Model class UserDetail extends AppModel { public $virtualFields = array(    ‘collector_name’ => ‘CONCAT(UserDetail.first_name, ” “, UserDetail.middle_name, ” “, UserDetail.last_name)’); public $displayField= “collector_name”; } Controller $userDetails = $this->CustomerSubscription->UserDetail->find(‘list’, array(‘conditions’=> array(‘UserDetail.department_id’=>’2’))); $this->set(compact(‘userDetails’));

CAKE PHP/ Reference/ Web development

Nepal District dropdown for CakePHP

sugatshr 0 Comments February 24, 2014

echo $this->Form->input(‘district’, array(‘options’=> array(                ”    Achham    “=>”    Achham    “,            ”    Arghakhanchi    “=>”    Arghakhanchi    “,            ”    Baglung    “=>”    Baglung    “,            ”    Baitadi    “=>”    Baitadi    “,            ”    Bajhang    “=>”    Bajhang    “,            ”    Bajura    “=>”    Bajura    “,            ”    […]

PHP/ programming/ Web development

PHP foreach loop to display certain range

sugatshr 0 Comments February 19, 2014

<?php     foreach ($personnels as $key =>$personnel):     if ($key < 1) continue;?> <?php echo $personnel; ?>        <?php    if ($key > 2) break;    endforeach; ?>

«‹ 13 14 15 16 ›»

Most Viewed Posts

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

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