Coder Social home page Coder Social logo

project_1_applied's People

Contributors

danieloh91 avatar

Watchers

 avatar  avatar  avatar

project_1_applied's Issues

Job post limit of 2

For some reason, after submitting more job posts after 2 new company posts, the others do not render on page

After editing, additional panel pops up

After trying to edit the position information, the position disappears and an additional panel heading that's empty pops up. After refreshing the page, the position is updated with the additional panel not existing

Issues With Deleting Companies Controller

If you're still thinking about deleting the companiesController if it's being unused, you'll definitely want to delete the reference to it in your index.js in your controllers. Even if you're not using it, express will be pisses when it's not there!

module.exports.companies = require('./companiesController');

Bower Components (Bootstrap, etc) Not Showing on Heroku

Heroku doesn't recognize your bower_components folder because you smartly chose to ignore it from your git pushes. It might make sense to allow GitHub to read only the folder which contains your Bootstrap, etc so that it can read the components you downloaded. Alternatively, you could create your own folder outside of the bower folder, and then link them. Alternatively alternatively, just link to some CDNs, but apparently this is a little bit of bad form in some circles.

Achieving Desired Hide Effect For Buttons

collapssing_button = id of the button you want to hide

$('#collapsing_button').on('click', function() {
$(this).hide();
});

Add an id to the button you want to hide, then add this code to your js!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.