Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 43
Search took 0.13 seconds.
Search: Posts Made By: hadoob024
Forum: JavaScript programming 09-25-2012, 06:48 PM
Replies: 11
Views: 760
Posted By hadoob024
This fix is more of a "gotta have it now" instead...

This fix is more of a "gotta have it now" instead of "gotta do it right".

I just decided to disable the button as the first call before generating that PDF. That seems to work! Thanks again!
Forum: JavaScript programming 09-25-2012, 12:15 PM
Replies: 11
Views: 760
Posted By hadoob024
Cool. Yeah, this might work even better. It's...

Cool. Yeah, this might work even better. It's an in-house app, and we're moving to IE 9, so no need to code for IE 7.

Quick question, that script that builds the PDF takes a couple of seconds to...
Forum: JavaScript programming 09-25-2012, 01:06 AM
Replies: 11
Views: 760
Posted By hadoob024
Cool. Yeah I do, thanks. The way I'm doing it...

Cool. Yeah I do, thanks. The way I'm doing it right now is more of a band-aid fix. I'll probably rewrite it using some jQuery when time allows.
Forum: JavaScript programming 09-25-2012, 12:14 AM
Replies: 11
Views: 760
Posted By hadoob024
Cool. Thanks for the tips! Honestly, I...

Cool. Thanks for the tips!

Honestly, I didn't know about it :)

I'm more of a backend programmer than a front-end developer. Just found out about that window.location.replace yesterday.
Forum: JavaScript programming 09-24-2012, 10:21 PM
Replies: 11
Views: 760
Posted By hadoob024
By meaningless, do you mean that it won't run,...

By meaningless, do you mean that it won't run, because it does. The window.location does execute, it's just the final window.open() that doesn't run. I didn't write this, just trying to fix it so...
Forum: JavaScript programming 09-24-2012, 09:41 PM
Replies: 11
Views: 760
Posted By hadoob024
window.open() not getting executed in IE (working in Firefox)

In a popup, I have a button. Here's how I defined the button:

<input type="button" name="generatePO" value="Z-PO"...
Forum: General web building 09-16-2010, 04:01 PM
Replies: 11
Views: 1,397
Posted By hadoob024
That's what I was hoping too. I was just using...

That's what I was hoping too. I was just using CodingForums as one of my avenues of research, as I've always found helpful/knowledgeable people and postings here.
Forum: General web building 09-15-2010, 08:30 PM
Replies: 11
Views: 1,397
Posted By hadoob024
Cool. Yeah, makes sense. It's kind of what I...

Cool. Yeah, makes sense. It's kind of what I figured. Was just checking to see if there are any best practices out there or if someone might have a novel technical solution (well, maybe not a...
Forum: General web building 09-13-2010, 08:36 PM
Replies: 11
Views: 1,397
Posted By hadoob024
Cool. Thanks! Yeah, not the answer I was hoping...

Cool. Thanks! Yeah, not the answer I was hoping for, but was the answer I kinda expected. Yeah, I figured it would be this fine-line between stopping legitimate users and also allowing some false...
Forum: General web building 09-13-2010, 02:51 PM
Replies: 11
Views: 1,397
Posted By hadoob024
I'm not really the guy. They brought me on to do...

I'm not really the guy. They brought me on to do some other technical stuff. This is for another person. I was just trying to help with research and stuff. Yeah, I don't have all the tech specs...
Forum: General web building 09-09-2010, 06:15 PM
Replies: 11
Views: 1,397
Posted By hadoob024
Well, I know the others in the group do have a...

Well, I know the others in the group do have a business plan and what not. We're trying to hammer out the technical requirements and what shortcomings we might have as a result of the questions that...
Forum: General web building 09-09-2010, 02:56 PM
Replies: 11
Views: 1,397
Posted By hadoob024
How to prevent fraud?

I just joined this startup venture. It's basically a company that's trying to create a general ratings system for products (similar to Amazon, Epinions, etc.). You see a product online, highlight...
Forum: JavaScript programming 04-14-2010, 07:14 PM
Replies: 4
Views: 889
Posted By hadoob024
GOD BLESS YOU!!! I've been banging my head...

GOD BLESS YOU!!!

I've been banging my head against the wall/door/table/chair/steering wheel/etc. trying to figure this out! I was completely missing that getElementsByName was returning an array....
Forum: JavaScript programming 04-14-2010, 06:21 PM
Replies: 4
Views: 889
Posted By hadoob024
That's what I wanted to do, but we're using that...

That's what I wanted to do, but we're using that SugarCRM platform, so these are buttons generated by it, and I haven't figured out how (or even if I can) to add an ID attribute to the button.

So...
Forum: JavaScript programming 04-14-2010, 05:20 PM
Replies: 4
Views: 889
Posted By hadoob024
Manipulating text field versus a button

Is the hiding/showing of text fields done differently than for buttons? I ask because I have the following text field:

<input type="text" name="case_id_c" class="sqsEnabled" tabindex="0"...
Forum: HTML & CSS 08-20-2009, 07:33 PM
Replies: 16
Views: 1,411
Posted By hadoob024
Got it. Thanks man!

Got it. Thanks man!
Forum: HTML & CSS 08-19-2009, 08:15 PM
Replies: 16
Views: 1,411
Posted By hadoob024
OK. I'm making headway with the revised layout...

OK. I'm making headway with the revised layout (minus tables), but have a couple of issues. You can see the new layout on:

http://www.collegeapplicationconsulting.com/aboutus.php

I like the...
Forum: HTML & CSS 08-19-2009, 06:31 PM
Replies: 16
Views: 1,411
Posted By hadoob024
Quick follow-up. I'm looking to implement the 3...

Quick follow-up. I'm looking to implement the 3 column fixed layout. Would you suggest putting


<div id="wrap">
</div>



inside of the P tags generated from that roundedcorner site?
Forum: HTML & CSS 08-19-2009, 05:50 PM
Replies: 16
Views: 1,411
Posted By hadoob024
Cool! Thanks a ton. That's actually just what I...

Cool! Thanks a ton. That's actually just what I was looking for. Gonna spend the next week updating the site's content and getting rid of tables in favor of the CSS layout. This is the first...
Forum: HTML & CSS 08-19-2009, 03:12 PM
Replies: 16
Views: 1,411
Posted By hadoob024
Perfect! That did it! Thanks a ton! BTW,...

Perfect! That did it! Thanks a ton!

BTW, I'm starting to see why to use CSS instead of tables for layout. Now that the rounded box corner stuff works properly, all the text is jacked. Like the...
Forum: HTML & CSS 08-18-2009, 07:29 PM
Replies: 16
Views: 1,411
Posted By hadoob024
Hey man, just gave your suggestions a shot, and...

Hey man, just gave your suggestions a shot, and it worked. There is one little glitch though. If you check out the page now, you'll see a break in the top right-hand corner. Not sure what caused...
Forum: HTML & CSS 08-18-2009, 03:47 PM
Replies: 16
Views: 1,411
Posted By hadoob024
Cool. Will give that a shot. Have to go to...

Cool. Will give that a shot. Have to go to business lunch meeting now (joy!), but should be back in an hour to give this a shot. Will let you know. Thanks man!
Forum: HTML & CSS 08-18-2009, 03:25 PM
Replies: 16
Views: 1,411
Posted By hadoob024
Yup. I know about tables. I have to get this...

Yup. I know about tables. I have to get this site up quickly though, so I'm using tables to get it up while I start playing around with and learning enough CSS to redo the site (I'm a programmer,...
Forum: HTML & CSS 08-17-2009, 07:39 PM
Replies: 16
Views: 1,411
Posted By hadoob024
Someone suggested the following, but I haven't...

Someone suggested the following, but I haven't been able to make sense of it, and they haven't gotten back to me to clarify:

"For the side bars, i would use border-left and border-right. If you...
Forum: HTML & CSS 08-16-2009, 11:28 PM
Replies: 16
Views: 1,411
Posted By hadoob024
Hmmm.... That does make sense. I was kind of...

Hmmm.... That does make sense. I was kind of leaning towards that as well, but can't figure out what to change to make it work. Here's my CSS code:

.roundedcornr_box_257154 {
background:...
Showing results 1 to 25 of 43

 
Forum Jump

All times are GMT +1. The time now is 06:55 AM.