AngularJS $http Demo
For JavaScript, I believe the most powerful function is Ajax. So I made a very very simple demo for AngularJS as learner.
For JavaScript, I believe the most powerful function is Ajax. So I made a very very simple demo for AngularJS as learner.
In this article, I do not try to code myself, just understand AngularJS in a high-level view.
Maybe in the June, Wen, the CEO of Smarking Inc gave a link to apply YC Hackthon. Then, in a morning, when I was waiting the subway, I got the email that my application was accepted. Not so superised, as it just means I still did the same thing(coding) in a different place. Thanks for the CMU competition, Wen can afford the flight fee for us to CA. (31st July ~ 4 August)
This post is related to how to make a responsive table into a List view when the browser width is pretty small. Table collapses into a “list” on small screens. Headers are pulled from data attributes. You can find the origin post here: http://codepen.io/geoffyuen/pen/FCBEg. And you can download the ZIP package with this link: http://codepen.io/geoffyuen/share/zip/FCBEg/
With PhoneGap, we can use HTML+CSS+JS to build the mobile apps. But how could we call hardware of iPhone, such as camera, in our code with PhoneGap? Good news is that there are many plugins already existed, with which we can interact with hardware.Now let’s do a app for QRCode sanner:
This post will tell you how detect IE and its version. Refer: http://stackoverflow.com/questions/10964966/detect-ie-version-in-javascript
I have tried almost every browser, and my favorite one is Google Chrome: Fast Easy to sync everything I need Easy for web developing … more … But this is not the execuse that I can never care about IE. In my daily life, I have many web related projects. Even I use Chrome, I must care for the users who use IE to visit my works.
I have many servers, which run Java Web applications. For development, I like Jetty, but for production, I prefer Tomcat7 now. In ubuntu, you need root permission to use ports under 1024.
Recently, I always have work in Ubuntu servers. And sometimes when I tried to output a timestamp from server side to front end, I find something is “wrong”. Such I want time in EST, but the default is UTC.
1. Enable Remote AccessOpen 12/etc/mysql/my.cnf# in Ubuntu 16.04, the path should be /etc/mysql/mysql.conf.d/mysqld.cnf
Finding out what version of OpenGL your graphics card support: GLinfo2.zipThe very first thing you need to do is determine if your video card can support GPU programming. Specifically, you are looking to see if your graphic card supports OpenGL version 4.1 or later. >>See the Source Code<< >>Download the Executive program<<
Finding out what version of OpenGL your graphics card support: GLinfo2.zipThe very first thing you need to do is determine if your video card can support GPU programming. Specifically, you are looking to see if your graphic card supports OpenGL version 4.1 or later. See the Source Code Download the Executive program
Finding out what version of OpenGL your graphics card support: GLinfo2.zipThe very first thing you need to do is determine if your video card can support GPU programming. Specifically, you are looking to see if your graphic card supports OpenGL version 4.1 or later. See the Source Code Download the Executive program