Archive

Archive for the ‘JavaScript’ Category

Top 10 Free Web Hosting

April 21, 2011 37 comments

If you are looking for the best free web hosting available you have come to the right place. I created this top 10 free web hosting page because I was looking for the best free hosting companies. My research resulting in the creation of this page.

AwardSpace
This is my number one site for free hosting. Hosting plan includes, no ads, 5500 MB disk space, 200 GB monthly transfer, PHP, FTP, Pop Email and Free 24/7 support. Recommended.

50webs
Another great free hosting provider. In fact as good as Awardspace in my opinion. Includes no ads, 60MB disk space, Unlimited monthly transfer, FTP, Pop Email, WYSIWYG / HTML editor and Free 24/7 support.

000webhost
Upto 5 Subdomain. 1500MB disk space, 100GB Traffic, FTP, PHP, MySQL, Cron and Email.

0000Free
Free cPanel hosting with PHP, MySQL, No Ads and free domain hosting. You can get a free domain
at www.co.cc to us with this 0000webhost.

AgilityHoster
200MB Disk Space, 5GB Traffic, 2 Domains Hosting, PHP, Perl, MySQL, FTP, POP3 and Instant Activation.

LeadHoster
Includes 250MB disk space, 6GB monthly transfer, PHP, MySQL, FTP, Pop Email and Domains Hosting.

Byethost
This is one hosting provider I have used quiet a bit in the past. They provide MySQL databases & PHP Support, 5500 MB disk space, 200 GB monthly transfer and Free 24/7 support.

Zymic
Free plan includes 6000MB Disk Space, 50 GB Data Transfer, , PHP, FTP, MySQL, CGI, Pop Email, and Domains Hosted.

X10Hosting
Free cPanel hosting which includes CGI, PHP, ASP.NET, SSI, FrontPage Extensions, Perl, Perl, and Python included.

AtSpace
Top-level domain name, or Subdomain. 60MB disk space, Unlimited Traffic. Fast and reliable hosting but lacks PHP, CGI, Perl etc.

More :  Free Web Hosting – Part 2

Internet Explorer: Browser’s cookie functionality turned on/off

February 5, 2011 17 comments

If you’re seeing a message that your browser’s cookie functionality is turned off, it’s possible that you don’t have cookies enabled in your browser. Below are listed browser-specific instructions on how to enable your cookies.

Microsoft Internet Explorer

To enable cookies in Internet Explorer 7 or 8:

  1. Click Start > Control Panel. (Note: with Windows XP Classic View, click the Windows Start button > Settings > Control Panel).
  2. Double-click the Internet Options icon.
  3. Click the Privacy tab.
  4. Click the Advanced button.
  5. Select the option ‘Override automatic cookie handling’ under the Cookies section in the Advanced Privacy Settings window.
  6. Select the ‘Accept’ or ‘Prompt’ option under ‘First-party Cookies.’
  7. Select the ‘Accept’ or ‘Prompt’ option under ‘Third-party Cookies.’ (Note: if you select the ‘Prompt’ option, you’ll be prompted to click OK every time a website attempts to send you a cookie.)
  8. In the Internet Options window, click OK to exit.

To enable cookies in Internet Explorer 6:

  1. Click Start > Control Panel. (Note: with Windows XP Classic View, click the Windows Start button > Settings > Control Panel).
  2. Click the Advanced button.
  3. Select the option ‘Override Automatic Cookie Handling.’
  4. Select the ‘Accept’ or ‘Prompt’ option under ‘First-party Cookies.’
  5. Select the ‘Accept’ or ‘Prompt’ option under ‘Third-party Cookies.’ (Note: if you select the ‘Prompt’ option, you’ll be prompted to click OK every time a website attempts to send you a cookie.)
  6. In the Internet Options window, click OK to exit.

Related Article:

  1. To enable cookies in Mozilla Firefox
  2. To enable cookies in Chrome
  3. To enable cookies in Safari

GOOGLE FUN

December 13, 2009 Leave a comment

GOOGLE FUN
Try this …
It’s really cool…
1. Go to Google
2. Click images
3. Type ‘flowers’ or any other word.
4. You will get a page which is having full of images
5. Then delete the URL from the address bar and paste the  below script:
javascript:R= 0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI= document.images; DIL=DI.length; function A(){for(i=0; i<DIL; i++){DIS=DI[ i ].style; DIS.position= ‘absolute’ ; DIS.left=Math. sin(R*x1+ i*x2+x3)* x4+x5; DIS.top=Math. cos(R*y1+ i*y2+y3)* y4+y5}R++ }setInterval( ‘A()’,5); void(0)
6. See the magic of programming

Categories: JavaScript Tags:

Ajax Uploder

June 14, 2009 Leave a comment

I am new in this Script.Here I Try to make a simple uploder using CSS & Ajax code.One of My friend Himel Suggest me to study about this.And i try to make some thing easy.This is realy interesting Script for Web Application.

Here The Images of my Uploder…….

ajaxuploderloading

Categories: Ajax, CSS, HTML, JavaScript, PHP Tags: , ,

How To Get the Uploaded File Information in the Receiving Script?

June 6, 2009 Leave a comment

Once the Web server received the uploaded file, it will call the PHP script specified in the form action attribute to process them. This receiving PHP script can get the uploaded file information through the predefined array called $_FILES. Uploaded file information is organized in $_FILES as a two-dimensional array as:
$_FILES[$fieldName]['name'] – The Original file name on the browser system.
$_FILES[$fieldName]['type'] – The file type determined by the browser.
$_FILES[$fieldName]['size'] – The Number of bytes of the file content.
$_FILES[$fieldName]['tmp_name'] – The temporary filename of the file in which the uploaded file was stored on the server.
$_FILES[$fieldName]['error'] – The error code associated with this file upload.

The $field Name is the name used in the(text box).
Categories: CSS, HTML, JavaScript, PHP Tags: , , ,
Follow

Get every new post delivered to your Inbox.

Join 3,536 other followers

%d bloggers like this: