Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 15 of 15
Search took 0.02 seconds.
Search: Posts Made By: aesoft
Forum: Programming 9th August 2019, 06:56 PM
Replies: 3
Views: 133
Posted By aesoft
Re: Question about Document Write

Hello,
In case you haven't been able to resolve this yet...
You're closing the 'a' tag twice. A "self-closing" tag is when an element ends with a forward slash & greater than symbols (/>) and no...
Forum: Programming 13th November 2016, 05:31 PM
Replies: 1
Views: 299
Posted By aesoft
Re: Dreamweaver Error Message

Hello roccoandjade,

The column refers to the character position within the stated line.

Looks like you have some open quotes. Fix the quotes then see if there are problems.

For example, in...
Forum: Website Design 12th December 2010, 01:15 PM
Replies: 13
Views: 654
Posted By aesoft
Re: Website access problem?

The forward slash '/' shouldn't have any impact as to the page timing out.

From peeking at your site it looks like there are a few widgets that contact other sites for information (i.e. facebook...
Forum: Programming 11th December 2010, 02:58 PM
Replies: 2
Views: 477
Posted By aesoft
Re: PHP - How do you write a function to a text file?

Try changing the test_function() to return the value. Right now it's just set to display, "echo", the text.

Try this:
function test_function ()
{
return "Hello!";
}

That will return the...
Forum: Website Design 10th December 2010, 12:54 PM
Replies: 14
Views: 9,833
Posted By aesoft
Re: Putting border around a paragraph in wordpress

Here's the basic styling for the border:
border: 1px solid #000000;

Example with paragraph element:
<p style="border: 1px solid #000000;">Your Content</p>

Or you can use it in a CSS file (if...
Forum: Website Design 29th October 2010, 12:51 PM
Replies: 7
Views: 987
Posted By aesoft
Re: Trying to get php includes to work in an html page

So... the ONLY line in the '.htaccess' file is the one I mentioned?

Have you attempted to add it through your hosting control panel (i.e. cPanel) "Mime Types" setting instead of trying to do it...
Forum: Website Design 22nd October 2010, 08:56 AM
Replies: 2
Views: 1,133
Posted By aesoft
Re: Dynamic Headers plugins

In the wordpress 'wp-content' directory you'll need to create the sub-directory called 'header-images' and set the folder permissions to '777'. You can use either cPanel's File manager (if you're...
Forum: Website Design 19th October 2010, 11:18 AM
Replies: 5
Views: 700
Posted By aesoft
Re: Why does my website not show up in IE?

You have overlapping HTML tags. You have 2 style tags at the top and immediately after teh first 'style' tag you comment out the remaining styling because the '<!--' after the style tag isn't closed...
Forum: Programming 3rd October 2010, 12:10 PM
Replies: 5
Views: 777
Posted By aesoft
Re: What (in your opinion) is the best free resource for learning jQuery from scratch?

Here's a handy tool as well to work with jQuery:
jQuery API Browser (http://api.jquery.com/browser/)
Forum: Programming 3rd October 2010, 11:27 AM
Replies: 5
Views: 777
Posted By aesoft
Re: What (in your opinion) is the best free resource for learning jQuery from scratch?

I'd recommend starting at one of the the first two and go through the forums there:

Main Page - jQuery JavaScript Library (http://docs.jquery.com/Main_Page)
Tutorials - jQuery JavaScript Library...
Forum: Programming 3rd October 2010, 11:17 AM
Replies: 5
Views: 885
Posted By aesoft
Re: Send mail script - in Flash8

Yes, it can be... however there could be a number of different things going on. It's difficult to say.

Are the ASP scripts your (that you control and can access) or from another site/service?
...
Forum: Programming 1st October 2010, 05:33 PM
Replies: 5
Views: 885
Posted By aesoft
Re: Send mail script - in Flash8

If you don't need to actually post anything to the page, try the following:
Note: At the least, add the target name (i.e. "_self") before "POST".
getURL("http://www.nwl.net/contact/contact.aspx",...
Forum: Main Internet Marketing Discussion Forum 30th September 2010, 09:31 AM
Replies: 12
Views: 2,783
Posted By aesoft
Re: Best free stock photo site

Hello,

Not sure if these are the best, however I've used them and they do offer free stock photos and the appear to have nice selection.

www.dreamstime.com (http://www.dreamstime.com/)...
Forum: Programming 24th September 2010, 10:31 AM
Replies: 8
Views: 625
Posted By aesoft
Re: Outsourcing to India

Hello,

There's probably something more in depth in the forum, however here are a couple outsourcing sites:
www.vWorker.com (http://www.vworker.com) (formerly PlanetSourceCode.com)
www.Guru.com...
Forum: Main Internet Marketing Discussion Forum 23rd September 2010, 06:53 PM
Replies: 15
Views: 649
Posted By aesoft
Re: Any wordpress experts out there? Need help

Hello David,

Typically has to do with a the hidden line breaks within the saved file. More than likely the file is saved differently (with the than with what the software you're using to edit is...
Showing results 1 to 15 of 15

 
Forum Jump


All times are GMT -6. The time now is 11:08 PM.