Completely build a multi-functional music player project (preliminary idea is similar to Cool Dog)
I am now ready to use my leisure time to build a complete music player project, mainly for learning and sharing! The original is not easy to reproduce, please indicate the source.
What kind of music player is this? The overall architecture is similar to Cool Dog. My way is to do it one by one, and then assemble it into a complete project. Final ...
Posted by CircularStopSign on Tue, 14 May 2019 23:20:26 -0700
Canvas event handling, listening for clicks
DOM is a very important part of the Web front-end domain. It is not only used in dealing with HTML elements, but also in graphic programming. For example, SVG drawing, all kinds of graphics are inserted into the page in the form of DOM nodes, which means that the DOM method can be used to manipulate graphics. For exampl ...
Posted by Kieran Huggins on Tue, 14 May 2019 09:52:17 -0700
JQuery's Common Ways to Make Advertising Banner Timely Appearance and Hiding
Just touched the front end, want to learn the introduction of JQuery. In order to realize the appearance and disappearance of advertisement banner with JQ, we need to cooperate with timing function. First, we need to introduce JQuery.js file or use cdn image.
I. JQuery's commonly used effect function
show() display function
...
Posted by BuzFortuna on Tue, 14 May 2019 08:15:18 -0700
Introduction and Introduction to the Front End Framework AngularJS
Introduction to Angular JS
The Angular JS is an open source Web application framework.It was originally developed by MISKO Hevery and Adam Abrons in 2009.Now maintained by Google.Its latest version is 1.3.14.
Four Features of Angular JS
Mode of MVC
Angular follows the MVC model of software engineering and encourages loosely ...
Posted by river001 on Tue, 14 May 2019 04:22:52 -0700
Front-end interface internationalization (improved i18n mode)
There are two main ways to internationalize front-end interfaces
1. The way translatr. JS plug-ins work
2. Using i18n
There are many bug s, such as code translation. When you visit an external network, sometimes you will encounter a lot of words that you can't understand. When you use Google Browser, it will prompt you wheth ...
Posted by Jamez on Sat, 11 May 2019 18:34:14 -0700
JavaScript Object-Oriented Built-in Constructor for Front-End Notes-Related Method | Attribute | Operator | Inheritance-Object-Oriented
I. review
1.1 Review Context
Calling method of function
context
fun()
window
obj.fun()
obj
box.onclick = fun
box
setInterval(fun,1000)
setTimeout(fun,1000)
window
array[8]()
array
new fun()
Secretly Creating New Objects
See who the final function caller is. ...
Posted by saeed99 on Sat, 11 May 2019 12:36:13 -0700
Simple modularization of js based on jQuery
When many people cooperate to complete a web page, they often encounter the problem of the interaction of your js code. There are many modular front-end frameworks that should solve this problem. But I am not a front-end developer, those frameworks have not been used, only relatively familiar with jQuery, I want to use jQuery to solve this prob ...
Posted by Ghostgator on Sat, 11 May 2019 04:53:15 -0700
Front End Basic Learning - CSS Header Fixed
There are two main reasons why it is difficult to fix a header with pure CSS.One is that IE6, which has the largest market share, does not support position:fixed.Another is that people want to do this in tables where they want to break their heads.But real foreigners have achieved this with pure CSS, using an astonishing number of CSS hacks... ...
Posted by slpctrl on Fri, 10 May 2019 14:24:36 -0700
Redis Basic Data Type-set (Collection)
Article Directory
Set (set)
Methods in set
sadd
smembers
sismember
scard
spop
sunion
srandmenber
sinter
srem
smove
sdiffstore
sdiff
sscan
sinterstore
sunionstore
Set (set)
Redis Set is an unordered collection of string types.Collection members are unique, which means that no duplicate data can appear in the collection. ...
Posted by rsammy on Fri, 10 May 2019 11:14:04 -0700
The use of Bootstrap and how to introduce hints into phpstorm.
Actually, everyone in PHP should have heard of bootstrap, right, but some friends were confused by bootstrap's so-called response when they first contacted. Today we're going to talk about bootstrap's simple build page. All you need to do is you have the basic knowledge of HTML and the so-called official manual. It's all done e ...
Posted by bliss322 on Fri, 10 May 2019 08:22:55 -0700