1596185696
It used to be that you would have to write a bunch of JavaScript to create some type of accordion widget with HTML. HTML5 added a new couple elements called details and summary for native support for this type of widget.
Code from video: https://gist.github.com/prof3ssorSt3v3/068de390c81454024a8e62e2da684e4b
#html5 #html
1655889360
Element iOS is an iOS Matrix client provided by Element. It is based on MatrixSDK.
You can try last beta build by accessing our TestFlight Public Link. For questions and feedback about latest TestFlight build, please access the Element iOS Matrix room: #element-ios:matrix.org.
If you have already everything installed, opening the project workspace in Xcode should be as easy as:
$ xcodegen # Create the xcodeproj with all project source files
$ pod install # Create the xcworkspace with all project dependencies
$ open Riot.xcworkspace # Open Xcode
Else, you can visit our installation guide. This guide also offers more details and advanced usage like using MatrixSDK in its development version.
If you want to contribute to Element iOS code or translations, go to the contribution guide.
When you are experiencing an issue on Element iOS, please first search in GitHub issues and then in #element-ios:matrix.org. If after your research you still have a question, ask at #element-ios:matrix.org. Otherwise feel free to create a GitHub issue if you encounter a bug or a crash, by explaining clearly in detail what happened. You can also perform bug reporting (Rageshake) from the Element application by shaking your phone or going to the application settings. This is especially recommended when you encounter a crash.
Download Details:
Author: vector-im
Source Code: https://github.com/vector-im/element-ios
License: Apache-2.0 license
#swift #ios #mobileapp
1596185696
It used to be that you would have to write a bunch of JavaScript to create some type of accordion widget with HTML. HTML5 added a new couple elements called details and summary for native support for this type of widget.
Code from video: https://gist.github.com/prof3ssorSt3v3/068de390c81454024a8e62e2da684e4b
#html5 #html
1598067840
It used to be that you would have to write a bunch of JavaScript to create some type of accordion widget with HTML. HTML5 added a new couple elements called details and summary for native support for this type of widget.
Code from video: https://gist.github.com/prof3ssorSt3v3/068de390c81454024a8e62e2da684e4b
#javascript #html5 #html #web-development
1626756780
Want to learn HTML5 and CSS3 from scratch?
This is the 14th episode of my “Learn HTML5 and CSS3” course. In this course, we will learn everything about how we can create markup for a website. At the end of the course, I will add some full tutorials where I will be creating famous websites from scratch. So, if you have any suggestions, just let me know and I might make a video about it!
In this episode, I want to quickly go over all the elements and structure of the body element. This is a pretty important episode because from now on, we will start creating actual websites!
#css3 #html5 #inside the body element?
1626745800
Want to learn HTML5 and CSS3 from scratch?
This is the eleventh episode of my “Learn HTML5 and CSS3” course. In this course, we will learn everything about how we can create markup for a website. At the end of the course, I will add some full tutorials where I will be creating famous websites from scratch. So, if you have any suggestions, just let me know and I might make a video about it!
In this short video, I want to create subpages. This will be a relatively easy episode, but in the next episode, we are going to focus on creating an elements (links). And therefore, we need to create subpages so we can create links to it.
#css3 #html5 #subpages in html5