Quantcast
Channel: Coding & Programming
Browsing latest articles
Browse All 127 View Live
↧

I Am Seeking Help For A Ruby On Rails Problem Involving Date And Time Fields.

What I want to happen is that I want to display all the users that have signed up within one day from the current time. For example if today's date is April 11th 2016, then I want to display only the...

View Article


How To Upload And View Word Documents In Html?

I am using ruby on rails 3.2 with carrierwave. While I can upload an odt file, doc, or docx file, I can't get it to display anything other then the name of the file itself. I like to be able to see the...

View Article


What Are Some Good Forgoten Passwords Methods?

I am attempting to add a forgot password functionality to my website so that users can reset there passwords on there own. However how do I make sure that only the user the account belongs to is able...

View Article

Forgotten Passwords Having Its Own Model?

I was wondering if it is a good idea for the forgotten password section to have a place in the database? In one aspect it would allow you to see when a user changed their password and what the original...

View Article

Mysql Database Issues

I having an issue editing a pet variable called costs and level. Whenever I attempt to edit a pets hp, atk, def, and spd, the level and cost values do not change. So if the pet level is originally 3...

View Article


Database Setup - Missions

I'm currently looking at my database setup for missions and need a little help figuring it out. Missions Table Has a name and description and basic information about the mission. User Missions Table...

View Article

Image may be NSFW.
Clik here to view.

Mailer Failing

My mailer is failing in production mode and I just can't get it to work. It works in development. i need some help. Trial::Application.configure do # Settings specified here will take precedence over...

View Article

Flash Messages Not Displaying In Production Mode

My flash messages are not displaying in production mode and I don't know what is going wrong. I could really use some help. Flash success doesn't work for login and forgotten passwords for some strange...

View Article


Anyone remember using (or still do) flat file databases?

Ahh, when I first started programming PHP I had no idea was MySQL or phpMyAdmin was. Therefore I turned to an alternative, flat file databases. I used this to create my first registration and login...

View Article


Where Would Be The Best Place To Learn Coding?

( If this is in the wrong place, I apologize. I wasn't to sure where to place this thread.) So back when I was 14, I was heavily into virtual pet sites. I played neopets, billapaws, starbits,...

View Article

Crap. Ever feel like throwing your mouse or computer off of a cliff?

So, here I was, coding all happily, I made this GORGEOUS but simple layout, and I was making it for like, over an hour lalalala. Then. THEN. I ACCIDENTALLY TAPPED THE STUPID EFFIN CLEAR BUTTON! And...

View Article

Mailer 530-5.5.1 Authentication Required.

I am recieving this error 530-5.5.1 Authentication Required. It says my mailer is insecure or something. I don't know how to fix this and the tutorial I followed only recommends the non secure way....

View Article

Switching Frameworks

Herro! So, for the longest time I've been using CodeIgniter as my go-to framework when starting projects or doing much of anything web based because of ease of setup. As of recent, I've been looking at...

View Article


What Editing Program Do You Use?

Hi all! I was curious to see what program everyone uses to perform their coding. I currently use Coda for Mac. There is no Windows version, but it has all the functionality I would expect out of a...

View Article

Laravel Pivot Table Relationship

Been looking at this code for far too long and just can't seem to figure out why it isn't working. <.< I have four tables: characters, pets, characters_pets and characters_pets_metadata. Code:...

View Article


Code Streaming?

I've never actually "streamed" anything, but today I've gone through and set the stuff up so I'm going to try it. There won't be any audio or anything (I'm not sure about just playing Spotify in the...

View Article

How Old Were You When You Started Programming?

I learned how to program when I was 14 by reading some php/mysql books, but now these same books are out-dated and contain bad programming information. I don't program anymore though since I prefer to...

View Article


Need Help Uploading Videos To My Website!

I was following a carrierwave video tutorial setup but so far have not had any luck in being able to accurately get video uploaded without an error message popping up. I don't know what else to do at...

View Article

Programming Buddy?

I'm currently in the process of learning the coding I'll need for my petsite. I was wondering if any more experienced programmers would want to be my programming buddy that I could possibly ask...

View Article

Too Many People Using Laravel Lol

I'm currently writing a a pet-site / battle game hybrid, the main focus of the game will on the battling instead of raising your monsters. Of course you will be able to raise your monsters, from an egg...

View Article

Perhaps More A Math Question Than A Programming Question

But, I've been stuck on this for a while, although now I at least have an idea of what output I'm looking for, I just don't know how to get there. Players can train in skills, but I didn't want it to...

View Article


How Did You Learn How To Program?

When I was 14-16 years old, I learned how to program php from two programming books. However, I forgot how to code php along time ago and I don't plan on learning the language again anytime soon. So,...

View Article


Video Uploading Issues In Ruby On Rails 3.2 Using Carrierwave

I ran into kind of a big issue in my attempt to get video content up and running. My biggest problem right now is with the uploader itself. I just can't get it work in carrierwave and ruby on rails....

View Article

Skip To Main Content Exist Yet Tool Varvy Doesn't Detect It?

I don't get this I have a skip to main content link but varvy is not detecting it even though it is there? What is going on?

View Article

How Do You Keep Track Of Timed Things?

How do you keep track of timed things without using crons? I just added a cron for weather that runs every 15 minutes and I want players to have the chance to collect something during certain weather...

View Article


How To Create Random Events

How do you guys implement random events onto your site? I want to be able to have random items, money, and just notifications implement at complete random times throughout the site.

View Article

Javascript Is No Longer Manageable

The javascript code of my site is no longer maintainable and I have no way to make it any smaller. I want the code to handle delete operations at a bear minimum though there might be a few other...

View Article

Interactive Accessibility Help

So I made this little minigame: Edit fiddle - JSFiddle You just click on two squares to switch them until the picture is in order (yes the image itself is a bit off, but it's just a placeholder).......

View Article

Three Videos That Can Help You Learn Mysql And Php

If you're trying to learn how to create a mysql database with cpanel, then this video can help you. You can learn how to connect to a mysql database using php as well. How... Three Videos That Can Help...

View Article



How Does One Build A Referal System?

I am kind of curious as to how one builds a referral program through coding? Is it really difficult to setup? How is one implemented and what is the relationship between it and a user?

View Article

How To Create User System In Mvc?

I want to create my own MVC system, but I am pretty lost on integrating things like classes and systems into it. I don't want to use something like Laravel because I want to be able to code it all...

View Article

Registration Form 13+ Or Redirect With Pin Access (need Help)

This is being Done Locally with Laravel. Ok, So here is my Goal. I'm attempting to create a registration form that upon submitting will redirect users under a certain age to a COPPA page that i create...

View Article

Mobile Compatibility - Css Viewport Units

Hi all! So... I discovered something last night. I'll be the first to admit that CSS is not my specialty, and I do not keep up to date with new features as they are introduced. Thus, I had no idea...

View Article


Image may be NSFW.
Clik here to view.

Imagemagick- What Can And What Can't It Do?

Hey I am starting on a new project, and one idea I had in mind would need a dynamic image generation, but I don't really understand the programming behind that (and what is possible and what is not). I...

View Article

How Can I Build A Java Game

To build a java game you need a run method, a constructor, and a couple of local variables. This is the minimum to get you started but you need a couple of other pieces of code to make it work. I am...

View Article

Seeking Help In Getting Rails Server And Rake To Play Nicely

After solving the issue with the primary key no null issue I have now run into another issue that happens when I run rails s. When I try to run rails s I get this: Code: <class:Mysql2Adapter>':...

View Article


Image may be NSFW.
Clik here to view.

What Is Your Project's Stack ?

(Yes, even if you didn't launch - or even started making - your game yet, you can post about it's stack here ) When making an web game there are a lot of options of programming languages, frameworks,...

View Article


Programming Apparel?

Hi! So I'm currently in the planning stage of a Furry petsite, where you can adopt furries, give them personalities, and customise them. (big emphasis on the last part!) So I was wondering: I want to...

View Article

Pathfinding For Npcs

So I'm working on having Npcs that don't get stuck on obstacles or other npcs and by not randomly walking around so I look for an example thats easy to understand and workable. I come across this A*...

View Article

[tutorial] Rebuilding The Pokemon Battle Stage

Hey guys, I used to visit this forum quite a lot, got locked out of my original account, so here I am with a fresh one. Last week I started a tutorial series, this series covers rebuilding the battle...

View Article
Browsing latest articles
Browse All 127 View Live