<M/> 170 Why so serious? Featured Poster

I somewhat get your issue? You are basically making a site and the problem with that site is that the site's elements don't show up? Well, either i am wrong or not on what i just read and how i interpreted it, can you at least provide us a link to where your site is so that we can see what you are seeing?

Also, make sure your files within your directory are properly placed and make sure your code itself points directly at the files within your directory (sorry if that sounded weird, i am typing this message on my phone)

<M/> 170 Why so serious? Featured Poster

hmmm, idk where my post went. But yes, i want to setup a local dev environment. It gets a bit irritating going through different steps to just simply upload a file (create project on dw, save it in your computer, transfer to filezilla). I rather just create the file and just save it so that it gets uploaded automatically. I know dreamweaver can do that, but idk how to set that up so that I can edit and customize my WP theme.

<M/> 170 Why so serious? Featured Poster

Is there a way to connect wordpress and dreamweaver together, in an easy way? I have been getting frustrated with templates that I use and now i want to completely modify them so that they fit my needs. I want to be able to make a change on dreamweaver and have it show up on my wordpress site. I have been searching for tutorials but they all say i need wamp/xamp/lamp/and so on with the amp's. I use GoDaddy for hosting.

<M/> 170 Why so serious? Featured Poster

Spongebob, everyone loves me despite whatever stupid thing I do.

<M/> 170 Why so serious? Featured Poster

I didn't know they served tea in prisons... >.> <.< >.>

<M/> 170 Why so serious? Featured Poster

A boy wrote to santa, "I want a brother."
Santa writes back, "Send me your mother."

<M/> 170 Why so serious? Featured Poster

based on what i have read, we are just guessing what we are doing. LONGWAY, put your code up so we can help you find an answer asap rather than us play minesweeper and try to guess what the problem is...

<M/> 170 Why so serious? Featured Poster

People may still send letters but even then, they probably use microsoft word rather than the traditional "handwritten letter"

<M/> 170 Why so serious? Featured Poster

Welcome to the community!

<M/> 170 Why so serious? Featured Poster

My bathroom, 2 minutes ago.

<M/> 170 Why so serious? Featured Poster

I live in california... so i get both... its hard for me to pick but if i had to go with one... it will be the cold

<M/> 170 Why so serious? Featured Poster

The words of AD always changes people... the last thing you want to do is be on his bad side...

<M/> 170 Why so serious? Featured Poster

Also... his very last post was a post correcting my mistake... in the geek's lounge :/

<M/> 170 Why so serious? Featured Poster

I don't want to be insulting or anything, but on that site, it says he was born in 1043?

<M/> 170 Why so serious? Featured Poster

This is honestly sad to hear. I have been gone for 2 months and I never thought i would even read this. I have learned a lot from reading his posts, he oftenly enlightened me by correcting my mistakes in the geek's lounge, just as Jim and Pritaeas would do. Or by reading his technical posts.

Rest in peace Melvin, you will be missed by the everyone.

<M/> 170 Why so serious? Featured Poster

Well, what sort of activities does your girlfriend like? By the sound of it, from what I have read, you should take her hiking. Sadly, i have not been to Finland, so I don't know what activities are fun there :P

<M/> 170 Why so serious? Featured Poster

exactly... he wants his dream ride, the unicorn, and to date his crush, Tinkerbell.

<M/> 170 Why so serious? Featured Poster

Not to be mean but, if you need to post and get help with homework on this level, you have just been filtered out of Computer Science, perhaps a different career path is in your future?

Some people can be very stubborn thinking they will make it... sadly, their stubborness can also cause them to not drop out of something that isn't working out for them.

<M/> 170 Why so serious? Featured Poster

I have a habit of laying on the couch while doing some work on the computer (coding or schoolwork)... but while I lay there, my dogs and cat like to sit on me and the keyboard, hitting many random keys and functions and closing out certain pages that are unsaved -_-

<M/> 170 Why so serious? Featured Poster

Honestly... games are both bad and good (and this is coming from a 16 year old). Video games should only be played when all of one's work/tasks are complete and still have enough time to sleep for a good 6-8 hours. Plus, video games should be monitored... playing for more than 2 hours typically has no benefit ;)

These are some very basic things I know about video games, the list goes on and on but I can't think straight today:

Pros:

  • Lets people get their stress out.
  • Helps improve some coordination (i forgot the word for it)
  • Can teach certain lessons (ironically, i learned quite a bit from playing Runescape)

Cons:

  • Fries your brain
  • Does increase one's anger (i have seen it with my own eyes by watching my brother play video games... whether it is battlefield or gran turismo)
  • Makes you unhealthy
<M/> 170 Why so serious? Featured Poster

@rose.karell.... did you really have to reincarnate a historic thread...

And also, i am not sure what you mean with your question.

<M/> 170 Why so serious? Featured Poster

I am trying to learn objective C with my brother and I have stumbled onto a problem involving one trying to collect a user's input and checking if it is odd or even.

I made this, and this works to test if a number is even or odd:

#include <stdio.h>

int main(){
    int num = 22;

    if (num % 2 == 0)
{
    printf("Yep. ");
}
else
{
    printf("Nope. ");
}

}

But how do i get it so that I can take what a user input is and run it to see if it is even or odd?

This is what I have so far:

#include <stdio.h>

int main(){
    int num = 0;

    printf("Enter your string: ");
    scanf("%s", num);
    printf("Your string is %s\n", num);

    if (num % 2 == 0)
{
    printf("Yep. ");
}
else
{
    printf("Nope. ");
}

}
<M/> 170 Why so serious? Featured Poster

For some odd reason, I can't edit my last post. Anyways, I am exploring the link you provided me. I like what that site offers but I am curious to know, how do I use it in order to meet my needs?

<M/> 170 Why so serious? Featured Poster

You still haven't answered whether you want your users to have write access to these files or have rights to upload their own files.

Sorry about that, I didn't realize I forgot to answer that. I want to have the users to be able to access the files.

Why don't you just use jsfiddle or pastebin and provide links to that?

I want to personalize and have it on my own site. I always like to try new things even if it is going to be harder or not.

Haven't used it, but what about this? http://phpfiddle.org/

I haven't thought about that. I am going to have a look into that link.

<M/> 170 Why so serious? Featured Poster

Well... all i am basically doing is making a site that stores all my code online. I want to use something like Google Drive and literally put on my site so that I or other can access it. Does any of those big companies provide any api's for this?

<M/> 170 Why so serious? Featured Poster

Is there a possibility to create a cloud repository/storage for certain users to have access to? I was looking for ways to use something like google drive, dropbox, and github on the site but i am not sure where to find an api or some way to implement it...

To sum things up, i just want to put google drive/dropbox/github/etc. on one of my sites for users to be able access files and download them.

Thanks.

<M/> 170 Why so serious? Featured Poster

waterfox

that's a new one...

<M/> 170 Why so serious? Featured Poster

Do you have a live version of it if not the source code? We are basically making guesses off of a picture and a somewhat clear description.

<M/> 170 Why so serious? Featured Poster

@Xlphos, when doing so, would I lose anything important such as certain files?

<M/> 170 Why so serious? Featured Poster

. would like to know what did it really fixed or you have just marked this question as solved because you have go some appropriate advice which you are going to try later.

I would have tried your method but I sent it to Samsung and they said it was a mistake on their part and they are giving me a compensation. Apparently, that battery was likely to blow up...

<M/> 170 Why so serious? Featured Poster

Welcome to the community!

<M/> 170 Why so serious? Featured Poster

What makes Bill a better name than Fred? His name is Fred.

... because Bill is a hip name ;)

Stop trying to rename him!

What if that is what Fred wants?

<M/> 170 Why so serious? Featured Poster

How about Bill? That is a well known name in the IT and comp science field (Bill Joy, Bill Gates, Bill Gropp, Bill English, etc.)

<M/> 170 Why so serious? Featured Poster

John Smith is too generic for regular people who are not into IT or comp science. How about John Doe lol? Or call him M :)

<M/> 170 Why so serious? Featured Poster

I have no idea what it is like... I am not even an official junior in high school yet but i can tell you one thing... and that is that senior year is going to go by fast and you better have a university picked out ;)

Warrens80 commented: clever +0
<M/> 170 Why so serious? Featured Poster

@Warrens, well... that must have came out before disney was even involved with anything George Lucas did

<M/> 170 Why so serious? Featured Poster

@kelly, sometimes the weird methods are the best methods. :)

<M/> 170 Why so serious? Featured Poster

@kelly... i never even thought of that

<M/> 170 Why so serious? Featured Poster

Exactly

So that means Daniel can work ;)

<M/> 170 Why so serious? Featured Poster

Hey guys, how do i logout of the onedrive account from the windows 8.1 app? I am planning on using a new account and I can't seem to find the logout for the app... is there any solution?

<M/> 170 Why so serious? Featured Poster

But if I want a guy's name, I don't want it to be Daniel because then people will get confused and think that DaniWeb is run by a guy named Daniel.

... but they are not going to think daniweb is run by a fred either. ;)

<M/> 170 Why so serious? Featured Poster

Because my name is Dani, not Daniel.

But fred is a guy... and daniel is closer to dani than fred and is also a male only name rather than dani (not saying your name is a bad name, i actually like the name) :)

<M/> 170 Why so serious? Featured Poster

Free
Respected
Educational
DaniWeb

Daniweb
Assists
New(bie)
IT [students]

I think Dani can work better than fred... what do you guys think?

He's hip looking with his messy hair and jeans, has a tablet, and looks like a giant thumb

... because most hip men have messy hair, wear jeans, hold tablets, yet look like giant thumbs ;)

Because a girl in a dress isn't really DaniWeb's target audience, and the name Dani (depending upon where in the world you are) can be considered a male or female name

Then why didn't you call it daniel?

<M/> 170 Why so serious? Featured Poster

Warrens80, do you have any interest in IT at all? Becuase, if not, then I seriously wonder why you are here if I'm bening honest...

Idk, but I think reddit would be a better place for him to share whatever he thinks of...

<M/> 170 Why so serious? Featured Poster

... they already throw in star wars into other disney shows, have you guys seen the latest Phineas and Ferb?

<M/> 170 Why so serious? Featured Poster

I saw Guardians of the Galaxy... best movie of the year. hands down. Marvel has dominated this year with 2 awesome films.

<M/> 170 Why so serious? Featured Poster

Okay... so according to them, my phone was "destroyed" when it came out of the factory (in other words, they are giving me a new phone OR my money back (I will just take my money back and get the LG G3 :D))

<M/> 170 Why so serious? Featured Poster

Disney will probably add "based on a true story" to the intro.

Or they might throw in a mickey mouse in there somehow... or maybe some form of a disney character in there...

<M/> 170 Why so serious? Featured Poster

Well... as long as you don't cause the problems you caused before, welcome back.

<M/> 170 Why so serious? Featured Poster

Congrats to you! If i remember, I think i got featured in august as well (unless it was june) of last year...