Something after I have my job
I started my new job from September, and I confess that as a new hire, I have a lot of stress to start my career life. But, it is really cool.
I started my new job from September, and I confess that as a new hire, I have a lot of stress to start my career life. But, it is really cool.
DefinitionXSL stands for EXtensible Stylesheet Language, and is a style sheet language for XML documents. (XSL = Style Sheets for XML) XSLT stands for XSL Transformations. In this tutorial you will learn how to use XSLT to transform XML documents into other formats, like XHTML. You can try a online demo here: http://www.w3schools.com/xsl/tryxslt.asp?xmlfile=cdcatalog&xsltfile=cdcatalog
So far, I have had many interviews, and also I learnt a lot from them, even I failed most of them.
MIT GFSA program ended in 6th September with the Demo day, which also means this summer is over to me.
Sometime, when I failed to restart my tomcat7 server, and in the log, it returns error: **address already in use!**
As a newcomer, I find a lot of problems when I am using AngularJS. One problem is related to Ajax request. In jQuery, the server side can easy get the parameters, such as name: “John”. 1$.post( 'test.php', { name: 'John', time: '2pm' } );
This article is a brief introduction of how to use maven to deploy your website into tomcat7 [Ubuntu].
This is a quick start helloWorld demo of Laravel.
I have written a PayPal Credit Card payment plugin for jFinal, so I just share it here! It is hosted in my GitHub: https://github.com/zhouhao/PayPal-CreditCard-Payment-jFinal
I think it is better to master 23 Design Patterns as a Java developer. After I have a brief study, I find design pattern is not a new concept, and I have already used some of them in my daily projects unconsciously. Here I will describe some details about Decorator and Proxy, as I find they share something in common.
It is a simple function that can identify the credit card type by its number. Get help from this page: http://www.regular-expressions.info/creditcard.html
Recently, I am learning AngularJS, and I “believe” I have some progress, so that I cannot wait to puslish my work to the public. This is the repository for the AngularJS demo I write in GitHub. And I publish this work at this link: http://sbzhouhao.net/TodoApp-AngularJS-Firebase/#/todo, which is a static page hosted in GitHub Pages.
Ohhh… I find a problem that the pages do not have titles(just display as URL), when I play the demo in AngularJS Start with Yeoman, Grunt and Bower. ###Intuitively, the page title should be changed dynamically with routers’ changing.