-  [WT]  [PS]  [Home] [Manage]

[Return]
Posting mode: Reply
  1.   (reply to 5178)
  2. (for post and file deletion)
/pr/ - Programming
  • Supported file types are: C, CSS, DOC, DOCX, GIF, H, JAVA, JPG, PDF, PNG, SVG, SWF, TXT, WEBM
  • Maximum file size allowed is 10000 KB.
  • Images greater than 200x200 pixels will be thumbnailed.
  • Currently 429 unique user posts. View catalog

  • Blotter updated: 2018-08-24 Show/Hide Show All

We are in the process of fixing long-standing bugs with the thread reader. This will probably cause more bugs for a short period of time. Buckle up.

Movies & TV 24/7 via Channel7: Web Player, .m3u file. Music via Radio7: Web Player, .m3u file.

WebM is now available sitewide! Please check this thread for more info.

Neckbearded Basement Dweller 18/12/17(Mon)23:30 No. 5178
5178

File 154508580950.jpg - (7.31KB , 250x230 , skinnersmug.jpg )

Does anyone know any good place to learn CSS animations such as transitions and stuff like that?


>>
Neckbearded Basement Dweller 18/12/17(Mon)23:53 No. 5180

Always check w3schools to learn the absolute basics. Beyond that there are tons of tutorial videos out there, which help me out alot, and GitHub which everyone uses. Best way to learn is by doing. Set yourself up a sandbox using cheap hosting and go at it.


>>
Neckbearded Basement Dweller 18/12/18(Tue)10:45 No. 5181

>>5180

W3Schools is a fucking dumpster fire. If you really want to learn CSS stuff specifically, CSS-Tricks is great.


>>
Neckbearded Basement Dweller 18/12/18(Tue)23:56 No. 5182

>>5181
Yep, I found a good guide in CSS-Tricks. Here's the page if anyone's interested

https://css-tricks.com/almanac/properties/a/animation/


>>
Neckbearded Basement Dweller 18/12/20(Thu)04:07 No. 5184

http://motherfuckingwebsite.com


>>
Are you kidding? Neckbearded Basement Dweller 18/12/25(Tue)23:20 No. 5187
5187

File 154577641080.jpg - (25.69KB , 570x316 , download.jpg )

>>5181

CSS-Tricks is a joke


>>
Neckbearded Basement Dweller 19/03/02(Sat)14:17 No. 5227

w3schools.com


>>
HTML question Neckbearded Basement Dweller 20/07/05(Sun)04:38 No. 5389
5389

File 15939166804.jpg - (272.41KB , 600x600 , 158763085970.jpg )

Hijacking thread.

When I learned HTML, it was common to see http://abc.com/index.html in the address bar for sites on the net. Nowadays this is largely depreciated in favor of http://abc.com/index

How is this accomplished? Can this be done in pure HTML without any server-side scripting going on?

Pic related. It's a polite hijacking.


>>
Neckbearded Basement Dweller 20/07/05(Sun)20:59 No. 5390

>>5389
It's probably directory or custom web server that generates index when path is "/" or "/index". It can be also treating files without extension as HTML/PHP/Perl files.

In pure HTML, you can do it by creating directory named "index" and placing index.html there. In /index.html you have to do redirection to that file.

But there's no reason to do it. Just use index.html, in many cases it won't even show in address bar.
Changing whole directory structure and creating problems with index for being "more with times" is stupid. Hiding file extension isn't any reason, too.
You can just point links to "/" instead of "/index.html"


>>
Neckbearded Basement Dweller 20/08/06(Thu)03:54 No. 5403

>>5390
Yeah I ended up cribbing some .htaccess syntax using RewriteEngine to do what I wanted



[Return] [Entire Thread] [Last 50 posts]



Delete post []
Password  
Report post
Reason