I have finally finished up the last of the donation box coding now users are able to transfer points to other users. The donation box is designed to only allow users to withdraw points upon reaching their donation goal. As a safety precaution the user has the ability to refund all the donors who...
@Digital: I would be happy to show it to you when it is done. :)
In the meantime here is the code for My Movie Controller:
class MoviesController < ApplicationController
include MoviesHelper
def index
mode "index"
end
def show
mode "show"
end
def new...
Currently I am working on getting my user's the ability to upload video to my website. Its still relatively broken but the uploading portion does work only in the form view cache field. So I do know that part is working. Currently I have extremely unmodernized controllers as I haven't done any...
@Hare: For me I have say a bit of frustration and excitement. What I do know of imagemagick is that is a bit of a tricky tool to get setup on Ruby on Rails. However once you do then you can change the size of an image. My recomendations is to make your images 200 by 200 for pets. At least 200 by...
Now that I know which loop to use for the game why do people use this pattern? I am kind of confused as why input is separated from update and render in some cases and not combined.
Any one can explain this to me?
//This will be a working pong game.
//It will feature a single paddle, one...
@Digital: There actually is a difference between b and c. If you put an if statement in the middle that sets a variable that is looked at the bottom then it will exit on that iteration. However if you use the while loop and an if statement is in the middle that sets a variable that is used in...
I am looking to understand which of these loops would work in a game loop design strategy. What are the advantages and disadvantages of each approach?
//This will be a working pong game.
//It will feature a single paddle, one ball, and three walls.
//It will be played from the left.
//The...
@LuciBeingLuci: Can you send me a copy of your sql tables as well as the attributes of each table? I think I can find the issue. However I will need some explaining of what each attribute does.
One of the issues with bootstrap code is it creates a bunch of garbage javascript just to get something up and running. It causes the forums code to bloat quite a bit compared to if you just did the coding yourself actually. CSS can provide most things but it can be a bit tricky at first. My...
The colorscheme list displays the various colors that the site has to offer. Each having a different type of set colors that are used. High contrast colors feature a dark background with light colors only at 3 bit rgb pallete. The default site color will change with each revision. Additional...
Below we can see what appears to the very first demonstration of the beta user. The beta user is used for testing out the websites newest features and as such is kind of important especially for the early development process. On top of this music will be available specificially for the beta...
@LuciBeingLuci: Another alternative would be digital ocean if your site requires ruby. I don't know about mysidia support on digital ocean, but ruby and php are supported though. It does require money though, it is pretty cheap for a server though.
@LuciBeingLuci: If you need any help with debuging coding issues on Enchanted souls I could certainly give it a look though. :) Plus I could use the experience in debugging.
I never knew that Peter Venkman was the voice of Garfield the cat and that Ray Stans was the voice of Dontello.
Did anyone else catch that while watching the show?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.