Pages

Monday, February 29, 2016

Hello Angular 2.0

I would like to start a new series to introduce Angular 2.0

// Comment
(function(){
    alert("Hello Angular 2);
});

 Today we are going to create a simple Angular 2 Application to output our very own "Hello World"

1. Create Index.html file



    
    SyntaxHighlighter Demo Page - <?= htmlspecialchars($title) ?>

 

 


 

Monday, February 22, 2016

Tools Create Softwares...

I would like you to know the different tools and software that i'll be using on this blog so you might want a headstart.
  1.   Visual Studio
    • This is what I love with Microsoft. They created this ultimate software that helps you create on building you application. Most of what you need in building your very first application is already here and would like to create a session to get around this software and how I use it.
  2.  SQL Server
    • One of my goal for this session is for the reader to create his very own application using Microsoft technologies. What is a web application without a database? This is Microsoft Database Server where your application will store your data of course. I won't be tackling this software in detail because I am not an expert when it comes to database but will go with the basic of course
  3.  Internet Information Server (IIS)
    • This is the software that helps you with hosting your website and this is the reason why there is a "Deployment Issue" :). I'm not the expert too but I hope to learn something new along the way.
  4. Google Chrome
    • This is my best buddy when it comes to debugging the UI of the web applications that we are developing. I'm using firebug previously but I guess this is far more better when viewing your application and debugging it. I solely use Internet Explorer (This is your enemy) to download this amazing browser
That's it. These are the tools/software that I'll be using in these blog. With these tools alone I am confident that you can create your very first web application.
Goodluck to you!

The Software Developer

Kimwan is a software developer that specializes in .Net Microsoft Technologies such as MVC, Entity Framework, SQL Server, etc. He enjoys and preferred Front-End development more than Back-End Development because he is a visual type of person. He has above average skills in HTML, CSS, Javascript using different front-end frameworks such as JQuery, Angular JS 1.x+, Twitter Bootstrap (or other grid based framework: Foundation, Metro UI, etc), etc.
He is happy to commit to blogging and post at least one (1) session of a subject matter regarding programming preferably the skills that he currently possess. The purpose of this is to verify his learning, to share his insights to the web, to improve his communication skills, to create a network and to get comments from other developers that is probably have more experience and expertise than him.
I would like to thank in advance the readers of my blog for following my session and would very much appreciate any questions. I will use everything in my power to answer your questions but will also give my honest opinion if I'm not familiar with the subject matter.

-The Curious Developer