addthis.com

VN:F [1.9.22_1171]
Rating: 4.7/10 (6 votes cast)

AddThis is a free way to boost traffic back to your site by making it easier for visitors to share your content.

webresourcesdepot.com

VN:F [1.9.22_1171]
Rating: 7.3/10 (3 votes cast)

Resources for web design and development

Unable to load the feed. Please try again later.

drupal.org

VN:F [1.9.22_1171]
Rating: 7.0/10 (1 vote cast)

Drupal.org is the official website of Drupal, an open source content management platform.

Drupal 11.3.0 is now available

17 December 2025 @ 12:04 pm

The third feature release of Drupal 11 is here with the biggest performance boost in a decade. Serve 26-33% more requests with the same database load. New native HTMX support enables rich UX with up to 71% less JavaScript. Plus, enjoy the new stable Navigation module, improved CKEditor content editing, native content export, and cleaner OOP hooks for themes. New in Drupal 11.3 Biggest performance boost in a decade Database query and cache operations on both cold and warm caches have been significantly reduced. Our automated tests show that the new optimization for cold caches is about one third and on partially-warm cache requests by up to one fourth. Independent testing shows even big

Drupal Canvas is Now Available: Inside Drupal's New Visual Page Builder

4 December 2025 @ 6:24 pm

For years, Drupal has been the platform of choice for organizations that need serious digital capabilities—think universities managing millions of pages, government agencies with complex workflows, and Fortune 500 companies running mission-critical websites. The power is undeniable, but there's always been a catch: you needed technical expertise to unlock it. That’s why one of the most exciting areas of Drupal’s journey has been the work underway on more intuitive, visual building experiences. The community has spent years exploring how to make Drupal feel more accessible to site builders and content teams without sacrificing the flexibility and robustness that define Drupal. Drupal Canvas is the next step in that journey. More than a “new

State of Drupal presentation (October 2025)

23 October 2025 @ 10:42 am

This blog has been re-posted and edited with permission from Dries Buytaert's blog. In my DrupalCon Vienna keynote, I talk about how Drupal is adapting to an AI-driven web through AI-enabled visual editing, site templates, autonomous agents, and workflow orchestration. The web is changing fast. AI now writes content, builds web pages, and answers questions directly, often bypassing websites entirely. People often wonder what this means for Drupal, so at DrupalCon Vienna, I tackled this head-on. My message was simple: AI is the storm, but it's also the way through it. Instead of fighting AI, we're leaning into it. My keynote focused on how Drupal is evolving across four product areas. We're making it easier to get started with Site Templates,

A WordPress to Drupal CMS migration for DamFailures

15 July 2025 @ 9:26 am

damfailures website on a laptop screen and a mobile device screenCompleted Drupal site or project URL: https://damfailures.org/DamFailures.org approached Specbee with a familiar challenge - Security concerns and maintenance headaches on WordPress. They needed something more stable, but still friendly for their marketing and content teams. So, we introd

Drupal 11.2.0 is now available

19 June 2025 @ 5:05 am

New in Drupal 11.2 The second feature release of Drupal 11 improves backend and frontend performance and scalability, completes the introduction of OOP support of hooks, adds JSON Schema support, includes AVIF image format capability, supports SDC variants, and more. Drupal 11.2.0 now available Extension and site installation is three to four times as fast as Drupal 11.1.0 Thanks to various optimizations to container rebuilding and the installer, installing Drupal itself or extensions is now three to four times as fast. There are similar improvements when using the user interface, but it is more apparent when using Drush. In this video, we show Drupal

Drupal Launches New AI Initiative to Democratize Intelligent Digital Experiences for Everyone

9 June 2025 @ 12:04 pm

Open-source leader with 290+ AI modules announces major coordinated initiative Transforms organic community innovation into unified product vision with industry backing Establishes dedicated AI team drawn from leading agencies to provide coordinated innovation at scale June 9, 2025 – Portland, Oregon - Drupal today launched the Drupal AI Initiative, a comprehensive effort to democratize intelligent digital experiences for everyone and drive responsible A

YaleSites at Yale University

17 January 2025 @ 3:40 pm

YaleSites at Yale UniversityCompleted Drupal site or project URL: https://yalesites.yale.eduA new era of digital collaboration and brand unity for Yale Yale University challenged itself to change the game in how it creates, manages, and publishes content. The result was YaleS

Drupal 11.1.0 is now available

16 December 2024 @ 5:50 pm

New in Drupal 11.1 The first feature release of Drupal 11 improves the recipe system, introduces support for hooks written as classes, makes Workspaces more flexible and enhances performance. Recipe system improvements The Recipe system allows packages to be configured with dependencies in a repeatable way. Drupal 11.1 now allows recipes to take user input (for example, API keys for remote services). Recipes can now also use configuration actions to add new blocks, enable layout builder for content types, clone configuration entities, and so on. Hooks can be written as classes Drupal's unique hook system allows modifying forms, data updates, site processes, render structures, and even the ordering of other hooks. After long-r

Tampa International Airport

7 August 2024 @ 9:27 pm

Tampaairport.com homepage on desktop and mobileCompleted Drupal site or project URL: https://atendesigngroup.com/work/drupal-website-redesignUser- and Revenue-Driven Drupal Website Redesign Recently ranked as the nation’s No. 1 large airport for 

Concept2 - Drupal & Drupal Commerce Decoupled

7 August 2024 @ 5:00 pm

Completed Drupal site or project URL: https://www.concept2.com/DIGITAL TRANSFORMATION IN ECOMMERCE Concept2 Rising above the competition — Pursuing superior digital commerce in the fitness industry. Digital Transformation for a Worl

superuser.com

VN:F [1.9.22_1171]
Rating: 7.0/10 (1 vote cast)

Super User is a Q&A site for computer enthusiasts that’s free. Free to ask questions, free to answer questions, free to read, free to index

Why am I experiencing a black screen for some minutes without desktop when I turn on my PC?

11 June 2026 @ 4:08 pm

For a few days I have the following problem with Windows 11 (see the video): When I turn on the PC, after the check of the fingerprint, the screen remains black for many minutes. The desktop is not visible, but, if I click CTRL+ALT+DEL I can see the menu as showed in the below figure: https://drive.google.com/file/d/1qQdS5Dd1n1usA4wA91jsvrU9_ODc4On-/view?usp=sharing enter image description here

Is there an optimal way of capturing screen and audio for playback on the web with FFmpeg?

11 June 2026 @ 1:28 pm

I'm in process of updating my screenshot/screen capture script that uses ffmpeg to capture screen (and optionally audio). Note the captures are generally intended to be uploaded to the web, which is why I'm using webm format; e.g. to incorporate them in issue reports on github. It used to work fine just fine ("fine" as in subjectively solid quality/size relation), but recently found the recordings are now super choppy — both audio and video start skipping after the first few seconds. Example command: ffmpeg -f x11grab -video_size 1920x1080 -i :0.0 -f pulse \ -i alsa_output.usb-Generic_ThinkPad_Dock_USB_Audio-00.analog-stereo.monitor \ -- output.webm Also tried playing around with video & audio codecs (e.g. -c:v vp9 and -c:a libopus respectively), but essentially found no reasonable improvement. Played around with follow

How to drag a task in the Outlook calendar view into next week?

11 June 2026 @ 6:48 am

I rely a lot on the Outlook calendar page, with the 'Tasks' bar showing (setting: "Daily Task List" > "Normal"). I create tasks on the day I plan to do them and move them around when I need to adjust my planning. But I run into a silly problem: I often need to move tasks from Friday into the next week. But with the "Work Week" calendar view (showing Monday-Friday), I can't see the next Monday so I can't drag my task there. How can I easily drag a task into the next week? Is there a shortcut to toggle to the next week? I tried holding the dragged item at the edge of the calendar, but that doesn't trigger a week change either. This is with Outlook as part of a Office 2021 install. One workaround I found is to right-click on the task and click "Follow Up" > "Next Week". Small caveat: this is with respect to the current week, so moving future tasks further into the future can get confusing. And the

How to create a fully encrypted user in Windows 10?

10 June 2026 @ 8:07 pm

Win 10 21H2 Assume we have two users: a) Root (i.e. Admin user) b) Regular 99% of time the user works through Regular account. However, they need a 3rd account for some sensitive/private data handling that cannot be accessed/seen even when the drive is externally read. The following architecture is proposed: A separate partition (E:) is created. E: is encrypted i.e with VeraCrypt A new user account is created on Win10, and ALL of its data (i.e. its C/Users/ folder is moved onto the E:. Appropriate registry changes are made to make windows load that user from E: To access the account and data, user logs in as Regular, decrypts E:, switches to 'HiddenUser'. After logging off as 'HiddenUser', veracrypt E: drive is dismounted from within Regular user, effectively locking all the data,recent files, thumb cache/local appdata/everything of Hidden User behind encryption. I am aware that Windows' user profiles cannot

Why do ARM processors run at a lower clock frequency than x86 processors? [closed]

10 June 2026 @ 7:38 pm

The reason being power efficiency just doesn't make sense any more. Since Apple silicon, ARM is used in desktop computers as well where power efficiency matters less. Power efficiency seems like an artificial limitation rather than a technical or architectural, which means you could just configure it to clock faster at the expensive of more power draw. I only recently found out just how low the M1 family was clocked at. If the math aligns right (using rough values from benchmarks), it's IPC is so high, even 6 years later, Lion Cove and Zen 5 don't have that much IPC as Firestrom. They are faster due to clock speed. Apple since did increase IPC but a larger part is the clock speed as well. Are there any actual architectural differences which makes ARM harder to clock faster, or is it really just power efficiency? Simpler decode, Apple having lesser ways for L1 cache, just seems counter-intuitive of why ARM clocks slower. Snapdragon, which has similarities with Apple's a

Why is the video folder in media streaming empty in Windows 11?

10 June 2026 @ 7:06 pm

For years now, I used Windows Media Streaming to watch videos from my computer on my TV. I recently bought a new computer and I'm trying to setup again the Media Streaming, but I'm facing issues. The computer runs on Windows 11 enterprise, connected to the same network and router as the TV, both by ethernet connection. The TV worked fine for years on my previous computer (also running on Windows 11, but family edition, with regular updates) When I access the video folder on my TV, the folder is empty. Same thing when I access the folder from another Windows computer through network: enter image description here enter image description here

Is there any risk of confidential data appearing during a Windows laptop reset?

10 June 2026 @ 6:50 pm

I need to provide a clear, definitive answer to a concern raised by non‑technical managers. The environment is fully cloud‑based: Intune, Autopilot, OneDrive, SharePoint, M365, encrypted local copies, and users trained not to store local data. Is there any real risk of confidential data(*) appearing on screen during the reconditioning of a laptop (re-imaging or AutoPilot reset) for device reassignment? Have you ever seen sensitive information appear on screen during such operations? Can a device reset cause data from the previous user to reappear? I’m not asking about internal procedures — only whether, in such a cloud‑only scenario, a reset could display any previous user data on screen at any point during the process. I’m turning to the community for two reasons: My own explanation isn’t being given much weight. I want to make sure I’m not overlooking any unusual situatio

Why am I experiencing audio issues on a Pixelbook Go running Debian 12?

10 June 2026 @ 6:31 pm

Pixelbook Go (2019?) running Debian 12 installed following these instructions. No Audio through speakers/headphone jack (I understand this OS is not supported on this device, however I am still trying to find solution.) Only getting Dummy Audio. USB interface works fine. Troubleshooting: Per this site: git clone https://github.com/WeirdTreeThing/chromebook-linux-audio.git cd chromebook-linux-audio ./setup-audio Error: receiving multiple Warning: Kernel is missing module 'SND_SOC_INTEL_AVS' messages Attempts: sudo apt update && sudo

Filter by a column that matches a drop down selection

10 June 2026 @ 3:33 pm

I want to be able to use the filter function after selecting the column to filter by in a drop-down menu. How can I use the drop-down menu to select the topic, then use that topic to apply the filter function to a table of class names? Each column is a category. For example, if the user selects "Safety", I would like to use the filter function to show the user all classes that have an "X" in the Safety column. Example Example

Windows Auto-Hide Taskbar crossing Multiple Displays

5 June 2026 @ 4:58 am

I have a Windows 11 laptop with two external monitors arranged above it, like this: Image showing 3 monitor setup Monitor 1 is the laptop display. Monitors 2 and 3 are external monitors. My Windows taskbar is set to auto-hide. When I move the mouse from the top edge of monitor 1 upward onto monitor 2 or 3, Windows briefly triggers the taskbar. The taskbar appears at the top edge of the laptop screen, then seems to move/animate up onto the external monitor. This happens because the cursor crosses the taskbar activation edge while moving between displays. I have tried rearranging the monitors in Windows Display Settings, but I have not found a layout that prevents it while keeping the physical arrangement correct. Is there a native Windows setting, registry value, Group Policy setting, or reliable third-party workaround to prevent the auto-hidden taskbar from appearing on the below monitor ONLY th

useit.com

VN:F [1.9.22_1171]
Rating: 7.0/10 (1 vote cast)

The home of Jakob Nielsen, a usability guru.. But some wonder why he doesn’t embrace xml and rss feeds.

codinghorror.com

VN:F [1.9.22_1171]
Rating: 7.0/10 (1 vote cast)

Programming and human factors

Thank You For Being a Friend

20 April 2026 @ 5:21 pm

It's been one of those months, and by that, I mean one of the 663 months since I was born. This won't be a long post, because I only have two things to say. First, I'm really glad we re-ordered the GMI (Guaranteed

Launching The Rural Guaranteed Minimum Income Initiative

4 February 2026 @ 7:43 am

It's been a year since I invited Americans to join us in a pledge to Share the American Dream:1. Support organizations you feel are effectively helping those most in need across America right now.2. Within the next five years, also contribute public dedications

The Road Not Taken is Guaranteed Minimum Income

20 March 2025 @ 11:33 pm

The dream is incomplete until we share it with our fellow Americans.

Let's Talk About The American Dream

6 March 2025 @ 1:27 am

A few months ago I wrote about what it means to stay gold — to hold on to the best parts of ourselves, our communities, and the American Dream itself. But staying gold isn’t passive. It takes work. It takes action. It takes hard conversations that ask

Stay Gold, America

7 January 2025 @ 7:42 am

We are at an unprecedented point in American history, and I'm concerned we may lose sight of the American Dream.

The Great Filter Comes For Us All

2 December 2024 @ 6:25 pm

With a 13 billion year head start on evolution, why haven’t any other forms of life in the universe contacted us by now?(Arrival is a fantastic movie. Watch it, but don’t stop there – read the Story of Your Life novella it was based on

I Fight For The Users

30 November 2023 @ 8:11 pm

If you haven’t been able to keep up with my blistering pace of one blog post per year, I don’t blame you. There’s a lot going on right now. It’s a busy time. But let’s pause and take a moment

The 2030 Self-Driving Car Bet

4 March 2022 @ 6:53 pm

It’s my honor to announce that John Carmack and I have initiated a friendly bet of $10,000* to the 501(c)(3) charity of the winner’s choice:By January 1st, 2030, completely autonomous self-driving cars meeting SAE J3016 level 5 will be commercially available

Updating The Single Most Influential Book of the BASIC Era

31 December 2021 @ 11:49 pm

In a way, these two books are responsible for my entire professional career.With early computers, you didn’t boot up to a fancy schmancy desktop, or a screen full of apps you could easily poke and prod with your finger. No, those computers booted up to the command

Building a PC, Part IX: Downsizing

19 April 2020 @ 11:56 pm

Hard to believe that I’ve had the same PC case since 2011, and my last serious upgrade was in 2015. I guess that’s yet another sign that the PC is over, because PC upgrades have gotten really boring. It took 5 years for me to muster

Buddypress.org

VN:F [1.9.22_1171]
Rating: 6.0/10 (2 votes cast)

Social networking in a box. Build a social network for your company, school, sports team or niche community all based on the power and flexibility of WordPress.

Joomla.org

VN:F [1.9.22_1171]
Rating: 5.0/10 (1 vote cast)

Joomla is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications.

webresourcesdepot.com

VN:F [1.9.22_1171]
Rating: 7.0/10 (1 vote cast)

Free web resources everyday

ReadWriteWeb.com

VN:F [1.9.22_1171]
Rating: 7.0/10 (1 vote cast)

Web Apps, Web Technology Trends, Social Networking and Social Media