News:

Go to HostNed.com Home
Welcome.  This is a place to get user-to-user support, learn more, and share ideas.  If you can't find your answers here, feel free to ask by creating a new topic or visit the support ticket system at https://my.hostned.com :)  Have fun here!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Dynaweb

#241
General Hosting / MOVED: Who wants to learn...
October 20, 2006, 09:06:59 AM
#242
Scripting / Re: web forms being hijacked by spammers
September 20, 2006, 02:45:25 PM
Our affiliate DynaWeb Designs has released their SFEPS Form to Email Script.  It is very secure and easy to set up.  Give it a try and let us know how you like it.
#243
Quote from: ctwjr on September 19, 2006, 03:11:52 PM
That is great.  I can't recall how many times I have needed this when scripting PHP code.  Hey, does anyone know how to do this in CGI?
In Perl (CGI) the function is ucfirst(). 
Or you can just use CSS:
style="text-transform:capitalize;"
Gotta love the CSS cross-platform slam-trump :)
#244
I was working on http://www.wormportal.com and in the Regional section it includes content from MySQL database.  The city names are IN ALL CAPS and looks really bad when including that on the web page (not to mention Google hates that).  I found the way to Capitalize First Letter of Each Word Using PHP.

Quoteucwords
(PHP 3 >= 3.0.3, PHP 4, PHP 5)

ucwords --  Uppercase the first character of each word in a string
Description
string ucwords ( string str )
Returns a string with the first character of each word in str capitalized, if that character is alphabetic.

The definition of a word is any string of characters that is immediately after a whitespace (These are: space, form-feed, newline, carriage return, horizontal tab, and vertical tab).

Example 1. ucwords() example

<?php
$foo 
'hello world!';
$foo ucwords($foo);            // Hello World! 

$bar 'HELLO WORLD!';
$bar ucwords($bar);            // HELLO WORLD!
$bar ucwords(strtolower($bar)); // Hello World!
?>
 
Note: This function is binary-safe.

NEAT!  :D

Official man page at http://ca.php.net/manual/en/function.ucwords.php
#245
Announcements / SPECIAL: 2 for 1 Web Hosting
August 17, 2006, 01:38:56 PM
END OF SUMMER SPECIAL: 2 for 1 Web Hosting
Now through Labor Day.  Buy any yearly hosting plan and get another hosting plan of equal or lesser value absolutely free for 12 months!

How to get the deal:
In the signup form, enter in the Comments section "2414me" and you will qualify.  The link to sign up for your free hosting will be sent to your email.

Take advantage of this very special offer before it expires!  Go  to HostNed.com today.
#246
Design Other / Re: Why error 406?
August 13, 2006, 01:13:39 PM
It could mean that there is a bot on your site trying to do SQL injections or run invalid php scripts.  Since HostNed has security to prevent this on your server, it is returning the error code instead of allowing it.
#247
Scripting / Re: using asform with hostned
July 10, 2006, 08:26:00 AM
Hi,

I can suggest three things that are commonly known to be pesky with CGI scripts:

1) Make sure all of the CGI files are in the CGI bin
2) Make sure the CGI files are uploaded in ASCII mode
3) Make sure CGI file permissions are set properly (typically 755)

I hope this helps you.  If you still have trouble, let me know.
#248
Announcements / Re: JUNE SPECIAL
July 07, 2006, 06:58:58 AM
This special is extended through July.  Do not miss out on the hot savings!
#249
Scripting / Re: URLTRENDS.com
June 09, 2006, 07:31:55 AM
Have you tried submitting the URL to Google and others?  HostNed offers a GREAT free resource for doing this easily.  Free Search Engine Submit Tool.
#250
Hi,

I can help walk you though that process if you need.  Just post your questions here as they arrise. 

HostNed was doing work on the CP a couple days ago.  That was probably what you were experiencing.  If you still have trouble accessing the control panel, open a ticket in support.
#251
There are a few different ways to achieve this.  I think the easiest way is to use forwarding or masking features of your domain name registrar.  I know DomainsNed supports this as does many top registrars.
#252
No setup fees on all web hosting accounts!  Now through June only.
#253
Critique My Site / Site I Am Re-Designing
May 23, 2006, 01:34:15 PM
This site was a shambles when I took it over a couple months ago.  Let me know how it looks to you now.
http://www.scenicrealtycompany.com
#254
Critique My Site / Re: Final Fantasy Incorporated
May 23, 2006, 01:32:44 PM
I would be VERY careful of using the name F|NAL FANTACY |NC unless you are the actual owner of the brand name.
#255
Critique My Site / Re: Adoption Website
May 23, 2006, 01:30:14 PM
The first suggestion I have for you is to make the text something more traditional as far as font and color.  Font is something you really don't want to stray too far from the heard.  Use other things such as layout, graphics and backgrounds for your "look and feel".