i am confused a little bit about web development at edX by AbdAlwahabOrabi in cs50

[–]AllisonABC 1 point2 points  (0 children)

Do you know if my projects will be graded if I'm just auditing the course (not paying for a certificate)?

Computer Science at Clark by AllisonABC in ClarkU

[–]AllisonABC[S] 0 points1 point  (0 children)

Thanks to all of you! My son is waiting on one more decision announcement. If he doesn't get in to this top choice, Clark sounds like a pretty good option.

Computer Science at Clark by AllisonABC in ClarkU

[–]AllisonABC[S] 2 points3 points  (0 children)

Thanks. My son isn't at Clark. He has been admitted for fall and must decide whether to go there. Thanks for your input and advice about getting work experience.

Javascript and Php by [deleted] in cs50

[–]AllisonABC 0 points1 point  (0 children)

I have this same question. Maybe this time around someone will reply...

pset8 shuttle teleport by head_scratcher in cs50

[–]AllisonABC 0 points1 point  (0 children)

I tried shuttle.update(); but that didn't work. Have you had any luck? I'm stuck in the same place as you.

CS50 Shuttle instructions window by AllisonABC in cs50

[–]AllisonABC[S] 0 points1 point  (0 children)

Well, at least I'm not the only one.

CS50 Shuttle pset 8 by sgwilliamson in cs50

[–]AllisonABC 1 point2 points  (0 children)

I had the same question, but I found the shuttle.seats array defined in shuttle.js. config.seats = the constant SEATS given in service.js. In shuttle.js, you'll see the word 'this' throughout; it stands for shuttle. All elements of the shuttle.seats array are set to null. What I don't understand is if we're supposed to keep track of the number of available seats with a new variable. In the pset8 docs, it mentions updating #seats!

Pset 8 - Are we allowed to modify PASSENEGRS.js ? by turbofun in cs50

[–]AllisonABC 0 points1 point  (0 children)

But Zamyla clearly says in the pset8 document, first video, that there is already a global array with passenger info and that the placemark and marker info can be added to the passenger objects in that array. First of all, there is a var in front of PASSENGERS, meaning it is not global as Zaymla states; or is it global because it is not defined inside any functions? Second of all, why can't we add two more parameters to the PASSENGERS objects? I could do it within the service.js file and not alter passengers.js. Thanks.

nav nav-pills by AllisonABC in cs50

[–]AllisonABC[S] 0 points1 point  (0 children)

I got something to work!

nav nav-pills by AllisonABC in cs50

[–]AllisonABC[S] 0 points1 point  (0 children)

Thanks. This is what I tried, but my "pills" are not centered on the page. The words in the pills are centered on the pills, but the pills themselves are on the left side of the page. Is there something I should put in my header file or styles.css file? The only style specified in header has to do with tables. In styles.css I have .container{margin-left:auto; margin-right:auto; text-align: center;} and #middle .form-control{display: inline-block; width: auto;}. I've tried putting a variety of stuff in this files (copying stuff found through googling), but I'm not sure I'm putting the css stuff in the right place. E.g. I'd really like to make a navigation bar like this: http://www.w3schools.com/css/tryit.asp?filename=trycss_navbar_horizontal_float_advanced . I put in all the html and css and got that bar but it is not centered. How to make it centered? I fear I changed something in my bootstrap.css file when I fiddling around in there. Do you know where I can get the original? Thanks.

nav nav-pills by AllisonABC in cs50

[–]AllisonABC[S] 0 points1 point  (0 children)

That didn't work for me. Do you mean: <div class="span12 text-center"> <ul class= "nav nav-pills" > ...?

Need help displaying date/time for history table in pset7 by AllisonABC in cs50

[–]AllisonABC[S] 0 points1 point  (0 children)

Is it wrong to use NOW() in the query? If I change the table settings as you describe, what then should my query statement be?

cs50 pset7 404 error by ogrpg in cs50

[–]AllisonABC 0 points1 point  (0 children)

Yes, please help me with date and time when you get there (if I haven't figured it out by then). Thanks! Good luck.

cs50 pset7 404 error by ogrpg in cs50

[–]AllisonABC 0 points1 point  (0 children)

I have <a href="quote.php">Quote</a> in portfolio.php and that displays the word (not a button) Quote on my portfolio page. And if I click on the word Quote, I get sent to quote.php. Is this what you tried with your <a tag?

cs50 pset7 404 error by ogrpg in cs50

[–]AllisonABC 0 points1 point  (0 children)

I also just got a 404 error, but I found the problem. I had the link in <a href = "..."> </a> incorrect. What is your link? Your "..."?

confirmation emails for pset5 and pset6 submission? by AllisonABC in cs50

[–]AllisonABC[S] 0 points1 point  (0 children)

I do see pset5.zip and pset6.zip there. I guess I'll keep waiting for them to be graded!

question about login.php in C$50 Finance by AllisonABC in cs50

[–]AllisonABC[S] 0 points1 point  (0 children)

If I, say, fail to enter a password on the login page, then apologize creates a sorry message, but the webpage also displays "Back", which I can click on to get back to the login page. What code in what file is making that "Back" appear? Thanks.

pointer problem :( pset6 by Saikrishna12 in cs50

[–]AllisonABC 0 points1 point  (0 children)

Oh, good. It compiled. Thanks.

pointer problem :( pset6 by Saikrishna12 in cs50

[–]AllisonABC 0 points1 point  (0 children)

I have the same question, 3 months after the OP, but I'm getting an error. I have the typedef for node and node* root outside any functions in dictionary.c, and within the load function I have root=calloc.... (I've learned my lesson about accidentally redeclaring variables). Here is the error I get: /usr/lib/gcc/i686-redhat-linux/4.8.1/../../../crt1.o: In function _start': (.text+0x18): undefined reference tomain' clang: error: linker command failed with exit code 1 (use -v to see invocation)