Posted on June 29, 2008 by afruj
A session is a way to identify and manage the state-the session variables – for a particular user. When a user sends an HTTP request, the middle tier must process the current request in the context of the user’s session. When a session is started, the client is given a session identifier – often a [...]
Filed under: PHP, Session | Tagged: Session | 1 Comment »
Posted on June 28, 2008 by afruj
One Laptop per Child (OLPC) launched its “$100 laptop,” called the XO, in November 2007 — but at an average price of $188 each. OLPC is committed to achieving an XO-2 target price of $75 when the device launches in 2010. OLPC’s XO-2 laptop is expected to be about the same size as a textbook, [...]
Filed under: News | Tagged: one-laptop-per-child | Leave a Comment »
Posted on June 28, 2008 by afruj
As he said earlier Bill Gates Retired last day at 27th June, 2008 from Microsoft as active one(full time) after 33 years of strong growth and controversy. He still is the chairman of Microsoft. People waits to see The Microsofts future without Bill gates. Because he is the cofounder of the organization and carry this [...]
Filed under: News | Tagged: Bill Gates, Microsoft, Technological News | Leave a Comment »
Posted on June 27, 2008 by afruj
For very beginners to upload all types of images within with given maximum file size use the following code:
add code to ur interface like profile.php
<form action=”upload.php” method=”post” enctype=”multipart/form-data”>
<p>
<label for=”file”>Select an image file:</label> <input type=”file” name=”userfile” id=”file”> <br />
<button>Upload File</button>
<p>
</form>
Add code to upload.php:
<?
// Configuration – Your Options
$allowed_filetypes = array(‘.jpg’,’.gif’,’.bmp’,’.png’); // These will be the types of [...]
Filed under: PHP | Tagged: upload image | Leave a Comment »
Posted on June 27, 2008 by afruj
Do u have to upload files using PHP ? Files like .ppt, .doc, any kind of image files etc you can upload using following code. Make sure the folder where you want to upload files have write permission.
In your interface(like named resource.php) add the following code:
<form action=”upload.php” method=”post” enctype=”multipart/form-data”>
<p>
<label for=”file”>Select a file:</label> <input type=”file” name=”userfile” [...]
Filed under: PHP | Tagged: Upload Files | Leave a Comment »
Posted on June 26, 2008 by afruj
For very beginners It is not easier to display data from required mysql table into combobox in PHP. Again after call any javascript function from that control’s onClick which will submit the page, always display only first or last data into combobox as well as it takes same value as input which bother developers. So [...]
Filed under: PHP | Tagged: combobox | 6 Comments »
Posted on June 26, 2008 by afruj
17th June, 2008 was the Firefox3 download day. If you need a faster and more secure open source web browser than earlier? Use Mozilla Firefox 3 which is highly customizable for individual users by utilizing the massive library of Add-ons – additional features that users can choose to install on top of the browser. [...]
Filed under: Firefox3, News | Tagged: Mozila Firefox3, News | 2 Comments »
Posted on June 24, 2008 by afruj
You are a student and have to develop a php mysql project as part of your study. Now thinking about hosting? Wanna free hosting with ftp access for testing, bugfixing and quick uploading your project? Nothing to be worried. There are some companies that allow free php mysql web hosting for you.
000webhost.com www.000webhost.com/
zymichost.com http://www.zymichost.com/
0php.com [...]
Filed under: PHP | Tagged: PHP, Webhosting | 8 Comments »
Posted on June 17, 2008 by afruj
As a part of my thesis work I have to develop an E-learning website using CodeIgniter. My thesis work is on implementing CaSA (Classroom and Student Achievement Assessment) framework to enhance learning quality and attraction faster in Bangladesh. This E-learning framework is already implemented in University of Cincinnat successfully. It matching teachers goals and course [...]
Filed under: CodeIgniter.E-learning | Tagged: CodeIgniter, E-learning | 1 Comment »
Posted on June 13, 2008 by afruj
এই বাংলার বুকে কোন পূন্য লগনে
উদিলে তুমি জ্ঞানের রবি,
তব আলোকে জাগিল বিশ্ব
তাইত তুমি বিশ্বকবি।
অজ্ঞানতার অন্ধ ধরায়,
আনিলে নব আশার আলো
বিশ্ব প্রেমের মহান মন্ত্রে
জ্ঞানের প্রদীপ তাইত জ্বালো-
বিশ্ব প্রেমে মগ্ন হয়ে
শুধালে একি অভয় বাণী,
তব প্রেমে জন্ম লভি
ধন্য হল এই ধরণী।
Filed under: Poem | Tagged: বাংলা কবিতা, Bangla poem | Leave a Comment »