Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements
Ranked #17.3K
Ranked #3K
~2K People Reached
Favorite Tags

12 Posted Topics

Member Avatar for RIsagara
Member Avatar for fawkman

1. The average person has a very short attention span when viewing a web page. Keep it simple, functional, and well organized. If you are not sure if something is simple enough, let someone who knows little more than how to google something try to find something on your site. …

Member Avatar for stellamary
0
215
Member Avatar for jaimca

Upload the pdf to google documents. Link to it from the website using the share option. You get the scroll bar, easy download and/or print, search online for specific text, zoom in, zoom out, and 1page or 4page view. Unless you build it yourself or pay for it, I don't …

Member Avatar for Beg.CProgrammer
0
79
Member Avatar for aalice

Use the modulus operator (%) to find the numbers that give a remainder of zero for 3,5,or 7 (or being "||"). Use a loop to add them for a total sum.

Member Avatar for ithelp
0
79
Member Avatar for relinx
Member Avatar for Moirae

On how to write a thesis? Just interviewed a PhD about three weeks ago who sits on a council to approve people's thesis for graduation at a major university. One of the top things I remember was to emulate the structure of people who were successful and avoid the mistakes …

Member Avatar for Moirae
0
134
Member Avatar for chowdarysmk

I believe you can get roughly the same thing by adjusting Adobe Dreamweaver's Spry options.

Member Avatar for Beg.CProgrammer
0
73
Member Avatar for walba

I'd start with web development tools such as adobe dreamweaver or eclipse. I started with just developing a simple myspace page to my likings. Adjust background, quizzes, widgets, etc. Of course you could just try to code directly from a text editor with the bare bottom basics instead of learn …

Member Avatar for mhovidz
0
111
Member Avatar for mauryoung

I compiled it, and ran it. It works fine for all three outputs. It works also without the 'getchar();' at the end. Compiler issue?

Member Avatar for mythilisrini
0
188
Member Avatar for logan59102

I prefer 'for loops' for counting myself. Say you want to count/loop something. For a while loop: [CODE] while (count<= 5) { printf("%i\n", count); ++count } [/CODE] By declaring the number to count inside the loop, it counts each time the loop processes.

Member Avatar for Beg.CProgrammer
0
350
Member Avatar for richkid

Your assignments did not match up. [CODE] #include <stdio.h> #include <math.h> int main(void) { double Force; double mass; double a=9.81; printf("Enter the mass value: "); scanf("%lf", &mass); Force= mass*a; printf("The Force of the body is : %5.2f\n", Force); return 0; } [/CODE]

Member Avatar for chescarleta18
0
101
Member Avatar for smith6237

Can you open page from the webpage file directly into IE? (How Dreamweaver connects to IE for previewing; doubt it but maybe) Can you preview it in another browser such as firefox? (Individual browser problem)

Member Avatar for Beg.CProgrammer
0
54

The End.