Search found 33 matches
- Thu Mar 27, 2008 11:23 am
- Forum: Search Engine Indexing & Optimisation
- Topic: Get More Visitors, Google #Top Ten For Free
- Replies: 34
- Views: 15465
- Tue Jun 19, 2007 11:46 am
- Forum: Accepted Requests
- Topic: Request webhosting
- Replies: 1
- Views: 1615
Request webhosting
* First Name : John
* e-mail id : thedust07@gmail.com
* A few thoughts what you will use the hosting account for : Personal website or business website.
* Do you accept the TOS (Terms Of Service) given here? (Yes or No) : Yes.
* Package Name: Advanced Plan
Thank you
* e-mail id : thedust07@gmail.com
* A few thoughts what you will use the hosting account for : Personal website or business website.
* Do you accept the TOS (Terms Of Service) given here? (Yes or No) : Yes.
* Package Name: Advanced Plan
Thank you
- Wed Jun 13, 2007 4:18 pm
- Forum: Software
- Topic: UPHP music manager
- Replies: 12
- Views: 11668
- Wed Jun 13, 2007 3:55 pm
- Forum: Javascript (NodeJS, Angular, ReactJS, VueJS, etc)
- Topic: JavaScript--A snow storm
- Replies: 10
- Views: 6843
- Wed Jun 13, 2007 3:49 pm
- Forum: PHP
- Topic: Adjust server time in PHP
- Replies: 5
- Views: 2855
Adjust server time in PHP
Adjust server time in PHP
in PHP, we can display a date by using date() function..
eg. date("H:i.s");
now, what if for example, your locale is in singapore, and your service is specially for singaporeans (or philippines for filipinos), and your server is in US (hosting)? when you display a ...
in PHP, we can display a date by using date() function..
eg. date("H:i.s");
now, what if for example, your locale is in singapore, and your service is specially for singaporeans (or philippines for filipinos), and your server is in US (hosting)? when you display a ...
- Wed Jun 13, 2007 3:47 pm
- Forum: Webmaster related discussion
- Topic: How to display your server infomation!
- Replies: 9
- Views: 5059
How to display your server infomation!
This is something that I thought would be usefull if you followed designstudios server tutorial, this would display some infomation about your server.Very Happy
Well first...You should check your PHP info...So create a PHP file and add this:
[PHP]
<?php
phpinfo();
?> [/PHP]
Now...If this doesn't ...
Well first...You should check your PHP info...So create a PHP file and add this:
[PHP]
<?php
phpinfo();
?> [/PHP]
Now...If this doesn't ...
- Wed Jun 13, 2007 3:37 pm
- Forum: PHP
- Topic: Creating a menu system
- Replies: 1
- Views: 1895
Creating a menu system
Creating a menu system
In this tutorial I will show you how to create a simple menu system with 2 levels. You can easy integrate it into your site to get a nice and easy editable site navigation system.
Step 1.
To make a menu system easy changeable and easy readable we will separate the code ...
In this tutorial I will show you how to create a simple menu system with 2 levels. You can easy integrate it into your site to get a nice and easy editable site navigation system.
Step 1.
To make a menu system easy changeable and easy readable we will separate the code ...
- Wed Jun 13, 2007 3:33 pm
- Forum: XML, HTML & CSS
- Topic: Allow Visitors To Upload Files
- Replies: 7
- Views: 3672
Allow Visitors To Upload Files
Allow Visitors To Upload Files
Now let's talk about the <input type="file" /> which allows users to select a file for uploading to the server which will be sent to the server when submitted. The <input type="file" /> is accompanied by a browse button when rendered in a browser. When you **** the ...
Now let's talk about the <input type="file" /> which allows users to select a file for uploading to the server which will be sent to the server when submitted. The <input type="file" /> is accompanied by a browse button when rendered in a browser. When you **** the ...
- Wed Jun 13, 2007 12:10 pm
- Forum: Webmaster related discussion
- Topic: JavaScript redirection can be done in 3 ways
- Replies: 12
- Views: 6260
JavaScript redirection can be done in 3 ways
JavaScript redirection can be done in 3 ways :
1) Alert Redirect:
<html>
<script>
alert("This page has been moved to a new location. **** OK to be redirected.");
location = "http://www.yoursite.com";
</script>
</html>
2) Confirm and Redirect:
<html>
<script>
if(confirm("This page has been ...
1) Alert Redirect:
<html>
<script>
alert("This page has been moved to a new location. **** OK to be redirected.");
location = "http://www.yoursite.com";
</script>
</html>
2) Confirm and Redirect:
<html>
<script>
if(confirm("This page has been ...
- Wed Jun 13, 2007 12:08 pm
- Forum: How To
- Topic: How to reduce Firefox memory consumption
- Replies: 1
- Views: 1736
How to reduce Firefox memory consumption
Hate to admit this but sometimes I really suspect the slowness of my browsing experience comes from heavy memory usage by my Firefox, and there is nothing to replace good-of-firefox. I need to open too many tabs and cannot afford buggy Internet Explorer. Stumbled upon Techbuzz, Thilaks show a way ...