Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 39 of 39
Search took 0.04 seconds.
Search: Posts Made By: ussher
Forum: Programming 29th January 2014, 10:41 PM
Replies: 4
Views: 543
Posted By ussher
Re: Mutil file Uploader Problem

You will need to edit your php.ini file and look for 'open_basedir' and add your path to whatever is there

PHP: open_basedir in php.ini to Restrict and Limit PHP File Accesses to a Certain...
Forum: Programming 29th January 2014, 03:45 AM
Replies: 4
Views: 543
Posted By ussher
Re: Mutil file Uploader Problem

your file system is trying to write to a file outside of the allowed path set in php.ini.

You can either alter your php.ini file for your webserver to allow it to write to \Windows\Temp. OR

You...
Forum: Programming 29th January 2014, 12:36 AM
Replies: 4
Views: 517
Posted By ussher
Re: How to move content to new domain name? Wordpress

Installing wordpress is going to be easy enough but its the content your going to need.

Do you have a backup of your database?

If you do, then the instructions for moving are here:
Moving...
Forum: Programming 25th September 2012, 12:27 AM
Replies: 7
Views: 634
Posted By ussher
Re: Form posting to multiple locations

Its not supposed to be possible to do that.

with javascript you will find you will have problems posting to/from the www. and non-www. version of the site because javascript considers THAT...
Forum: Programming 15th May 2012, 11:27 PM
Replies: 15
Views: 722
Posted By ussher
Re: What to do with Reseller Account

no sense in keeping a hosting account your not using. Just like renting an apartment that you're not using.
Forum: Programming 2nd May 2012, 05:02 AM
Replies: 20
Views: 1,356
Posted By ussher
Re: Looking for a list of online programmers

odesk //I dont like odesk.
freelancer.com
scriptlance.com //cheap for web-stuff, screen your programmers carefully though.
earner.net //mine, mainly for jamroom.net projects
Forum: Programming 26th April 2012, 02:21 AM
Replies: 5
Views: 717
Posted By ussher
Re: Help me find a Coder that understands IM for my Custom Website!

heres is the impression of the person you are looking for from reading the project description:

"I want a person who is proficient in graphic design. The must also be able to turn their design...
Forum: Programming 25th April 2012, 10:09 PM
Replies: 5
Views: 717
Posted By ussher
Re: Help me find a Coder that understands IM for my Custom Website!

I posted a project on one of the project boards recently that was a plugin for a piece of desktop software written in the Java programming language.

One of the project bidders replied with "I can...
Forum: Programming 30th March 2012, 02:26 AM
Replies: 5
Views: 484
Posted By ussher
Re: Offloading processing?

take a look at https://www.trestleapp.com/

sounds like it might be what your after.
Forum: Programming 11th February 2012, 04:52 AM
Replies: 6
Views: 474
Posted By ussher
Re: help with this code

it means you forgot to end line 75 with a semicolon

bet line 75 looks something like this:
$variable = 'something'

when it should look like
$variable = 'something';
Forum: Programming 4th January 2012, 09:47 PM
Replies: 7
Views: 505
Posted By ussher
Re: Need db manager to create tabels

try this one then:
Adminer - Database management in single PHP file (http://www.adminer.org/)
Forum: Programming 26th December 2011, 10:55 PM
Replies: 7
Views: 663
Posted By ussher
Re: List Post Titles For Current Category

this any use?
WordPress › Support » How do I display post titles from current category and highlight active post...
Forum: Programming 20th December 2011, 04:06 AM
Replies: 3
Views: 694
Posted By ussher
Re: Posting DO's and DON'Ts for the programming forum

You Should NOT:
7. ask me to do your homework for you.
Forum: Programming 1st December 2011, 02:46 AM
Replies: 20
Views: 1,237
Posted By ussher
Re: Multi MySQL Queries not executing :(

missing a semicolon after that last update line, might make a difference, PhpStorm IDE is complaining about it.

Try this: (yeah the forums code blocks don't work, amazing in a programming-talk...
Forum: Programming 25th November 2011, 04:17 AM
Replies: 1
Views: 879
Posted By ussher
Re: PHP - array_map used for array looping?

its quicker to write than a foreach loop.

Good for stuff like trimming the whitespace off each of the elements in the array so you dont end up with 'something' ' something' and 'something '...
Forum: Programming 24th August 2011, 01:54 AM
Replies: 2
Views: 1,113
Posted By ussher
Re: PHP Array Flatten?

it wont be a mess if you look at it in the source code, it will be nicely laid out.

or you can put <pre></pre> tags around your array printing device to make it look pretty.

as for bringing it...
Forum: Programming 30th July 2011, 09:26 PM
Replies: 14
Views: 843
Posted By ussher
Re: Need an IM software developer/programmer for partnership for a 6 figure software

If you want a programmer to work for free for 2 months on the promise that you can then sell the software that has been built, you had better offer something about your self.

A great program does...
Forum: Programming 29th July 2011, 04:47 AM
Replies: 38
Views: 1,938
Posted By ussher
Re: I've been HACKED!

* do you ever upload stuff via wifi?
* Ever login to your account on a http:// (not https:// ) connection in a public place like starbucks or a hotel lobby?
* do you use FTP or SFTP to upload...
Forum: Programming 8th July 2011, 08:16 PM
Replies: 1
Views: 535
Posted By ussher
Re: Script for reporting 404 Error

too late if you have to wait for your customers to tell you there is a 404.

How to Find and Fix 404 Errors (http://johnlamansky.com/wordpress/404-errors/)

fix them so they never see them,...
Forum: Website Design 4th July 2011, 10:34 PM
Replies: 9
Views: 776
Posted By ussher
Re: Hey coders! This will be my first try with an advanced txt editor...

Play with a few, see what they do.

Maybe start with a non-advanced editor so you can appreciate an advanced one when it comes along.

My favorite IDE is PhpStorm
PHP IDE :: JetBrains PhpStorm...
Forum: Programming 4th July 2011, 10:23 PM
Replies: 1
Views: 552
Posted By ussher
Re: Meta data with included header

<?php
$title = "the title for this page";
$desc = "the description for this page";
$keyword = "keywords, relevant, to your, page,";
include("header.php"); ?>

then IN header.php put the...
Forum: Main Internet Marketing Discussion Forum 21st June 2011, 12:55 AM
Replies: 48
Views: 3,583
Posted By ussher
Re: Selling ebook with no website?

@Richest. :) Its blatant promo for my site, but hey, it fits.

If you have any problems, issues or whatever. Let me know. If there are any features that you want but aren't there, let me know.
Forum: Programming 16th June 2011, 01:19 AM
Replies: 36
Views: 2,011
Posted By ussher
Re: It's so Much Fun Outsourcing On ODESK! - Can't You Feel The Sarcasm??

What you damn well said you were going to do. if you couldn't deliver my project which takes 1000 hours to complete, then why did you bid "$15 and 10 days complete" on it.....!!

:)
Forum: Programming 7th June 2011, 09:32 PM
Replies: 7
Views: 505
Posted By ussher
Re: downloading and uploading from server

when i upload to my shared server where i dont have SSH access i find that the quickest way to get stuff up there if there are a ton of files is to do what paulpalm said.

* download from the PLR...
Forum: Programming 7th June 2011, 05:02 AM
Replies: 7
Views: 505
Posted By ussher
Re: downloading and uploading from server

with the vps you should have SSH.

login in via ssh and use WGET
wget 'http://domain.com/file/?search&channel=24'

will suck whatever is at that url into the directory your in.
Forum: Programming 7th June 2011, 02:00 AM
Replies: 4
Views: 2,556
Posted By ussher
Re: Make PDF not downloadable

not possible.

because you can always print anything to file even if you use javascript to hide that "save as" button.
Forum: Website Design 27th May 2011, 05:38 PM
Replies: 10
Views: 566
Posted By ussher
Re: Google Analytics?

Think the general advice on this topic is Header for more accurate reporting, Footer for faster page load times.

you page will load from top to bottom of the code. If google is the first thing...
Forum: Website Design 27th May 2011, 05:30 PM
Replies: 3
Views: 694
Posted By ussher
Re: How do I get my nav bar to look like his?

I think from reading other threads that the thesis theme has a custom.css style sheet in which your supposed to add your custom stuff, so you'll have to figure out _where_ to put it.

if altering...
Forum: Website Design 26th May 2011, 06:44 PM
Replies: 8
Views: 655
Posted By ussher
Re: Can Someone Help with Absolute Positioning

yes it is, you need to give the parent div relative positioning, then the sub elements of that positioned absolutely will be absolute in relation to the parent.
Forum: Programming 25th May 2011, 08:49 PM
Replies: 9
Views: 651
Posted By ussher
Re: cheap but quality programmer for hire?

WHM stands for Web Hosting Manager and like Jeff Hope said, it will only be present if you have a resellers account.

Resellers accounts are really useful for separating your domains. With a...
Forum: Website Design 24th May 2011, 08:25 PM
Replies: 8
Views: 936
Posted By ussher
Re: Web Design software on a budget

The whole point of gimpshop was to put gimp into a single window. That is now do-able in the core program.

Forking projects means less developers for each. No need for gimpshop now, develop the...
Forum: Website Design 24th May 2011, 08:17 PM
Replies: 4
Views: 705
Posted By ussher
Re: Can you help me code this table using html and css, please?

cant see the picture but...

If you want it inline, without a separate style sheet:
<table style="border:1px solid #FFFF00; width:500px">
<tr>
<th...
Forum: Website Design 23rd May 2011, 07:31 PM
Replies: 8
Views: 936
Posted By ussher
Re: Web Design software on a budget

gimp is very powerful, but it does things in a completely different way than photoshop.

The buttons are in different locations and called different things, the workflow is different, the key...
Forum: Programming 23rd May 2011, 07:13 PM
Replies: 12
Views: 803
Posted By ussher
Re: Need a Dependable Freelance Programming Site Recommendation

We're new, so not as many people as some of the other ones, but thats exactly what my site does. earner (.net)

Earner.net - Network for Jobs, Services, Files and Projects (http://earner.net)
...
Forum: Programming 6th May 2011, 02:29 AM
Replies: 5
Views: 1,043
Posted By ussher
Re: Dumb ? about Gmail signature

if you can see the HTML then your image tag needs a border="0" to stop the blue border from showing.

like this: (first with a border)
<a href="http://google.com"><img src="/images/g.png"></a>and...
Forum: Programming 5th May 2011, 02:21 AM
Replies: 2
Views: 602
Posted By ussher
Re: How do I get wordpress posts embedded into an html site?

Try:
<?php the_content(); ?>


WordPress Tip: Show the Latest Post in Full, Then Summaries of the Other Posts | I'd Rather Be Writing...
Forum: Programming 4th May 2011, 07:29 PM
Replies: 10
Views: 485
Posted By ussher
Re: How Can I Extract The REAL Links

the links actual location is hidden behind php. there is no way to get the links destination without writing something custom in php.

You would need to supply the list of links that you have...
Forum: Programming 24th April 2011, 11:11 PM
Replies: 12
Views: 1,175
Posted By ussher
Re: Question About PHP Object Oriented Programming (OOP)

The one big thing i find very useful about OOP as opposed to procedural is that you can clean up your function names.

if you were writing something without OOP you would need to make sure your...
Forum: Programming 8th September 2010, 11:15 PM
Replies: 6
Views: 557
Posted By ussher
Re: Any php pros around today?

Not sure why, but php code does not display correctly inside the php tags, replace the (DOLLARSIGN) with the real $ sign

// Get URL text from address bar
// example -->...
Showing results 1 to 39 of 39

 
Forum Jump


All times are GMT -6. The time now is 12:39 PM.