Skip to content

Instantly share code, notes, and snippets.

View MWins's full-sized avatar

Malcolm Winslett MWins

View GitHub Profile
@MWins
MWins / project-ideas01.md
Last active April 18, 2024 09:35
Back end Projects - list

Project Ideas

Ok. I'm going to list off some ideas for projects. You will have to determine if any particular idea is good enough to include in a portfolio. These aren't creative ideas. They likely already exist. Some are way too advanced while others are simplistic.

I will recommend to post any project you make to github and make a github project page for it. Explain in as much detail as possible how you made it, how it can be improved etc. Document it.

If you pick an advanced idea, setup a development roadmap and follow it. This will show some project management skills.

Another piece of advice for those who are design challenged. Use different front end frameworks and use different themes for those frameworks to provide appealing designs without looking like yet another bootstrap site.

@MWins
MWins / best-design-resources.md
Last active January 15, 2023 09:15
Best Web Design Resources
@MWins
MWins / software-dev-project-managment.md
Created March 20, 2017 14:11
Software Development Project Management Related Information

http://web.mit.edu/ssit/cis/CISRequirements.html

Super long requirements document which is just not feasible for small scale projects with a single developer or even a small team. It would take more time to gather the information for this document than to complete some projects.

https://www.atlassian.com/agile/requirements

Shorter example from Confluence (bitbucket/atlassian) - Don't have real problems with the structure of the requirements but I know from working with their software, it isn't very easy to work with to produce useful documentation. Which makes me leary of using them as a reference.

https://en.wikipedia.org/wiki/Product_requirements_document

@MWins
MWins / colors-css-notes.md
Last active February 11, 2017 13:08
Colors To Use plus notes

rgba(0,0,255,.7);

nice transparent dark blue (it's full blue at 70% opacity.

[ create a list of color files ]

color-list-purple.txt

@MWins
MWins / html-test-pull-api.php
Last active January 31, 2017 19:52
HTML - Test if template code can be pulled from gist api
<h1> [[ name ]] </h1>
## Headline
@MWins
MWins / cpanel-webroot.md
Created January 27, 2017 20:25
Web Root - Mapping files on the webhost to website

public_html is the domain root, so if you have http://www.domain.com/ , the last / means 'public_html'. If you are linking to a file visible from the web you will not use public_html/ as part of the path.

First example should just be href="main.css", if it doesn't find it. Put href="/main.css".

What you are encountering is relative vs absolute paths. Note this applies to files accessed via the web not to files accessed via the file system. A relative path starts from the current directory. An absolute URL starts from the web root (public_html/) in this case.

Some examples :

public_html/

@MWins
MWins / FEF-active.md
Created January 24, 2017 06:10
Front End Frameworks - Active

Front-end Frameworks v2.6

1:07 AM 1/24/2017

A collection of active front-end frameworks for web development.

You can Compare all front-end frameworks here: http://usablica.github.com/front-end-frameworks/compare.html All credit goes to usablica for the original list. I have removed frameworks which have gone inactive. In some cases the framework still is available but has not received updates in years.

@MWins
MWins / frontendDevlopmentBookmarks.md
Created August 18, 2016 10:08 — forked from dypsilon/frontendDevlopmentBookmarks.md
A badass list of frontend development resources I collected over time.
@MWins
MWins / developers-sites.opml
Last active January 25, 2017 02:11
developers-sites
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
<title><![CDATA[Bookmarks OPML Export]]></title>
<dateCreated>Thu Dec 17 2015 08:38:54 GMT-0500 (Eastern Standard Time)</dateCreated>
</head>
<body>
<outline text="41-developers">
<outline type="link" text="Robert (Corky) Cartwright" url="http://www.cs.rice.edu/~cork/" description="" keyword="" />
<outline type="link" text="Benjamin Hollway || nothingrandom" url="http://nothingrandom.com/" description="Freelance Front-end Developer based in Brighton, UK." keyword="" /><outline type="link" text="Webreflection Limited" url="https://www.webreflection.co.uk/" description="" keyword="" /><outline type="link" text="Resume of Andrew Wesley Jones, Atlanta GA Frontend Developer, PHP Developer and Illustrator" url="http://andrewwesleyjones.com/" description="" keyword="" />