background preloader

Developer

Facebook Twitter

Welcome to Yearofmoo. Html - Save and retrieve user input from database with javascript? Animate.css. NgAnimation - simple animation sulotion for angularjs. Using GitHub Pages To Host Your Website. So you want to launch a simple website but don’t want to have to go through the dull process of setting up yet another hosting package. There is an easier solution. If you just want to launch a simple static website you can use GitHub Pages to host your site for free. Let’s get started. Note: This post assumes that you have a GitHub account and some basic knowledge of the version control system Git. Create Your GitHub Repository The files that make up your website will need to be stored within a GitHub repository. Note: If you are not adding your website files to an existing repo make sure that you setup a new repo before continuing. Now open up terminal (command prompt on Windows) and make sure that you have a copy of your GitHub repo on your computer. // Retrieve a copy of your GitHub repo. git clone // Move into that directory. cd repository Note: Make sure that you change the clone URL to the URL of your GitHub repo.

Creating an Orphan Branch. A WordPress Plugin For A Books List? The Gotham Gal moved to WordPress this week. I mentioned it in a post mid week. She maintains a book list on her blog. She’s a huge reader, at least a couple books a week, many times more than that. And she lists her favorite reads for all to see. On TypePad, she could enter a book name, an ASIN, or an ISBN and the book and link to Amazon would automatically be added to the list (with her Amazon Affiliate ID attached). I spent about an hour yesterday trying to replicate that functionality on WordPress via a plugin. Has anyone come across a WordPress plugin that does this? Sign in or Register. Deploying your site with Heroku. Heroku is a really cool service that specializes in making deployment of your web application quick and painless. Fortunately for us, it's also free! We'll be using it to host our portfolios, and there will only be a little bit of setup we need to do to get them up and running online!

So let's get started. 1) Create a free Heroku account Visit heroku.com and sign up for an account. This will send you a confirmation email, so check your email and click the link to activate your account. 2) Create a new application Creating a Heroku application is like creating a space online for your content to live. After setting your password, you should be taken to your account dashboard. Your app will need to have a unique name across all of Heroku. 3) Download and install Heroku Toolbelt Heroku toolbelt is a command-line tool that makes it dead simple to keep your website/webapp updated. Visit toolbelt.heroku.com and follow the instructions to install it and get it set up. A) Add a Procfile 6) Deploy! Seven Databases In Seven Weeks. Developer.mozilla. Introduction Once you have an idea for a Web app, you should carefully plan it before you start to do any coding or design.

This will be amazingly obvious to most of you, but it's a point that cannot be overstated, whether you're creating a completely new app, or repurposing an existing application. This article covers the main concepts to keep in mind as you plan an application and prepare for implementation. Note that this is a simple, general purpose workflow, designed to help people get started; if you're an experienced enterprise developer then you'll probably have a workflow and practices of your own to apply to open Web app development, which is fine. A statement of intent To start with, you should write down the app's intended functionality and target audience as concisely as possible, and you should think about the context/situation in which the target audience might use the app. Functionality Get device location as accurately as possible Plot that location on a Google map See also. Angular/angular-seed. AngularJS Tutorial - Building a Web App in 5 minutes.

AngularJS Lessons - Screencast Video Tutorials. 5 Essential Resources for Learning AngularJS - BootstrapBay. If you’re looking to build a dynamic web application, AngularJS is a front-end framework you might want to consider. Angular helps you create responsive and fast websites that are easy to test. It’s also backed by Google and quickly gaining a lot of momentum in development circles. When I looked at the items on our own marketplace, it was no surprise that our two best selling Bootstrap admin templates leverage the power of AngularJS. Further proof that the framework is gaining the hearts of many. Although there are plenty of benefits to using Angular, it’s not exactly the easiest to learn. Egghead.io – AngularJS App From Scratch: Getting Started This getting started series focuses on the absolute essentials for getting an AngularJS application up and running. When you complete this series, you will have a functioning Eggly application where you can create, update and delete bookmarks and filter them based on the selected bookmark category.

Thinkster.io – A Better Way to Learn AngularJS. Seven_Web_Frameworks_in_Seven_Weeks. JavaScript Strings Cheat Sheet | ShortcutFoo. Programming & DevOps news, tutorials & tools.