I've now published my first library on Packagist!
https://packagist.org/packages/edent/pretty-print-html
Feedback, suggestions, corrections, tips, tricks, and praise very much welcome!
I've now published my first library on Packagist!
https://packagist.org/packages/edent/pretty-print-html
Feedback, suggestions, corrections, tips, tricks, and praise very much welcome!
I've never done anything like this, can anyone smarter than me confirm this will work? https://stackoverflow.com/a/56315478 #python #php #html #javascript
“You need a contact link list manager”, they say. “Webserver directory listings cannot be styled”, they say. “You need JavaScript in a modern world”, they say. “You can’t run your website without some sort of CMS”, they say.
Link in profile. Should work with all modern browsers. (All other browsers might just list the directory. So technically it works in all browsers, but might look different.)
It’s too specific to release, of course. I just wanted to show.
Medior PHP https://leanpub.com/b/mediorphp by Joseph Kanyo is the featured bundle of ebooks on the Leanpub homepage! https://leanpub.com #Php #Databases #Mysql #ComputerProgramming #Laravel #Symfony #Html #Refactoring #Apis #ApiDesign #books #ebooks
@cwebber @mkljczk
I would call this „old school“ and it's a stamp of quality from the bygone golden days of web design and -publishing. Back then it was simple, noble and classic design and code. After years of Joomla and Wordpress I'm circling back to #FlatFileCMS, #RSS, #HTML and #Markup - and I love it!
Разрабатываем PWA. Полная инструкция по работе с Web App Manifest и Service Worker
Привет! Меня зовут Сергей Васильев, я фронтенд-разработчик в AGIMA . Наша команда часто работает с PWA — прогрессивными веб-приложениями. Они стали особо популярны в последние три года, когда из-за санкций некоторым корпорациям пришлось отказаться от мобильных приложений. Но и раньше многие компании с интересом смотрели на это решение. Ниже расскажу, как сделать из обычного веб-приложения прогрессивное: вместе настроим Web App Manifest и Service Worker. Если вам еще не доводилось работать с PWA — текст точно для вас.
I’m fortunate to have worked with a lot of amazing designers over the years. Some were curious about designing in the browser with basic #HTML and #CSS, but weren’t sure where to begin, or felt discouraged by a lot of developer-centric content.
This is the advice I gave that seemed to resonate most: https://cloudfour.com/thinks/designing-in-the-browser-five-tips-for-beginners/
Digital Toolbox: HTML
Is the fundamental building block of websites. It defines the structure and content of web pages, using elements and tags to organize text, images, links, and other interactive components.
https://wadebach.blackcatwhitehatsecurity.com/
#Digital #Toolbox #HTML #programming
Take a deep dive into the DOM manipulation and HTML parsing capabilities of PHP in a Keynote session at #DrupalDevDays by Niels Dossche.
#Development #Introductions
The customizable select (part two) · Potions, anchoring, and radial shenanigans in CSS https://ilo.im/163bxd
_____
#SelectElement #Form #AnchorPositioning #ProgressiveEnhancement #Chrome #Browser #WebDev #Frontend #HTML #CSS
"A further brief digression is warranted here. HTML email is, without doubt, evidence of the imminent end of civilized life as we know it; much like the Golgafrincham diaspora, it is attributable to a depraved cabal of marketing consultants and provides the same level of social good as syphilis and fistulas. Suffice to say, it is a blight."
JSX-Syntax with Webcomponents.
https://positive-intentions.com/blog/dim-functional-webcomponents
I made something to try out and I'm working towards a UI framework for my personal projects. It's far from finished but perhaps this might be interesting to share.
And here is the code to generate any polygon shape with rounded corners!
https://css-tip.com/rounded-polygon/
Update the variables then get your code (There is another variation using CSS variables as well).
Yet more HTML brainteasers for you to argue over!
How do you feel about newlines in attribute values?
For example:
`<img alt="A kitten.
A puppy.">`
Or:
`<div class="cat
dog
horse">`
Is there ever a time when a newline *must not* be replaced by a space?