Hacker News new | past | comments | ask | show | jobs | submit | more djrconcepts's comments login

css-tricks.com



Start Here.

Step 1) open a text editor.

Step 2) paste in the following code.

<!doctype html>

<html>

  <head>

    <title>my first website</title>

  </head>

  <body>

    <p>hello world</p>

  </body>
</html>

Step 3) save the file as index.html

Step 4) open the file in your internet browser.


I recommend starting with a text editor and a browser. May I recommend Sublime Text and Google Chrome. Then, you will want to learn HTML + CSS. After you are comfortable with html and css, move on to Javascript... Before using a website hosting company, test your site locally with an AMP local development server.


love playing this game.


I was a huge fan of igoogle. No idea why this project shut down. The concept was brilliant, but maybe the name conflicted with apple's ieverything.


No, they created Google Now which overlapped with this product. Google is constantly starting new projects and ending ones that either conflict with new ones or become obsolete.


Except that Google Now is not for desktops or a 'start page' (at least not yet), and perhaps more importantly, is not accessible or extensible by developers, or customizable by users.


I do think you have something there about desktop use. What's important here is that Google adapted to the migration of users to mobile devices. Just like desktop PCs are in decline, so are apps that are desktop-only.


This is great.


thanks for sharing. i hope in the next version, castling the king is added.


Speed up the cool down when gathering wood or checking traps. Paste this code into chrome console.

Button.cooldown = function (btn) { var cd = btn.data("cooldown"); if(cd > 0) { $('div.cooldown', btn).stop(true, true).width("100%").animate({width: '0%'}, cd * 10, 'linear', function() { var b = $(this).closest('.button'); b.data('onCooldown', false); if(!b.data('disabled')) { b.removeClass('disabled'); } }); btn.addClass('disabled'); btn.data('onCooldown', true); } }


I'm running Win 7. I was also served malware while listening to music on grooveshark. Had to restart my computer afterwards. I think it has something to do with their ads.


Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: