Posts

A letter for the visit to the technological developed place

Dear and Respected Sir, Thanking you a lot sir, as we have got a great Nepalese like you for developing wireless in remote mountain village of Nangi into the computer era. Sir, we the students of Nobel College with program of BCIS (Bachelor in Computer Information System) are very interested to know about the wireless implementation in those rural areas thus we have decided to visit the Nangi area and study about the wireless technology with you and your creation. Thus, we have written this e-mail to you for requesting you to let us learn the wireless technology in your village. Likewise, we can help you to broaden the wireless technologies also. But what we need from the educational tour is that you will help us learn the technologies what you are using as well as we will share our views and known technologies and knowledge that can be used or anything that we have knowledge. Our Package Style Team Member 6 students Days that we will spend with you 4

Simple hooking to catch the error in the jquery ajax

Image
Complete and success difference in the jquery ajax, how to find errors in the jquery or in ajax, jquery and ajax error handlers, find php errors in jquery or in ajax

Rupak have following module available

I have bought following module for my client so I can now implement for other client also. Module of Opencart: FEDEX module Bring Module for Norway DIBS Payment Module Facebook Login Module So on.. More at  http://rupaknepali.com.np

Rupak have following module available

I have bought following module for my client so I can now implement for other client also. Module of Opencart: FEDEX module Bring Module for Norway DIBS Payment Module Facebook Login Module So on.. More at  http://rupaknepali.com.np

Facebook things done by Rupak Nepali

How to make facebook like button for the dynamic page <iframe style="overflow: hidden; border: 0px none; width: 120px; height: 35px;" src="//www.facebook.com/plugins/like.php?href=<?php echo urlencode(" http://%22.$_server[%22server_name%22].$_server[%22request_uri/ "]); ?>&amp;layout=button_count&amp;show_faces=false&amp;width=150&amp;action=like&amp;font=arial&amp;layout=button_count"></iframe> In this <iframe make space for the facebook to comunicate with the site style="overflow: hidden; border: 0px none; width: 120px; height: 35px;" style for the frame's data src="//www.facebook.com/plugins/like.php?href=<?php echo urlencode(" http://%22.$_server[%22server_name%22].$_server[%22request_uri/ "]); ?> source file to be liked. <?php echo urlencode(" http://%22.$_server[%22server_name%22].$_server[%22request_uri/ "]); ?> url that we inserted other are optional f

Collection of function and objects

currency: set($currency): Set the currency to be used in overall site. public function set($currency) {                 $this->code = $currency;                 if ((!isset($this->session->data['currency'])) || ($this->session->data['currency'] != $currency)) {                                 $this->session->data['currency'] = $currency;                 }                 if ((!isset($this->request->cookie['currency'])) || ($this->request->cookie['currency'] != $currency)) {                                                 setcookie('currency', $currency, time() + 60 * 60 * 24 * 30, '/', $this->request->server['HTTP_HOST']);                 }                 } format($number, $currency = '', $value = '', $format = TRUE): public function format($number, $currency = '', $value = '', $format = TRUE) {                                 if ($currency &&