background preloader

Web

Facebook Twitter

Web Fundamentals. Creating Your Own Personal Website [Tutorial] - Tutorials - CodeTree. Hello there, I'm thinking about starting a small tutorial series on programming/development here on CodeTree. Today I am going to show you how you can easily create your own personal "About Me" website that will serve as a basic landing page to make you findable on the web. Many of us on CodeTree have made similar sites, and I'd like to help anyone else do so too. If you know what you are doing, you can skip part one, but I would like to help anyone new to web development get into it. Part 1: Acquire a domain and hosting. For your website, you will need to get a domain name, and hosting (which will serve your files).

If you are a student, you can get a free .me domain, as well as a $100 DigitalOcean credit in the GitHub Student Developer Pack25. Lastly, you can get a simple .github.io and static file hosting (Just HTML, CSS, etc) from Github by creating a repository with GitHub Pages9. Part 2: Setup the template Step 1: Setup your editor. Part 3: Explanation and customization. Done! Have fun! The Best Websites to Learn Coding Online | TechGrey. The Learn to Code movement( a movement which went viral among teens) with the backing of the likes of Obama and Bill Gates, is picking up momentum worldwide and it is actually a very good thing as even basic programming skills can have a major impact on you and your Imagination and Creativity. If you can teach yourself how to write code, you will gain a competitive edge over your peers, you can think more Creatively and thus you can tackle problems more efficiently.

Don’t just download the latest app, help redesign it. Don’t just play on your phone, program it. — Obama. There is no reason in why you should not know the basics of coding. You can automate your everyday tasks, you can program your Excel sheets, improve workflows, you can extract data from websites and accomplish so much more creative with code. You may not be in the business of writing software programs but you should know the basics of coding which will help you communicate more effectively with developers. Creating 3D worlds with HTML and CSS. Last year I created a demo showing how CSS 3D transforms could be used to create 3D environments. The demo was a technical showcase of what could be achieved with CSS at the time but I wanted to see how far I could push things, so over the past few months I’ve been working on a new version with more complex models, realistic lighting, shadows and collision detection.

This post documents how I did it and the techniques I used. View the demo(best experienced in Safari) Creating 3D objects In today’s 3D engines an objects geometry is stored as a collection of points (or vertices) each having an x, y and z property that defines its position in 3D space. A rectangle for example would be defined by four vertices, one for each corner. With CSS transforms this is turned on its head.

Creating objects from rectangles seems limiting at first but you can do a surprising amount with them, especially when you start playing with PNG alpha channels. Lighting This technique is referred to as flat shading. Tools & Resources Every Mobile App Developer Should Know About. Tools & Resources Every Mobile App Developer Should Know About We’ve talked to over 350 mobile app ventures and developers from over 80 countries in the past 12 weeks since we launched LinkTexting on ProductHunt. These are the tools and resources we think every Mobile app Developer should be cognizant of while building and launching their app.

ThunderClap Gather your supporters and broadcast your announcements on their social networks. LinkTexting Landing page tool to get more downloads. Branch.io Branch makes the same powerful referral system available both on the web and in your apps. We can’t praise Branch enough. LinkTally Find out how many times your website or blog post is getting shared across different social networks. iOS Dev Weekly Subscribe to a hand picked round up of the best iOS development links every week. R/iOSProgramming + r/androiddev Both of these subreddits provide easy access to tens of thousands of mobile app developers. BetaList MockUPhone Untorch Proto.io Idea Squares DakWak. Blnight/ngMario. Créer un menu horizontal déroulant en CSS. Bonnes pratiques javascript. Aligner ses formulaires sans tableaux. Ten Most common JavaScript mistakes via reddit.com.