Owner: Jayesh Blog URL:http://blog.jayesh.com.np Join Date: Thu, 03 Jul 2008 05:56:11 -0500 Rating:0 Site Description: Blog for all. Site statistics:Click here
Some mathematics tricks for ease 2008-07-01 07:07:41 If you are suffering pain using calculator for simple mathematics
solutions. Then I hope tricks
, I am listing here, really help you.
Check it out >>>
Multiply by Eleven(11)
The eleven times table has always been very easy to learn up to nine[(1 to 9) * 11]. Here’s a way of multiplying large numbers by 11 [...]
How to generate CAPTCHA? 2008-06-30 05:35:04 CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) is a simple test to determine if a user is a computer or a human. It’s is a type of challenge-response test used in computing to ensure that the response is not generate
d by a computer.
CAPTCHA helps to prevent spam abuse on the [...]
How can I embed “Google Search” box in my web-site? 2008-06-27 01:10:22 Dear friends, you may be wandering how to embed
“GoogleSearch
” box in your website. Do not worry it’s so simple to add it.Google itself actually provides you a nice page along with HTML code. Just what you need to do is copy and paste it onto your web page.
NOTE :: Layout can be changed, [...] Read more:Google Search
How to create folder without name? 2008-06-25 08:08:40 Do you wish to know some of the tricks regarding to computer? If your answer is “YES” then do not delay. Such tricks usually create
s fun and you don’t know when it kills your time. Are you ready to grab it…Then let’s go
##########
Trick 1.
##########
Step 1. Create a new folder with [...]
what are the streaming methods? 2008-06-24 23:51:15 Streaming Methods
There are two ways to view media on the internet (such as video, audio, animations, etc): Downloading and Streaming.
Downloading
When you download a file the entire file is saved on your computer (usually in a temporary folder), which you then open and view. This has some advantages (such as quicker access to different parts [...]
Streaming 2008-06-24 05:39:59 What is streaming?
We need to know first “what streaming is?”
Streaming
is a technology for playing audio and video files (either live or pre-recorded) from a Web page. A user can view the audio or video files directly from the Web server for immediate playback. This avoids time consuming downloads of large files.
[Streaming may also [...]
Hello world! 2008-06-24 01:55:27 Welcome to WordPress. This is your first post. Edit or delete it, then start blogging! Read more:Hello
, Hello world
Counting the file that has been downloaded 2008-07-16 01:58:26 In former post related to the download, I have tried showing how can we let our files to get downloaded
by clients. Now next thing is, you may also want to count the numbers of files that have been downloaded. So my main motive to place this post is to help you count you files [...] Read more:Counting
Some beliefs on Politics and its terms 2008-07-15 04:48:08 Each people belong to one country by birth and each country is ruled under Politics jumble. The word politics comes from the Greek word “polis”, meaning the state or community as a whole. So, each people have rights to know, in which principles, their nation is under. Some says “Politics is dirty game”; some argues [...] Read more:beliefs
How can I let download my file ? 2008-07-09 01:57:59 Normally, Downloading is the process of taking a file from a computer on the Internet and saving that file on your computer. Are you searching for the PHP source code for downloading the file? Then, you are at the right place. Here is a simple PHP code, that let the file to download; you [...]
What is google bomb? 2008-06-24 01:55:27 A Google bomb or Googlewash(also referred to as a 'link bomb') is Internet slang for a certain kind of attempt to influence the ranking (called PageRank) of a given page in results returned by the Google search engine.This can have political reasons and discredits a person, or is done for fun as part of a [...]
Accessory in file upload 2008-07-25 02:33:22 Before allowing to upload file, you make like your users to check and secure the file.You may like to check extension and allow particular file (eg.image file only), check size, and others.So, I am listing some accessory which you may wish to have.
[ function checking extension of the file ]
You can check the [...] Read more:Accessory
How to limit file size during file uploading using PHP? 2008-07-24 06:39:00 I expect that the previous post regarding to the file upload becomes beneficial to you. Now let us become more specific. You may like to restrict user in many circumstances. So, today I am going to deal with the restriction made to the file size during the file uploads. There may be many solutions. [...]
Uploading the files using PHP 2008-07-22 06:00:15 I think you have got a lot of tutorial regarding to the file upload. Uploading
a file in PHP is not a great deal. If you are still confound and searching for the uploading stuff then let me help you. Do not worry, it’s simple. You may just copy and paste to use it.
Firstly you [...] Read more:files
Getting Child 2008-11-20 03:26:02 During my project, I need a code to show the items and it’s corresponding child, of certain category. So, finally I come up with this code. If you are also in sort of such problem and wondering how to get the child of its parent (tree),then this piece of code may acts as your helper.
This [...]