Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K

12 Posted Topics

Member Avatar for Loved

I'm creating a form: Page 1 has multiple input fields, as well as dynamic form fields (using jquery load to add additional inputs as necessary). Page 2 reads these inputs and sets the values to a session variable (the only values I'm storing in the session are the dynamic inputs). …

Member Avatar for vibhaJ
0
95
Member Avatar for samsnov

If your code isn't strict you could try [CODE]<br clear="all" /> [/CODE] instead of the clear class

Member Avatar for samsnov
0
254
Member Avatar for Loved

I've been trying to research the use of using Google Analytics to track email views, and haven't been very successful. I see people suggesting using visible logos ("web beacons or bugs") to track (to avoid being considered spam), but not how to implement this. Also I realize you can track …

Member Avatar for Cyberdesignz
0
137
Member Avatar for kischi

Perhaps a method like this would work for you? Giving a background image to give the appearance of a line. [url]http://www.alistapart.com/articles/fauxcolumns/[/url]

Member Avatar for Loved
0
104
Member Avatar for loloy123

Right, like Ardav is saying, index1.php does not actually post anything to index.php, instead try using [CODE] if (($_COOKIE['username'] != $user) || ($_COOKIE['password'] != md5($pass))) [/CODE] instead of [CODE] if (($_POST['username'] != $user) || ($_POST['password'] != md5($pass))) [/CODE] Maybe that will help?

Member Avatar for diafol
0
160
Member Avatar for Loved

[CODE]<script type="text/javascript" src="http://maps.google.com/maps?file=api&amp;sensor=false&amp;key=APIKEY"></script>[/CODE] [CODE]<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false&amp;key=APIKEY"></script>[/CODE] I am trying to integrate our map overlays with a great Google maps Tooltip script I found, but I can only get the overlays to work when calling the first script, and the tooltips will only work when I use the second script. Does …

0
79
Member Avatar for Loved

[code=Java] /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package paint1; import java.awt.event.*; import java.awt.*; import javax.swing.*; import java.awt.image.*; /** * * @author Jeanine */ public class MyPanel extends JPanel { private int startX, startY, endX, endY; public int …

0
37
Member Avatar for Loved

I work with a higher ed web dev team. I am currently tasked with making a page with specific items that can assist our content developers when working on their area-specific web pages. I have been browsing google, trying to dig my hands deep within the content but there is …

Member Avatar for CaffeineCoder
0
83
Member Avatar for rjay_lolerzz

The while loop will run while a condition is true. With the do-while loop, the loop is guaranteed to run at least once through, and then check if the do is true to repeat the loop. Good luck!

Member Avatar for peter_budo
0
244
Member Avatar for Loved

Hi, I am fairly new to java and have been playing around with scanners and while trying to understand this problem I am running into an error "Non-static variable vacation cannot be referenced from a static context" Obviously this isn't quite a completed program, but I am not sure why …

Member Avatar for Loved
2
164
Member Avatar for bigsilk

Hi bigsilk, I'm sure everyone agrees with you; you have to know how to work magic with many items that you may not have ever worked with before. Thank goodness we have search engines and good forums!

Member Avatar for Loved
0
66
Member Avatar for commondoor

Nothing wrong with being a girl lover if you can find one that loves computers as well, then all the merrier! I used to draw pictures of tacos in church, guess not quite as cool as your space wars. Welcome to daniweb, may it enlighten you with the computer haven …

Member Avatar for Loved
0
219

The End.