Bhupal Sapkota Software Consultant Helping founders build
and launch their ideas with code & AI

Bhupal's Newsletter

I send out occassional email with programming resources, summaries of my readings on art, science, and commerce behind technology, my writings on growing an online business etc. Feel free to subscribe, no spam!

Home

🚀 Technology Blog

Things I found userful while working on different projects.

WordPress Themes / Templates – Useful Codes

Here are few fairly basic but handy wordpress codes that a wordpress theme or template developer/designers could use as reference. i personally use these a lot while working with wordpress.   WordPress Site Name: <?php bloginfo(‘name’); ?>   WordPress Site Description: <?php bloginfo(‘description’); ?>   Wordopress: Home Page Link:   <a href=”<?php get_option(‘home’); ?>”>Home</a></p> or […]

Tagged with: •

Hello World – Ruby on Rails

None of tutorials i found around web helped me get straight to the Ruby on Rails development environment in Windows. that’s why i thought would sum up how i setup rails in my Windows XP Professional box. Yet, this was amusing (from Ruby on Rails Getting Started Guide) If you’re working on Windows, you should […]

Tagged with:

7th National ICT Student & Youth Conference – My Paper Abstract

Event 7th National ICT Student & Youth Conference Date: 15th January 2011, (Saturday) Venue: Local Development training Center, Jawlakhel, Lalitpur Time: 9:00 A.M – 4:00 pm Organized By: Information technology Society, Nepal (ITSN) Conference Theme: Youths on collaborative development Conference Tracks: Recent Trends in IT for Rural Developments Smart Data Policy IT Security Electronic Document […]

Tagged with:

7+1 Twitter tips, my experience!

1. What is on the twitter profile picture link? When we go on someone’s twitter profile we see – small profile pic, twitter username, numbers of following & followers, profile bio,  indication of you following the user or not and their tweets. Have you ever clicked on that small profile image? try clicking it and […]

Tagged with: •

Hello World – PyroCMS Module

/*———————————————————————————————Update 10/16/2011: This tutorial has been here for older version (< 1.0.x) of PyroCMS. Latest Stable PyroCMS release is v1.3.2Please download and use following tutorial files which are for PyroCMS 1.3.2: PyroCMS Hello World Module tutorial pdf for v1.3.2Download Sample Hello World Module PyroCMS 1.3.2 Pyro docs have been significantly improved over the year. You […]

Tagged with: • •

Lorem Ipsum को कथा

Do you design, be it graphics or web design? or any other form of design type settings? Have you ever used Lorem Ipsum? What is your experience using Lorem Ipsum when designing for Nepali Unicode content? “Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. […]

Tagged with:

Nepal In – PHP Arrays

What is Nepal in PHP Arrays – Project ?   Are you a PHP developer in Nepal ? or do you use MySQL in your projects. How many of you have easier access to the places & cities of Nepal in simpler arrays, that can be taken for reference and used. I am currently involved […]

Tagged with:

Few Nepalese websites and the possibilities

I have been wondering about some Nepalese products that exists online, created by Nepalese and Serving us. The list may go longer but i have selected few site that i noticed are mention worthy. I personally feel that popular sites like Google, Facebook (which killed the hi5 commity of Nepal and of the world altogether) […]

Tagged with:

Why you should Twitter ?

It’s been a year since i joined Twitter. Tweeting what i found useful out there surfing, thinking that might interest some one else out there too and tweeting my days as i am living. First day at twitter was hell. No idea about the interface. Most interesting,  sharing something would be called tweeting! I wondered, […]

Tagged with:

CodeIgniter Helpers – How to write your own?

Find yourself again and again doing CI or are you just getting started in to your next big project ? Get this book by Rob Foster. This is an easy-to-follow guide consisting of a number of projects that enable you to develop full-featured applications at a fast pace. CodeIgniter Web Application Blueprints What is here:         […]

Tagged with: •

Hello World – CodeIgniter Model – A Simple Bookmark Manager

Continued from Hello World – CodeIgniter! I’ve been a bit busy with my development works. Talking about codeigniter,i will discuss today on how we can use it to access MySql database, insert data into tables, retrieve and display them, at times delete them. We’ll create a very simple Bookmark Manager App (just for the sake […]

Tagged with: •

« Older Entries  » Newer Entries