Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 125
Search took 0.38 seconds.
Search: Posts Made By: njfail
Forum: HTML & CSS 04-20-2013, 01:45 AM
Replies: 1
Views: 197
Posted By njfail
Creating an image border around a div

Hello everyone,

I have a PhpBB forum. I've been trying to add an image border around a div, but I can't seem to get it to work.

Basically, I want to have the images on each side of the "wrap"...
Forum: JavaScript frameworks 02-27-2013, 05:16 AM
Replies: 10
Views: 598
Posted By njfail
Hey guys, I played around with the JS and I got...

Hey guys,
I played around with the JS and I got something that kind of works...
It does what I want it to do, but on some other pages, it messes things up. I've got no idea why its doing that....
Forum: JavaScript frameworks 02-25-2013, 10:22 PM
Replies: 10
Views: 598
Posted By njfail
Hello everyone, thanks for the help so far. I...

Hello everyone, thanks for the help so far.
I decided instead of removing them, I will just rename them using the JS that felgall supplied (Thanks!).

I have another question;

For each tab, it...
Forum: JavaScript frameworks 02-22-2013, 09:57 PM
Replies: 10
Views: 598
Posted By njfail
I was replying to VIPStephen. I quoted him asking...

I was replying to VIPStephen. I quoted him asking me why I don't just edit the HTML, and answered his question.

I appreciate all the JS tips! I will be trying these out tonight :)
Forum: JavaScript frameworks 02-22-2013, 04:43 PM
Replies: 10
Views: 598
Posted By njfail
Hey Stephan, I cannot edit the HTML, because I...

Hey Stephan,
I cannot edit the HTML, because I do not have access to edit the HTML file. I can only edit it by appending a .js file and a .css file.
Forum: JavaScript frameworks 02-22-2013, 08:41 AM
Replies: 10
Views: 598
Posted By njfail
How to delete and insert things using JS?

Hello everyone!

I'm using software on a site that only allows me to insert changes using a js file and a css file.
Sadly, I'm not familiar with js.

There is a snipit of code that I want to...
Forum: JavaScript programming 02-19-2013, 08:35 PM
Replies: 5
Views: 325
Posted By njfail
The reason is, I'd like to place the code all...

The reason is, I'd like to place the code all together in 1 code on an ad server.
Sometimes there will be 1 ad from BSA, sometimes there will be 2, sometimes there will b 0. What I'd like to know,...
Forum: JavaScript programming 02-18-2013, 02:05 AM
Replies: 5
Views: 325
Posted By njfail
Thanks for the reply. I looked the script up...

Thanks for the reply.
I looked the script up and it seems to be this:

var _bsap={apiurl:'http:\/\/s3.buysellads.com\/r\/',dz:[],dii:[],inv:[],drop:function(a,b){this.dii[b]=this.dii[b]||0;var...
Forum: JavaScript programming 02-18-2013, 01:13 AM
Replies: 5
Views: 325
Posted By njfail
What if this code appears twice on one page?

Hello everyone!
I know very little about javascript, and was wondering if someone could tell me if anything bad will happen from this code appearing twice on a page.
The reason I ask, is because...
Forum: PHP 02-01-2013, 08:49 PM
Replies: 13
Views: 742
Posted By njfail
If you go to the page from...

If you go to the page from example.com/apply/index.php?refid=123
And you fill out the form, it will not record refid 123.
However, if you go to example.com/apply/index.php?refid=123
And then leave...
Forum: PHP 02-01-2013, 07:03 PM
Replies: 13
Views: 742
Posted By njfail
It seems to only work when I go to the page with...

It seems to only work when I go to the page with the refid link, then visit another page and go back to the form.

So if you go straight to the refid link and fill out the form, it doesn't record...
Forum: PHP 01-31-2013, 11:39 PM
Replies: 13
Views: 742
Posted By njfail
Thanks for the help. I'll start on researching...

Thanks for the help.
I'll start on researching validating the input forms more once I get the refid thing working right.

I updated the code with your changes. There are no errors, but its not...
Forum: PHP 01-31-2013, 10:02 PM
Replies: 13
Views: 742
Posted By njfail
Yes, I do have access to mysql, though I'm not...

Yes, I do have access to mysql, though I'm not too familiar with mysql.
I figured the csv file would be simpler, and at least be functional until I can develop a better solution.

Yes, I am having...
Forum: PHP 01-31-2013, 05:58 PM
Replies: 13
Views: 742
Posted By njfail
@Sunfighter I want it to save the session info...

@Sunfighter I want it to save the session info (refid) for a limited amount of time. I was under the impression that the session ID would expire when the person closes their browser or clears their...
Forum: PHP 01-31-2013, 05:24 PM
Replies: 13
Views: 742
Posted By njfail
I'm starting an online advertising network. I...

I'm starting an online advertising network.
I want to be able to reward people for referring others to my network.

So lets say user1 signs up, gets their refid #, then posts it on their website....
Forum: Websites for sale 01-31-2013, 06:51 AM
Replies: 9
Views: 14,162
Posted By njfail
Hey, I'm interested in your site, I have a few...

Hey, I'm interested in your site, I have a few quirks with your evaluation though.

You seem to have a lot of backlinks, so I looked up your PR, and you're only at PR2. I thought that to be strange...
Forum: PHP 01-31-2013, 06:03 AM
Replies: 13
Views: 742
Posted By njfail
help with referral tracking code

Hey guys,
I'm slowly trying to learn some php, I can mostly just follow along tutorials, as I haven't been able to memorize a lot of the rules and things yet.

I'd like to have a way for people to...
Forum: PHP 01-27-2013, 11:50 PM
Replies: 3
Views: 212
Posted By njfail
Thanks for the advice! I was unaware of the...

Thanks for the advice!
I was unaware of the placeholder attribute :o

Can I ask why name is a bad name? I understand it is simple/common but is there a reason that is bad?

I'm not very familiar...
Forum: HTML & CSS 01-27-2013, 02:05 AM
Replies: 2
Views: 279
Posted By njfail
Thank you Excavator that worked like a charm!

Thank you Excavator that worked like a charm!
Forum: PHP 01-27-2013, 01:52 AM
Replies: 3
Views: 212
Posted By njfail
validating a form, can it have 2 values?

Hey guys, I'm just learning PHP, and I'm trying to validate a form.
The problem I'm having, is with value=

Here is a snipit of the form code as an example:
<label>Full Name
<span...
Forum: HTML & CSS 01-26-2013, 07:55 PM
Replies: 2
Views: 279
Posted By njfail
header image is cut off when scroll bars present

Hey guys.
I'm a beginner with CSS and HTML, I can handle the basics and follow tutorials.
I copied and pasted a bunch of HTML, CSS, and JS from a layout, and deleted all the JS and a lot of the...
Forum: HTML & CSS 01-26-2013, 07:30 PM
Replies: 6
Views: 411
Posted By njfail
Here is an example of my footer. Its a pretty...

Here is an example of my footer. Its a pretty simple bar of links at the bottom that is centered. The margins in the HTML spaces out the links a little so its not all bunched together.

HTML:...
Forum: HTML & CSS 01-23-2013, 10:58 PM
Replies: 2
Views: 199
Posted By njfail
hover or click ? icon for help

I want to create little ? icons that when you hover over them or click them, they show a little notification. Kind of like when you hover over a link with title, it'll show what the title is. Well in...
Forum: JavaScript programming 01-19-2013, 12:09 AM
Replies: 0
Views: 135
Posted By njfail
Help replacing content and creating a new page with a theme from another page

Hey guys!

I recently signed up for an ad server called Adzerk. I'd like to customize the pages some, but they won't give me the css/html for the overall theme of the pages. They insist I use...
Forum: PHP 11-12-2012, 04:25 AM
Replies: 10
Views: 569
Posted By njfail
I didn't think that was necessary, here is the...

I didn't think that was necessary, here is the other code:
<div class="xpostlistcontainer">
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>...
Showing results 1 to 25 of 125

 
Forum Jump

All times are GMT +1. The time now is 04:08 AM.