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
~13.4K People Reached
Favorite Tags
Member Avatar for dyingatmidnight

Hello, I've been in the process of teaching myself C++, going through different tutorials and like. Anyway I was working on a fibonacci sequence program - I looked through the practice problems here and decided to do them all from beginner on upward. I thought I had it working only …

Member Avatar for Jimmy_7
0
210
Member Avatar for dyingatmidnight

I'm really having a hard time understanding this stuff and all the examples I find online just aren't starting from a place that makes sense to me. I missed my lab last week and the prof suggested those of us who missed it should go through the lab anyway because …

0
154
Member Avatar for dyingatmidnight

Hi there, I'm dynamically pulling my sidebar image from a database, the image is resized to fit based on which dimension is smaller. Then I'm using a jquery script to reposition the image so that any overflow on the width overflows both sides rather than just on the right using …

Member Avatar for LastMitch
0
168
Member Avatar for dyingatmidnight

Okay this is strange. I'm new to AJAX and I'm trying to use it with php to check a variable from my database before a form is submitted. It works almost fine. The strange part is that it seems to be saving anything I enter into the text field. var …

Member Avatar for dyingatmidnight
0
135
Member Avatar for dyingatmidnight

Hi there, I'm currently rewriting my dynamic urls using mod_rewrite which is working fine. I'm just wondering how best to handle pages that don't exist. Right now it works by getting the page id and displaying the content, if the pageid doesn't exist it displays a custom 404 message. What …

Member Avatar for dyingatmidnight
0
174
Member Avatar for dyingatmidnight

I realize this probably isn't something that can be done, or probably something that shouldn't be done. But here's my situation. Perhaps someone knows of a better way to go about it than I do. I have two sections that both have logins. Admin and Members. Some Admins can access …

Member Avatar for diafol
0
260
Member Avatar for dyingatmidnight

Hi all, I'm having issues with PDO. I'm rather new at using it, I learned php in school and now I'm learning PDO in the work place. Not terribly difficult but I'm running into a looping issue. I have things set up this way. We have events, documents and usergroups. …

Member Avatar for dyingatmidnight
0
173
Member Avatar for dyingatmidnight

Hi there. I have a menu which is toggle-able with jquery. By default it's hidden until the menu link is clicked. What I've been asked to do it make it so that when the user clicks it open it stays open from page to page. I'm assuming some sort of …

Member Avatar for pritaeas
0
99
Member Avatar for dyingatmidnight

Hi there, I'm trying to create a button that toggles an sql query. I have a navigation bar with certain elements hidden by the admin, the admin can preview the page and there's a toggle button to hide or show the items that are marked as hidden. $sql = "select …

Member Avatar for dyingatmidnight
0
171
Member Avatar for dyingatmidnight

Hi there, so my site has a public side and an admin side, the admin side which requires a login. The used id is stored in a session variable to limit access to certain features based on the number. In the admin side a user and show or hide pages …

Member Avatar for dyingatmidnight
0
181
Member Avatar for dyingatmidnight

I have an HDTV (37" I think, not sure of the native resolution on it) and I want to be able to hook my external hard drive up to it so I can watch the movies and shows I've ripped on it. Now I could do this through my laptop …

Member Avatar for almostbob
0
146
Member Avatar for dyingatmidnight

Hi all, so I'm using mod_rewrite with .htaccess to rewrite my urls. RewriteEngine on Options -Indexes RewriteBase / # Disable rewrite for specific directories RewriteCond %{REQUEST_URI} !^/admin/ # If the request is not for a valid directory RewriteCond %{REQUEST_FILENAME} !-d # If the request is not for a valid file …

Member Avatar for vibhaJ
0
92
Member Avatar for dyingatmidnight

Hello everyone. So I've been dabbling with mod_rewrite and I've run into a snag. I'm taking www.example.com/index.php?id=news and mapping it to www.example.com/news Now my problem is that I already have a news directory in my file structure and it's defaulting to the index file found there. What I'm trying to …

Member Avatar for dyingatmidnight
0
136
Member Avatar for dyingatmidnight

Hello. So here's the stitch. I was asked to modify some existing code to only prompt the user to save changes when a change was actually made and not every time the new page button was pressed - which was what it was currently doing. I've ran into a bit …

Member Avatar for dyingatmidnight
0
163
Member Avatar for dyingatmidnight

Hi there, I'm trying to modify a form verification script. When you press the submit button it runs a javascript function that checks if the required fields are filled out. If not it sends up an alert and doesn't submit the form. What I'd like to do is have it …

Member Avatar for chrishea
0
516
Member Avatar for dyingatmidnight

Hello all, so I was tasked with looking into a way to rewrite our dynamic url's to something more user and seo friendly. I have absolutely no exprience in this area so it's been a lot of googling and trial and error. However; I've reached something of a wall in …

Member Avatar for blocblue
0
162
Member Avatar for dyingatmidnight

Hello. So I'm a junior web developer at an marketing company (and when I say junior I mean I'm not techincally entirely qualified for the position and overly a large learning exprience :P So bear with me here). Anyway, I was asked to look into a way to rewrite our …

Member Avatar for cereal
0
116
Member Avatar for dyingatmidnight

I'm a total noob to using mod_rewrite and I'm reading tutorials and trying to wrap my head around it but it's not quite coming together. What I need to accomplish is this: take a bunch of urls structed this way: yoursite.com?index.php?id=# and rewriting it so it becomes yoursite.com/whatever depending upon …

Member Avatar for dyingatmidnight
0
156
Member Avatar for dyingatmidnight

Hello all, I've hit a wall in googling for the answers I seek so here I am. I'm new to SEO and I'm doing some research on the subject for my employer in the hopes that this is something I can learn and hopefully handle for the company. I was …

Member Avatar for pritaeas
0
141
Member Avatar for dyingatmidnight

I'm wondering if any Dreamweaver users around can help me out. I'm new the program, having done most of my programming in Notepad++ until my new job and there are two features of Notepad++ that I would really like in Dreamweaver but can't seem to find if they exist (which …

Member Avatar for bdwild
0
163
Member Avatar for dyingatmidnight

Hi everyone, so I recently got a position doing web development. Yay. However; web development was not the focus of my schooling and they've hired me with the idea that will learn. In that vein I'm looking for some good online resources or reference books in any of the following …

0
49
Member Avatar for dyingatmidnight

I swear I used to know how to do this ... so I have this array: BYTE bcdData[6]; and a function that returns it: [code] BYTE * BCD::GetBcdData() { return bcdData; } [/code] and I have this other array in another class: BYTE tpIdByte[2]; And what I am trying to …

Member Avatar for ChaseRLewis
0
99
Member Avatar for dyingatmidnight

Hello, I have been tasked with writing a test application to convert between geographic coordinate systems. Now math is not my strong suit but I was assured I wouldn't actually have to do any of the calculations since the formulas are provided. The trouble is trying to get the lengthy …

Member Avatar for dyingatmidnight
0
2K
Member Avatar for dyingatmidnight

Hello all, I'm trying to modify some code but I'm having some difficulty - probably because I don't really understand the function in the first place. Its one my supervisor found online that seemed to work fine for the purposes of our test code. However; after some poking around its …

Member Avatar for m4ster_r0shi
0
1K
Member Avatar for dominic23jones

Just a quick question, I already have a basic understanding of Web Programming but I am yet to get to grips with Web Design. I am planning on doing some tutorials on either GIMP which is free image editing software or Photoshop which will cost me, is it worth paying …

Member Avatar for IkramMirza
0
323
Member Avatar for dyingatmidnight

Hello. I have a simply php script for my school project that checks books back into a library database. What I was trying to accomplish was when you checked in the book for it to check and see if the book has been requested and notify the librarian that there …

Member Avatar for dyingatmidnight
0
137
Member Avatar for dyingatmidnight

I'm finding that my session variable isn't following through from script to script. I'm creating a library database for school and I want the administrator to be able to open user accounts and view the details. This works fine. I then set the account number as a session variable for …

Member Avatar for dyingatmidnight
0
524
Member Avatar for dyingatmidnight

Not sure if I should out this here or in the php forum, I have a question that's probably gonna include both SQL and php... I'd like to add an image field to a table I have but I've never stored images in an SQL database before and I'm not …

Member Avatar for mwasif
0
115
Member Avatar for dyingatmidnight

I'm having a weird problem with myphpAdmin and webpage design. I've been having trouble getting my layout to do what I wanted to so finally I hit the net for examples I could tweak and what have you. So I found this example [URL="http://www.sebastiansulinski.co.uk/demos/three_column_layout/three_column_layout.php"]http://www.sebastiansulinski.co.uk/demos/three_column_layout/three_column_layout.php[/URL] I used the div layout as …

Member Avatar for Kraai
0
181
Member Avatar for dyingatmidnight

My google foo is failing me, try as I might I can't seem to word things well enough to find what I want. I'm really new to javascript and AJAX, we did a little in school and I didn't really grasp it well. Given that this undertaking of mine is …

Member Avatar for twiss
0
79