robot_zombie

- friends
87 link karma
1,413 comment karma
send messageredditor for
what's this?

TROPHY CASE

HTML / CSS noob here.. how do I get a page to limit its sides like that? by wu2adin web_design

[–]robot_zombie 1 point2 points ago

Glad you figured it out, I can't tell you how often I ran into similar issues. When I was just beginning I had a hard time with getting things to line up the way I wanted until I found some simple grid systems and gained some insight from their styles. 960 I think was probably the first and easiest.

Yeah... I don't think so... by btownninjain funny

[–]robot_zombie -3 points-2 points ago

html5 comparison I think I'll stick with chrome.

Newbie, just a simple question about web aplications by otac_jediniin learnprogramming

[–]robot_zombie 0 points1 point ago

But wget is for downloading files, I'm not sure how do you expect to make this thing work via wget?

Like I said, I haven't done anything like this before. Best of luck to you.

Newbie, just a simple question about web aplications by otac_jediniin learnprogramming

[–]robot_zombie 0 points1 point ago

I think I've seen some people do this kind of thing with "wget" or "curl". I think wget is probably more capable, but I haven't attempted writing anything similar before.

I want to learn about computer programming by Vagabond21in learnprogramming

[–]robot_zombie 1 point2 points ago

Computer programming is a fairly wide ranging subject. Is there a specific thing you wish to achieve?

I'm a beginner - what do I need to learn to implement something like this? by SuperV1234in webdev

[–]robot_zombie 0 points1 point ago

I don't know if you've already figured it out, but you need to attach "click" events with Javascript to everything you want clickable that isn't already a link. Inside that click event you will have a call to a function to go into the DOM and hide or show certain elements. I know you don't want anyone to do it for you, but would you like a jsfiddle illustrating the basic concept?

Tissues by Serviousin fffffffuuuuuuuuuuuu

[–]robot_zombie 6 points7 points ago

You masturbate so much it gives you nose bleeds?

Return - Functions in JavaScript (Lesson3/Ques4) by [deleted]in Codecademy

[–]robot_zombie -1 points0 points ago

!= worked for me but !== does not

I Hate Religion, And Jesus Too by [deleted]in atheism

[–]robot_zombie 2 points3 points ago

So don't attack their religion, even though they hate religion now? I hate dealing with these people.

Top notch journalism from my wife's hometown newspaper. by bobsroadin funny

[–]robot_zombie 17 points18 points ago

Racism and beatings. Oh and tasers.

Codeacademy: Why does it say I'm not done? by opcansin learnprogramming

[–]robot_zombie 0 points1 point ago

To be fair it says to use the square function as reference for completing the cube function. The wording on more than a few of the lessons could use some clarification. Regardless it is a failing on their validation system.

Codeacademy: Why does it say I'm not done? by opcansin learnprogramming

[–]robot_zombie 2 points3 points ago

It's disconcerting that they are teaching others to code while they have horribly broken code on their production environment. The link for those courses really should lead to a "coming soon" page and not the broken courses.

Codeacademy: Why does it say I'm not done? by opcansin learnprogramming

[–]robot_zombie 1 point2 points ago*

Sometimes I think they will tell you that you've completed the lesson because you have the value they were looking for, but it won't actually be complete because it's not the exact code they were looking for.

try

// Accepts a number x as input and returns its square
function square(x) {
    return x * x;
}

// Accepts a number x as input and returns its cube
function cube(x) {
    return x * square(x);
}

cube(7);

for the completed code.

I'm guessing they have at least two verifications run on your answer.

  1. Result from your code.
  2. Code check. Which is either very strict or underdeveloped.

It's possible that they require both for the backend, but only one for the frontend check.

Codeacademy: Why does it say I'm not done? by opcansin learnprogramming

[–]robot_zombie 0 points1 point ago

yeah, it's stated in the blog post comments. I did just check it over again and it looks like they've prepended a note stating that it's down for maintenance. source

Codeacademy: Why does it say I'm not done? by opcansin learnprogramming

[–]robot_zombie 0 points1 point ago

I've had this happen as well. It is also odd that the jQuery lesson disappeared from the courses list. This fact was pointed out to them on their blog over a month ago and they have yet to fix it. I imagine they are having some growing pains and are focusing more on hiring team members then fixing current issues.

This whole thing sounded better in my head. But here it is, how I became an atheist. by Vennificusin atheism

[–]robot_zombie 0 points1 point ago

The Atheists were funnier.

I think it especially true for me when listening to Neil deGrasse Tyson.

Hey /r/triangle, is Cricket a decent phone service around Raleigh? by Tokeliin triangle

[–]robot_zombie 2 points3 points ago

I'm in north raleigh and virgin mobile works fine.

If I kill dragons with Iron armor and weapons, doesn't that mean Iron is better than Dragonscales? by epicgeekin skyrim

[–]robot_zombie 2 points3 points ago

Perhaps the scales and bones can be tempered and that's what you do when you make the armor.

turned off Supercookie storage in my about:config, now RES won't work. by [deleted]in Enhancement

[–]robot_zombie 0 points1 point ago

It might be better to look for a way to whitelist certain sources instead of manually adjusting that setting to false if you want some content like RES to operate correctly. I'd search for a plugin for your particular browser to handle it for you.

TIL that if lydia is blocking a door way you can sprint at her to mover her out of the way by Jewbot69in skyrim

[–]robot_zombie 0 points1 point ago

you can also shield bash her out of the way.

I found out the admin password of our school's PCs. What should I do? by Endgegnerin AskReddit

[–]robot_zombie 0 points1 point ago

sorry, this has been archived and can no longer be voted on

When I was in high school CAD class someone installed a cracked version of warcraft 3 along with some other games on all the computers. we didn't accomplish much the rest of the year.

I found out the admin password of our school's PCs. What should I do? by Endgegnerin AskReddit

[–]robot_zombie -2 points-1 points ago

sorry, this has been archived and can no longer be voted on

was it "password"? or your schools name?

[Announcement] Hey, coders! RES is now on github... please read details inside... by honestbleepsin Enhancement

[–]robot_zombie 0 points1 point ago

sorry, this has been archived and can no longer be voted on

I'm new to version control all together. Here are some sources I'm using plus a few extra that you might find useful.

view more: next