Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~925 People Reached
Favorite Tags
Member Avatar for AspiringCoder

I have been trying to get the sponser logos (Vail, Oakley, etc.) on [www,noahhoffman.com](http://www.noahhoffman.com) to link to their respective websites for the past few days and have run into an issue. Even though the images are linked they are unclickable. I think this is an issue to do with the …

Member Avatar for JorgeM
0
123
Member Avatar for AspiringCoder

I am in a class at my high school currently that requires that I complete a project that interests me. I created a Wordpress theme. One of the requirements for this project is interviewing someone. As I don't know any web developers I was wondering if someone would be willing …

Member Avatar for sgt_toasty
0
295
Member Avatar for AspiringCoder

I have a Mac running leopard that won't connect to sites that start with [CODE]https://[/CODE] It connects fine with all sites starting with [CODE]http://[/CODE] When I try t connect to a https safari displays [QUOTE]Safari can’t open the page [I]page url[/I] because Safari can’t establish a secure connection to the …

Member Avatar for coil
0
213
Member Avatar for AspiringCoder

How would you take an int and make each diget into a array element? For example: [CODE]int num = 12345; int nums[4]; // how ever you enter numbers into the array // would result in: // nums[0] = 1 // nums[1] = 2 // and so on...[/CODE]

Member Avatar for AspiringCoder
0
154
Member Avatar for AspiringCoder

I was wondering whether it was possible to use dynamic memory or something else to achieve something to the effect of entering numbers or a string using standard input without first having to specify how many instances you intend to enter. If this can be done through some other method …

Member Avatar for mrnutty
0
140