Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 88
Search took 0.23 seconds.
Search: Posts Made By: Ctechinfo
Forum: PHP 03-20-2013, 08:20 PM
Replies: 26
Views: 1,821
Posted By Ctechinfo
<?php if (isset($manual)) { echo '<a...

<?php
if (isset($manual)) {
echo '<a href='."$manual".'>Motherboard Manual</a>';
} elseif (isset($quickref)) {
echo '<a href='."$quickref".'>Quick Reference Guide</a>';
} elseif...
Forum: Apache configuration 03-08-2013, 11:12 AM
Replies: 0
Views: 551
Posted By Ctechinfo
Multiple vhosts 2 work/2 dont

The first two domains work as intended. The second two fallback to the first domains folder..

For instance if I put http://emachineupgraders.localhost/ into the address bar, the content for...
Forum: PHP 03-06-2013, 12:32 PM
Replies: 17
Views: 561
Posted By Ctechinfo
If you have a known error post it. I am sure...

If you have a known error post it. I am sure people here can help you sort it out..
Forum: Career, job, and business ideas or advice 03-05-2013, 09:53 AM
Replies: 3
Views: 641
Posted By Ctechinfo
The only thing I could foresee being a downfall...

The only thing I could foresee being a downfall of posting your age, would be so pespective clients may shy away from you for the mere misconception that you don't have the experience because you're...
Forum: PHP 03-04-2013, 06:54 AM
Replies: 26
Views: 1,821
Posted By Ctechinfo
So I finally got around to trying this out, on my...

So I finally got around to trying this out, on my local machine/test server.


<p align="left"><b> - </b> <?php
//Check if topic exists in database. If topic exists echo the t_id....
Forum: Career, job, and business ideas or advice 03-02-2013, 05:53 PM
Replies: 15
Views: 1,929
Posted By Ctechinfo
Quite honestly different places require/recommend...

Quite honestly different places require/recommend certain certs. So figure out what programming language you really enjoy or are good at, get certified in that, then build from there.. Then when you...
Forum: HTML & CSS 03-02-2013, 02:47 PM
Replies: 5
Views: 134
Posted By Ctechinfo
From what I have seen to have different effects...

From what I have seen to have different effects by browsers you need to specify the browser and settings accordingly:

http://www.thesitewizard.com/css/excludecss.shtml
Forum: Apache configuration 03-02-2013, 02:37 PM
Replies: 1
Views: 869
Posted By Ctechinfo
You could attempt to do a whois search on the...

You could attempt to do a whois search on the suspect domain, and get the abuse email to file a complaint...

and possible try to contact google and report the issue.
Forum: Career, job, and business ideas or advice 03-02-2013, 02:01 PM
Replies: 15
Views: 1,929
Posted By Ctechinfo
My personal input. Everyone learns differently....

My personal input. Everyone learns differently. Whether you choose online training or a classroom setting or even getting how-to books from a local bookstore or the library, that will ultimately have...
Forum: General web building 03-02-2013, 01:54 PM
Replies: 1
Views: 2,332
Posted By Ctechinfo
Anytime you enter into a situation like this it...

Anytime you enter into a situation like this it is a gamble. Unless you actually know the person doing the work or you have a reliable source to verify the perspective coders credentials you are at...
Forum: General web building 03-02-2013, 01:48 PM
Replies: 3
Views: 3,271
Posted By Ctechinfo
Probably a moot point, but I don't use...

Probably a moot point, but

I don't use filezilla so I do not know if this option is availible to you or not. With my FTP client program (FTP Commander) there is an option to mask/unmask the...
Forum: MySQL 02-27-2013, 01:32 PM
Replies: 11
Views: 644
Posted By Ctechinfo
First off, Old Pendant, sorry about not...

First off, Old Pendant, sorry about not recognizing you in my last post. Reviewing the thread this morning I realized you were the only one to reply..:o

I am still toying with the idea of this...
Forum: General web building 02-27-2013, 01:14 PM
Replies: 6
Views: 9,049
Posted By Ctechinfo
Building website traffic

I have currently have 3 domains and one of those has a few subdomains as spin-off sites.. I realize niche sites are a hard sell overall, but I am trying to figure out the best coarse of action to...
Forum: MySQL 02-18-2013, 08:13 PM
Replies: 11
Views: 644
Posted By Ctechinfo
The error posted did have spacing where the OP...

The error posted did have spacing where the OP had them, lost in copy-paste.. I fixed the CREATE TABLE but missed the rest.. thanks for the info.
Forum: MySQL 02-18-2013, 03:04 AM
Replies: 11
Views: 644
Posted By Ctechinfo
So the premise of Auto Increment is the database...

So the premise of Auto Increment is the database takes care of numbering, if that is the case why am I being forced to enter a number per entry? shouldn't the first entry start at 1, and each entry...
Forum: MySQL 02-18-2013, 01:48 AM
Replies: 11
Views: 644
Posted By Ctechinfo
Error SQL query: CREATE TABLE...

Error

SQL query:

CREATE TABLE codeNames(

boardID INT,
codeName VARCHAR( 100) ,
CONSTRAINTFOREIGNKEY boardID REFERENCES allBoards( boardID )
) ENGINE INNODB;
Forum: MySQL 02-18-2013, 01:00 AM
Replies: 11
Views: 644
Posted By Ctechinfo
Fortunately you get the jist of what I am trying...

Fortunately you get the jist of what I am trying to accomplish. The final design of the database is coming together using insight from this..

Gonna work on getting things setup, I may be back with...
Forum: MySQL 02-17-2013, 10:53 PM
Replies: 11
Views: 644
Posted By Ctechinfo
Thanks for the reply. The website this...

Thanks for the reply.

The website this database that I am collecting information for currently contains 16 folders one for each OEM manufacturer (15 known and a folder for unknown/OEM[i.e....
Forum: MySQL 02-17-2013, 08:54 PM
Replies: 11
Views: 644
Posted By Ctechinfo
ok so after a lot of tweaking I got the code...

ok so after a lot of tweaking I got the code redone and it works to the point the the table row data is displayed. I hard coded the table header for now til I figure out how to display table names...
Forum: MySQL 02-17-2013, 08:25 AM
Replies: 11
Views: 644
Posted By Ctechinfo
Stuck in database development

I am looking to setup a database for my "test server"/offline access to collect data as I find it so it will be easier to compile the data to put the info online in a more accurate fasion.

I have...
Forum: PHP 02-15-2013, 08:31 AM
Replies: 26
Views: 1,821
Posted By Ctechinfo
And in a corresponding idea/project. I am getting...

And in a corresponding idea/project. I am getting to the point I need to build a database for my own personal server that I will be able to collect information that I have found and have it...
Forum: PHP 02-15-2013, 08:17 AM
Replies: 26
Views: 1,821
Posted By Ctechinfo
Time to think seriously about database(s).. While...

Time to think seriously about database(s).. While I havent done too much with migrating to a fully database driven site I have setup a non-forum database for one section of the site. I have been...
Forum: HTML & CSS 01-21-2013, 02:02 AM
Replies: 2
Views: 290
Posted By Ctechinfo
In the grand scheme of things I am planning on...

In the grand scheme of things I am planning on xhtml/php/mysql upgrades for the site, but right now just getting the site back online with minimal tweaks.

What did exist for doc types was:...
Forum: HTML & CSS 01-21-2013, 01:20 AM
Replies: 2
Views: 290
Posted By Ctechinfo
Multiple questions dealing with frames

On the main index page for the site I am using
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">


for the "sub" pages that are shown in...
Forum: PHP 01-17-2013, 02:14 AM
Replies: 11
Views: 480
Posted By Ctechinfo
I don't anything about CCTV.. Hosting a...

I don't anything about CCTV.. Hosting a website/server there are terms and policies to abide by from your ISP. No sense in going through the whole will this work, will that work process if your not...
Showing results 1 to 25 of 88

 
Forum Jump

All times are GMT +1. The time now is 10:47 AM.