Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
~2K People Reached
Favorite Tags
Member Avatar for ari$av3s

What do you guys think is the best method for creating a short, looping, frame-by-frame NON-FLASH animated element? By best, I mean, most cross-browser compatible and least resource hogging. I see a few different JS solutions but was curious to hear about previous experiences.

Member Avatar for markjanyson
0
218
Member Avatar for ari$av3s

Up until now, I have used "unlimited" shared server space and have been able to serve out whatever MP4, .OGV, and WEBM files Miro video converter spat out without a problem. Now, I have invested in a virtual dedicated sever with better support/higher uptime/better transfer rate, and have to be …

0
111
Member Avatar for ari$av3s

The task at hand is to write a program that accepts arguments from the command line and convert them into USD. For example, take command line argument Currency EU 350, and convert in into USD. Now, please bear with me -- I may be phrasing this incorrectly, but how do …

Member Avatar for Narue
0
149
Member Avatar for ari$av3s

I want to write a program where, 1. string1 is declared as char s1[80]. string2 is declared as s2[40] 2. Function needs to check that the sum of both strings is less than 80 characters prior to appending them 3. If the sum is greater than 80 characters, return a …

Member Avatar for Narue
0
110
Member Avatar for ari$av3s

If I have the following code [CODE]#include <stdio.h> #include <ctype.h> #include <string.h> int main(void) { char prose[] = "to be or not to be that is the question"; int i, len; len = strlen(prose); puts (prose); return 0; }[/CODE] where would I insert the function Cap to capitalize the first …

Member Avatar for arindam31
0
164
Member Avatar for Teelnaw

Wondering if someone could guide me in the right direction. I think this code is right but can't figure out why my switch loop won't access my char array of grades and add it to an int array. [code] #include <stdio.h> int main (void) { char grade[32] = { 'A', …

Member Avatar for ari$av3s
0
265
Member Avatar for Quinterling

I'm revamping my web hosting site and have come accross a template I can work with in every way but for something called slopes? This seems to be an area where I can add text and when clicked it reveals more context of the heading subject. But I've never come …

Member Avatar for Quinterling
0
362
Member Avatar for ari$av3s

Hi! I am looking to make an adjustment to this script. I'm trying to find a way to do it as neatly as possible, and without breaking any pre-existing functionality. The code is here, with its corresponding tutorial: [URL="http://tympanus.net/codrops/2011/03/28/moving-boxes-content/"]http://tympanus.net/codrops/2011/03/28/moving-boxes-content/[/URL] What I'm trying to do is have the first section open …

Member Avatar for Airshow
0
193
Member Avatar for ari$av3s

Hi, guys! I started prototyping this site a little while ago. Some of the code may be a little bit ugly, but I'm cleaning it up as I go along. I spent a very long time doing flash sites and I am trying to brush up on my css. So, …

Member Avatar for ari$av3s
0
185