Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~347 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

4 Posted Topics

Member Avatar for sethbaur

I'm working on a small web app that uses drag and drop to add users to projects for management purposes. It's hard to describe the problem without showing the relevant code, so I'll start with that first: [code=html] <div id="primary"> <?php foreach($jobs as $job): ?> <div id="jobdiv-<?php echo $job->id; ?>"> …

Member Avatar for Member #380484
0
88
Member Avatar for sethbaur

Hi I'm trying to make a portfolio website and I'm having some issues with the layout. What I'm having trouble with is using divs and having background colors extend the edges of the browser. I'm having a hard time explaining what I mean so here is an image of what …

Member Avatar for sethbaur
0
125
Member Avatar for sethbaur

Hey I'm a php beginner and I'm having some problems with the website I'm testing with. I'll show you first the relevant code. index.php: [code=php] <?php include "stdlib.php"; $page = new Page(); $page->title = "Index"; $page->printHeader(); ?> <style type="text/css"> div.container { width:100%; margin:0px; border:1px solid gray; } div.left { width:100px; …

Member Avatar for sethbaur
0
100
Member Avatar for sethbaur

My name's Seth and I'm an IT student at the University of Cincinnati. Currently I'm interested in learning more about Ruby on Rails. I'm also looking for anyone who wants to collaborate on any projects just to learn more. I do have some experience in Java, Python and some Ruby.

Member Avatar for jasimp
0
34

The End.