Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
3 results tagged examples  ✕   ✕
You might not need jQuery https://youmightnotneedjquery.com/
Mon 07 Mar 2022 03:42:23 PM PST archive.org

jQuery and its cousins are great, and by all means use them if it makes it easier to develop your application.

If you're developing a library on the other hand, please take a moment to consider if you actually need jQuery as a dependency. Maybe you can include a few lines of utility code, and forgo the requirement. If you're only targeting more modern browsers, you might not need anything more than what the browser ships with.

At the very least, make sure you know what jQuery is doing for you, and what it's not. Some developers believe that jQuery is protecting us from a great demon of browser incompatibility when, in truth, post-IE8, browsers are pretty easy to deal with on their own.

html5 javascript jquery examples webdesign
You Might Not Need Javascript http://youmightnotneedjs.com/
Mon 07 Mar 2022 03:40:58 PM PST archive.org

JavaScript is great, and by all means use it, while also being aware that you can build so many functional UI components without the additional dependancy.

Maybe you can include a few lines of utility code, or a mixin, and forgo the requirement. If you're only targeting more modern browsers, you might not need anything more than what the browser ships with.

This site is fully copied from youmightnotneedjquery.com, an excellent resource for vanilla JavaScript created by @adamfschwartz and @zackbloom. But this time, we take a look at the power of modern native HTML and CSS as well as some of the syntactic sugar of Sass. Because, you might not need scripts for that task at all!

html5 css javascript examples howto lightweight webdesign
Desktop Notifications in Python with Libnotify | DevDungeon http://devdungeon.com/content/desktop-notifications-python-libnotify
Tue 20 Mar 2018 12:20:43 AM PDT archive.org

How to use Python and libnotify to pop notifiers up on a desktop.

python libnotify howto desktop notifications examples linux
4980 links, including 377 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn