• 0

ASP, JSP, or PHP???


  

62 members have voted

  1. 1. ASP, JSP, or PHP???

    • ASP
      21
    • JSP
      1
    • PHP
      40


Question

Recommended Posts

  • 0

I would go with php (http://www.php.net) because I like using it with Apache Webserver (http://httpd.apache.org). I also use MySQL (http://www.mysql.com) which also works AMAZINGLY well with Apache running PHP.

What you have for ASP is IIS (Internet Information Services, I think is the acronym). Microsoft-only and really bulky. I have to give it something for the fact it handles more than just web (email, ftp, and more), but it is just not what I am looking for in a server.

Apache uses 1.744MB of memory and MySQL uses 244k of memory. I happen to think this is pretty low for a webserver that is rated the most powerful and customizable webserver software out there.

If you go with PHP (http://www.php.net) has a complete manual on how to use PHP, installing, configuring and building. If you are planning on having forums, go with phpBB (http://www.phpbb.com) or vBulletin (http://www.vbulletin.com). Both of those are great forum systems and work with Apache running PHP.

Of course, you need MySQL (http://www.mysql.com/) to run those forums. If you do that, I recommend you get phpMyAdmin (http://phpmyadmin.sourceforge.net/) to graphically maintain your MySQL databases.

I need to finish this off before it becomes an entire essay, but those are the basics. PHP is a great language and has a very nice compatibility rating among databases, forums, and other various scripts (not to mention just about all web browsers out there love PHP).

Good luck!

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138374
Share on other sites

  • 0

Personally, I prefer PHP. ASP you need either a Windows server, unless you get the apache mod, and I've never looked at JSP. Here's a quote from http://www.php.net/usage.php to prove PHP's popularity.

Usage Stats for January 2002

PHP: 7,525,142 Domains, 1,079,999 IP Addresses

Source: Netcraft

PHP (for me at least) is also incredibly easy to learn. There are numerous tutorials out there, try http://www.devshed.com for one, and take a peek at http://www.php.net for more. One thing to note is that these languages are server based, therefore browser support is irrelevant, unlike other client side languages such as dhtml/javascript/jscript/etc. Another thing is that in general you can develop your PHP programs in a Windows environment and they almost seamlessly port to *nix without much editing. In fact, I have PHP running as an Apache module on XP Pro and have never had to make any changes when transferring to a *nix server. That's just my 2 cents so I hope this helps.

PiMPiN

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138375
Share on other sites

  • 0

Thanks A LOT guys! :)

Wow...that was really informative...

Yeah I do plan to have forums and stuff like that. So, what exactly do I need for this...

MySQL

Apache Webserver

phpMyAdmin

phpBB or vBulletin

...is this all webbased type stuff...or is this directly from my computer (i.e. do I need to have my computer on 24/7 for this??)

...is there anything else that I need??

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138568
Share on other sites

  • 0

you'll also need the php parser from http://www.php.net

if you want to run the whole thing from your computer, you're gonna need it turned on whenever you want your site up. this sounds like this is what you're going to do.

but, if it's for a proper site that should be up 24/7, you're gonna need a host that supports all that stuff.

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138577
Share on other sites

  • 0
Thanks A LOT guys!

Wow...that was really informative...

Yeah I do plan to have forums and stuff like that. So, what exactly do I need for this...

MySQL

Apache Webserver

phpMyAdmin

phpBB or vBulletin

...is this all webbased type stuff...or is this directly from my computer (i.e. do I need to have my computer on 24/7 for this??)

...is there anything else that I need??

PHP - Need to install

MySQL - Need to install

Apache - Need to install

phpMyAdmin - Folder placed in website root

Forum Software - Need to configure from folder in website root

Example:

My Setup:

MySQL is located at C:MySQL

Apache is at C:Apache

PHP is at C:PHP

Perl is at C:Perl

phpMyAdmin is at http://mydomain.com/phpmyadmin

vBulletin (what I use) is at http://mydomain.com/vbulletin

Essentially, PHP/MySQL/Apache/Perl are "installed" and phpMyAdmin and your forum software, along with various other scripts (polls, counters, guestbooks, etc) are just folders in your webroot (http://mydomain.com/{whatever}) and need to be configured for use.

I prefer to run all of the above myself, from my home computer. You can definitely find a host with all those options, but it will cost you.

Hope that helps you further.

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138607
Share on other sites

  • 0

I can use my old computer as the setup machine which I can leave on for 24/7...

Do I have to pay to get a domain name and stuff?? Or is it one of those things that if I host the site myself, I can get a domain name free?? (Highly doubt that).

So installing all those things and stuff means I'm essentially hosting the site myself (For which I'm guessing I won't have to pay??)...

What are the advantages/disadvantages of this??

A couple I'm guessing are...a lot more storage space, no bandwidth problem from the host (except from my ISP, who I doubt would mind all that much)....am I right??

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138632
Share on other sites

  • 0

When hosting it yourself on your own computer there's always the ISP to think of. Downtime is always a major concern, as well as a decreased speed concern. Generally purchasing monthly hosting gives you limited space, which is usually more than sufficient for your basic site needs, but the advantage is pure speed and support if something messes up. I host my own sites locally for development purposes, but production sites are always on commercial servers. It is possible to have a TLD domain name point to your machine, you just need someone to host the DNS, and there are plenty of sites that do DNS only hosting which you can then point to your computer, regardless of the fact that you have a dynamic IP or not. Do a google search for free DNS Hosting to find some.

If hosting locally on your old machine, I recommend installing a *nix distro on the old machine, as Apache/PHP/MySQL/Perl always runs better in a *nix environment, and maintenance of the machine can be done through a terminal (telnet) client. If however *nix is not an option, or you prefer Windows, get PHPTriad.

PHPTriad is PHPGeek.com's flagship product. It installs a PHP web server environment on Windows platforms. It includes Apache, PHP, MySQL, Perl and PHPMyAdmin. It is intended to make lives easier for PHP developers of all levels. Additional resources related to PHP and open source software on the 32 bit Windows platforms are available.

Download the PHP Manual and read up on PHP. It's a wonderful, powerful language with an easy learning curve. Tthink about it, Neowin.net is largely, if not entirely, coded in PHP, as well as most large sites you see on the net today. If you do decided to go the PHP route, I also recommend that at a later date you look into the other languages as well, you can never know too many languages.

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138858
Share on other sites

  • 0

-->Syntax Error-->

Don't listen to these schmoes!

Please don't be offended...but I am guessing you are fairly new to dynamic web content and web servers.

If this is true, stay away from Apache, PHP, mySQL. They are okay programs and do well as the previous posts claim, but they are not an easy install, configure, setup.

IIS/ASP is the best way to get up and running quickly. If you are worried about security - don't be. Download the latest patches, run IISLock Down (a tool that scripts some IIS settings) and you will be alright.

Here are two more thoughts:

1. ASP (version 3.0) is VBScript. A subset of Visual Basic. If you know VB ASP will be a walk in the park. PHP uses some language I am not familar with.

2. the .NET Framework. You install the framework (which is free on IIS 4/5/6 and you can run ASP.NET. What is ASP.NET? Well, for starters it lets you write dynamic content (i.e. what this whole thing is about) in 1 of 4 languages with more on the way.

That's right. You can write ASP.NET (ver 4 of ASP) in C++, VB, C#, Java (some form, don't know for sure), and more languages are coming Colbal for one.

You write in the language you want and then it compiles it. Yes, you heard me correctly. ASP.NET is a complied language whereas, the others are scripts that get read at runtime.

I won't pretent to know everything, but IIS/Windows is so much easier to work with.

The real question is: Do you want to spend time setting up your server or building a kick ass web site.

NOTE - Apache, mySQL, PHP are good tools, but the learning curve is much higher and so is the development time.

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138882
Share on other sites

  • 0

Now I know I'm not alone....

I agree with robinmthomas. ASP just works, I'm using it in enterprise oriented sites, and works very well.

Its also true, that ASP.net address must of the shortcomings of ASP and PHP, and add new tools that I think will rock in the internet (eg. Server controls).

I know that ASP is backed only by one company, but it's the biggest, powerful and richer company in the world :D

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138908
Share on other sites

  • 0

Okay...so, all in all, what do I end up paying for, if I host the site myself...with what conditions and stuff??

I'm guessing if I find a host, I'll have to pay for the service + the domain + DNS??

I AM new to the dynamic web building world, however I wanna learn as I go on.

Robin...thanks for the suggestion, and I'll work on that on the side as well, but right now, I kinda want something which looks more or less professional, is stable, and easy to maintain...*This isn't a personal website actually...and most people seem to go for PHP, so I'll go for that for now...ASP/JSP will be my second choice (Which I DO plan to learn)* :)

https://www.neowin.net/bboard/showthread.ph...?threadid=16215

Thanks a lot for all the info...and if there's anything else I'd need, please let me know...thanks!! I'll be asking a lot more questions as I go along with this...;)

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138913
Share on other sites

  • 0

From the end user (i.e. the browser) ASP/PHP/JSP are exactly the same. (hint - it's called HTML).

All of those do server side processing and then render the HTML so that any browser can see them.

PHP can be made to look as bad or as good as you want. ASP is not more or less professional. You still have to code the project.

The question is: how much time do you want to spend learning to code as opposed to actually coding.

ASP has much more resources on the net for people to learn, use, borrow. PHP has its share as well.

As for hosting. You need to pay a Registrar for your domain name (35/year - I think) and you'll need to pay some one to host your site and DNS. I would recammend intermedia.net because they have an amazing web-based admin tool (they have a demo of it that shows what you (as the client can change)

If you want to host your own web site, check out dslwebserver.com. Good tutorials there about using ZoneEdit to host your DNS for free and then all you pay for is your DSL connection (or cable - I assume you have broadband) and the 35/year for the domain name.

If you are serious about make a choice - do some research chances are you will end up using "your choice" for 5 years because it will become very comfortable. ASP.NET will give you comfort you need while increasing features and power.

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138918
Share on other sites

  • 0

I would go for ASP or ASP.NET.

The .Net framework is amazing! EMail, file-upload, database access, everything is already there. And it's compiled so it's a whole lot faster than anything out there. And the hosting is pretty cheap.

My hosts have a $9.95/month plan that has full access to the .Net framework, minus the database, but it's still very powerful for very little money...

Plus, if you know VisualBasic or VBScript, or JavaScript, or C#, or C++, or Cobol, or Perl, etc. you can code an ASP.Net page in any .Net-compliant language.

Plus, ASP.Net supports all of the open standards of SOAP and XML, etc. It's really powerful, and you can buy a book for $40 and learn everything you need to know.

Go with ASP.Net!

iUk

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138944
Share on other sites

  • 0

*sigh*...conflicted now...

As far as .net goes...I only know basic C++/C# (Console Applications) and nothing much further than that, and as far as web designing goes, nothing much further than HTML...

(any change in recommendations??) :o

I suppose I will be needing database access for forums and stuff??...and if I DO go with ASP, what hosts provide access to the .net stuff???

Can I have one thing as the main thing, and the other as a backup??...PHP being the main thing, and ASP as a backup, or vice versa??

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138960
Share on other sites

  • 0

The thing with ASP.Net is that it takes an effort to design anything. You have to come up with the database design, the application interface, etc.

That's why it's really powerful for web applications developers who want to build something that is customized to their situation for their client or company intranet/extranet, etc.

If you are just looking for a site to post information and to have forums, etc. then go with PHP since you can get vBulletin and PHPNuke, etc., all of which do a lot of the work for you, you just plug in the logos, colors, etc. ASP requires a lot more up-front development time.

I'm not a big fan of the "everything is free"-linux/unix/apache crowd, but for what you want to do, PHP sounds like the way to go.

Sorry for the confusion,

iUk

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138967
Share on other sites

  • 0

ASP also offers free pre-written code packages for forums, postings, news, etc.

ASP doesn't require a database; it provides for many other features.

A database is used for storing information, if you don't need to store info, you may not need a dynamic web site.

Where are you pulling this dynamic info from if you don't want a database?

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138992
Share on other sites

  • 0

Here is a quick list that may help:

Snitz Forums 2000 ASP Free

vBulletin PHP $160

Ultimate Bulletin Board CGI/Perl $249

phpBB PHP Free

IkonBoard CGI/Perl Free

OpenForum ASP Free

IdealBB ASP Free

ASP-DEV Support Forums ASP Free

POP Forums ASP $175

Fuse Talk Cold Fusion $189

ASP Fast Forum ASP $175

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-139002
Share on other sites

  • 0

if you're going to go the php route try this

FoxServ is an Apache / mySQL / PHP installer package for Windows and Linux. Unlike NuShpere or PHPTriad, FoxServ features the latest version of all included pacakges, user defined configuration during installation, PHP as a module, PEAR, and the Zend Opt

Foxserv

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-139003
Share on other sites

  • 0

PHP is by far the most powerful language out of those three.. It has the most potential. I'd say go with apache running PHP, mysql, and basically everythign else that everyone has mentioned...

if you want to create a quick web page with php. try phpnuke at http://www.phpnuke.org i thinks thats it?

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-139295
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Here's how to grab your share of Apple's $4 billion lawsuit payout (if you qualify) by David Uzondu Image via DepositPhotos.com A UK tribunal has approved a collective legal action letting a $4 billion (£3 billion) claim against Apple proceed to trial after consumer rights group Which? formally accused the company of violating competition laws. The tribunal recently set a full trial date for October 2028. Which? filed the lawsuit way back in November 2024, accusing Apple of trapping users in iCloud by restricting rivals from fully accessing iOS. Apple gives users only 5GB of free space, and once that limit vanishes, the system drives upgrades by repeatedly nudging users through notifications. The group claims Apple overcharged millions who bought plans ranging from 99p a month for 50GB to £54.99 a month for 12TB. If Which? wins the now-greenlit lawsuit, the court will force Apple to pay out damages to roughly 40 million UK consumers, with each person receiving around £77 for the pricing abuse. Apple has already put out a statement telling Reuters that the allegations are completely false and that consumers do have choices. "We work hard to make iCloud a great experience, but no customer is required to use it, and customers in the UK have plenty of alternatives to choose from," it told the outlet. The good thing is that if Which? wins, claiming your share requires almost no effort due to the automatic structure of the litigation. You are eligible if you used Apple's iCloud services between November 8, 2018, and June 8, 2026, and paid for upgraded storage during that time. The tribunal automatically enrolls everyone living in the UK on June 8, 2026. The system operates on an "opt-out" basis, meaning you do not have to register right now, and you will just verify your details to collect your cash. However, if you want to leave the claim, you must notify Which? by October 8, 2026. But if you lived outside the UK on June 8, 2026, you must manually register on the official Which? website before October 8, 2026, to opt into the action. If you ignore this deadline, you will lose your chance to grab a share of the settlement. On a related note, Google recently had to resolve a massive data privacy fight by agreeing to a payout of over $170 million to Android users. In that lawsuit, plaintiffs argued that Google programmed the Android system to transmit user data without permission, wasting cellular data. To settle, Google agreed to pay a $135 million nationwide settlement alongside an extra $35 million in California. Eligible Android users must submit online claims to secure their cash, with the final approval hearing literally taking place today (June 23, 2026).
    • Microsoft outs Windows 11 KB5095093 with long list of new features by Sayan Sen Microsoft today has released its newest preview update (C-release) for the month of June 2026 under KB5095093, builds 26200.8737 (for Windows 11 25H2) and 26100.8737 (on Windows 11 24H2). The update brings new features across various elements of the OS including the Windows update, the Recovery, Widgets, File Explorer, and more. The full changelog is given below: First up we have the features rolling out gradually: [Point-in-time restore for Windows] New! This flexible recovery feature helps you quickly roll back your PC, including apps, settings, and personal files, to a recent automatic restore point. It helps reduce downtime and simplifies troubleshooting when issues occur. To learn more, see Point-in-time restore for Windows. [Windows Update] New! A calendar experience in Windows Update Settings (Settings > Windows Update) lets you pause updates by choosing an end date, for up to 35 days. You can extend the pause by selecting a different end date and re‑pause updates as needed. For more information, see Pause updates in Windows. [Widgets] New! A quieter, more focused Widgets experience helps reduce interruptions and improves default settings and notification controls: Reduce distractions: Widgets no longer open on hover. Notifications and taskbar badges are minimized by default. Simpler: Open to the Widgets dashboard by default on first use. Customize: Configure Widgets how you want by selecting Settings in the navigation bar, then changing any of the default settings. Stay informed: Dashboard icons show the number of alerts, and badges clear automatically when you leave a dashboard. Adjusted defaults: Some default settings are preserved based on usage, while others adjust to reduce interruptions. Performance improvements: This update provides improved reliability, responsiveness, and visual quality across the Widget experience. [Accessibility] New! This update makes your screen easier to see and customizes your zoom experience: Screen tint: Apply a full-screen color overlay to help reduce eye strain and improve readability. Choose from preset tint options, adjust the intensity, or turn it on automatically. Find this feature in Settings > Accessibility. Magnifier: Enter a zoom percentage directly and change it in increments in the Magnifier window for more precise, flexible control. Magnifier settings menu: You can now also modify zoom increments directly from the magnifier bar instead of navigating to Windows Settings each time. [File Explorer] New! When you hover over a file in File Explorer Home, commands such as Open file location and Ask Copilot appear as quick actions. This experience is now supported for work and school accounts (Entra ID).1 Improves the speed and performance of File Explorer launch.2 Fixes an issue where the OneDrive shortcut in File Explorer stops working when File Explorer is run with administrative mode. The address bar now supports paths containing double backslashes and quotation marks (for example, C:\\Users\\user or "C:\Users\user"), improving compatibility with a wider range of inputs. The address bar suggestion dropdown is more reliable and now consistently closes after an item is selected. This update addresses an issue on File Explorer Home where OneDrive files could appear duplicated in the Favorites section. This update includes several refinements to the Rename experience: Addresses an issue where text was repeatedly selected when renaming items in folder views. Addresses an issue where case-only name changes were not immediately reflected in folder views for items stored locally or in the cloud. [Bluetooth] This update improves reliability and performance when connecting to and using Bluetooth devices: New! Windows now keeps the microphone mute state in sync between the audio mixer and the Hands-Free Profile (HFP) for a more consistent experience with Bluetooth headphones with mute buttons or indicators. Accessory compatibility workarounds: Improves compatibility with specific Bluetooth audio devices, helping AirPods appear faster in pairing mode and improving microphone reliability on Beats Studio Pro headphones. Bluetooth audio stability: Improves overall Windows stability with certain PC manufacturer drivers (error code 0x9F). Improves Bluetooth reliability for voice calls when using Classic Audio devices with the Hands-Free Profile (HFP). Reduces time for LE Audio accessories to start playing audio while using the microphone. Device management: Windows will no longer show a “Remove failed” message when attempting to remove Bluetooth devices if the Bluetooth radio is unavailable or has changed since pairing. Settings experience: Improves stability when using the Bluetooth & devices settings page for a smoother, more consistent experience. Connection reliability and responsiveness: Reduces the time it takes for classic Bluetooth audio devices to reconnect after Windows resumes from hibernation. Improves reliability when LE Audio accessories disconnect, such as when another device (for example, a phone) connects. Improves reliability of LE Audio streaming after a connection is lost and restored. [Bluetooth and Phone Link] This update improves audio routing for calls made through a connected phone: When an outgoing call is dialed from a paired phone, audio remains on the phone while ringing and transfers to the PC only when the call is answered from the PC. When Do Not Disturb is enabled on Windows, incoming call audio from a paired phone no longer rings on the PC. [Voice access and voice typing] New! You can now use voice access and voice typing in French, German, and Spanish. As you speak, your PC improves your text in real time. It corrects grammar, punctuation, and recognition errors, and helps improve clarity—even in the presence of background noise. This makes dictation smoother and reduces the need for manual edits.3 [Audio] This update improves the reliability of the inbox HD Audio driver. [Taskbar] This update improves the reliability of opening the Start menu when selecting the left edge of the taskbar when the icons in the taskbar are left-aligned. [Networking] This update includes networking improvements for virtualized environments. Confidential Virtual Machines (CVMs) now use SR-IOV hardware acceleration by default for improved network throughput, and a configuration issue in nested Hyper-V virtualization network setup has been corrected to ensure reliable VM network provisioning. This update improves the reliability of the Windows networking stack. It reduces bug checks (blue screen errors) related to Wi-Fi power and improves cellular (WWAN) connectivity, including support for IPv6 VPNs. Compatibility with third-party VPN software and SR-IOV configurations on server hardware is also improved. Network adapter settings and bindings are now preserved across OS upgrades. [Printing] New! New printer installations use Internet Printing Protocol (IPP) by default when supported, simplifying setup and improving reliability. For details about third-party driver deprecation, see End of Servicing Plan for Third-Party Printer Drivers on Windows. To control this behavior, use the toggle in Settings > Bluetooth & devices > Printers & scanners > Default install printers using Windows Ready Print. For more information, see Introducing Windows Ready Print and modernized driver selection. For more information, see Introducing Windows Ready Print and Modernized Driver Selection. [Windows Subsystem for Linux (WSL)] The update improves usage of WSL in mirrored networking mode with VPNs. [Display and graphics] Improves the reliability of rendering content while scrolling for certain apps spanning across multiple monitors. Improves the reliability and persistence of applying color profiles. [Location services] This update changes how some location settings are displayed in Settings > Privacy & Security > Location to help with clarity. When location services are turned off, settings like Default location and Allow location override don't immediately apply, since location information is not given to apps or services. These settings will now be greyed out when location services are off to reduce confusion over when they take effect. [Search] This update improves the reliability of setting Search related group policies. [Input] New! You can now customize the size of the right-click zone in Settings > Bluetooth & devices > Touchpad. Choose from default, small, medium, or large to control how much of the bottom-right corner responds to a single-finger right-click. This setting is only available on touchpads with a pressable surface. If your device manufacturer provides customization through their own app, a Custom option will appear to reflect those settings. This update improves recognition of English characters when using Japanese handwriting. [General performance] Improves the time to shut down Background Intelligent Transfer Service (BITS) when you turn off your PC. [General Reliability] ​​​​This update improves the reliability of explorer.exe. It addresses issues on the login and lock screens related to third-party credential providers, reduces the probability of taskbar icons appearing as blank gray placeholders, and improves navigation to Home in File Explorer during OneDrive sync. It also improves explorer.exe reliability when switching between desktops, enhances app launch with shell extensions, and using acrylic blur effects in the Start menu, Settings, and the lock screen. [Apps] Resolves an issue where some installers and applications could show unexpected elevation (UAC) prompts after installing KB5089549. [Remote Desktop] This update refreshes the dialog design when you enable Remote Desktop in Settings > System > Remote Desktop. [Graphics Kernel] Improves memory-management policy that allows PCs with more than 32GB of installed memory to run larger local AI models. Up next we have the features under normal rollout: [Secure Boot] With this update, Windows quality updates include additional high confidence device targeting data, increasing coverage of devices eligible to automatically receive new Secure Boot certificates. Devices receive the new certificates only after demonstrating sufficient successful update signals, maintaining a controlled and phased rollout. [Authentication] This update improves Netlogon secure channel connections between domain controllers, enabling successful connections from member servers to domain controllers set up before 2025. [Emoji Panel Update] The emoji panel (Windows key + period (.)) now uses GIPHY for GIF content following the deprecation of Google’s Tenor API. Starting June 30, 2026, install the latest Windows update to continue using GIFs in the Emoji panel. If you don’t update, you will see a "GIF service is not available" error in the panel. Installing the latest Windows update will restore access to GIFs. [Networking] This update improves how your device connects to shared network resources. Connections used by apps and system features, such as the NetUseAdd function, now work more reliably, including unauthenticated (null session) connections. [Recycle Bin (known issue)] Fixed: This update addresses an issue where the confirmation dialog might display an internal Recycle Bin file name instead of the original file name when permanently deleting a file. This issue might occur after installing the June 2026 security update (KB5094126). [Taskbar] This update improves notification badge display across your apps. Notification counts and badge visuals now update correctly, helping you stay up to date with new activity. You can choose to manually download the update from Microsoft's update catalog website at this link.
    • Hands-on with BOOX Tappy: cute little reading accessory by Taras Buria Page turners are quite popular accessories for e-readers, as they enable a hands-free reading experience, which is particularly useful with large readers featuring 10-inch or larger displays. The BOOX Tappy is a new accessory that was introduced earlier this year, and we took this cute-looking thingy for a spin. The Tappy comes in a small box, with two additional buttons and a user manual. The device is made of glossy green plastic and resembles old appliances from the nuclear age. Material quality is great, and each part feels quite premium. Plastic is high-quality, the switch is nice to flick, and the buttons are not rattly. At the bottom, four rubberized feet prevent slipping when used on a desk. Unfortunately, there are no color options, and the Tappy is only available in green. It looks good, but I wish there were other options as well. There are two removable buttons, an on/off switch, and an LED indicator that displays connection mode, charging status, and more. The buttons resemble those of an old typewriter, with quite a long travel distance and a pleasant clack. In the box, you have four buttons with different icons: heart, coffee, O, and X. You can easily swap buttons by simply pulling them upwards. Tip: buttons come with plastic covers, but they are quite tricky to remove. It is hard to call the Tappy the most ergonomic remote control, but after fiddling with it for a few hours, I managed to find a comfortable hand position. Attaching a lanyard to it can make it more comfortable in use without the fear of dropping it, but unfortunately, the Tappy does not come with one. The Tappy connects via Bluetooth 5.2, and it works in three modes, which you can toggle by pressing and holding both buttons for about five seconds: Reading Mode Multimedia Mode Browsing Mode Next / Previous page Next / Previous Track Up / Down scroll If you pair the Tappy with a BOOX device (I tested it with the BOOX Go 10.5 Gen 2 Lumi), you will get small pop-ups indicating the current mode. Plus, you can customize what each button does when pressed one time, two times, or held for a few seconds. The list of available actions and features you can use is massive, and I like that BOOX lets you map stuff like brightness adjustment, app launching, screenshot-taking, screen rotating, navigation, and more. Note, however, that while you can use the Tappy with other readers, its customization is only available on BOOX devices running firmware version 4.2 and newer. I could not connect the Tappy to my computer (Windows 11 claims a driver error when I try), but it worked with the DuRoBo Krono that I recently reviewed. My Kindle Paperwhite refused to work with the Tappy, though, just like my iPhone. The Tappy uses a non-removable Li-Ion battery, which can be recharged with a Type-C cable. BOOX rates the remote for "weeks of use," and I can say that it indeed has very good battery life. While there are no battery indicators on the remote, you can see the current level in the status bar or in Input settings in the BOOX firmware. After a few days of active use, mine still shows about 95%. Overall, the Tappy left a nice impression. It is well-made, and the integration with BOOX devices is great. I also like that BOOX decided to have some fun with its design and swappable buttons. I cannot say I am a fan of its odd shape, though. Still, I managed to find a way to use it comfortably. And when not in use, it just looks neat sitting on the table doing nothing or serving you as a small clacky fidget. Buy BOOX Tappy - $29.99 on Amazon US As an Amazon Associate, we earn from qualifying purchases.
    • AdGuard Family lifetime deal now only $14.97 by Steven Parker Today's highlighted Neowin Deal comes via our Apps + Software section, where you can get a lifetime subscription and save 91% on a lifetime AdGuard Family Plan. AdGuard is a unique program that has all the necessary features for what they claim to be "the best web experience." The software combines the an advanced ad blocker, a privacy protection module, and a parental control tool—all working in one app. This software deals with annoying ads, hides your data from a multitude of trackers, protects you from malware attacks, and even lets you restrict your kids from accessing inappropriate content. Install AdGuard and see the internet as it was supposed to be: clean and safe. Get rid of annoying banners, pop-ups & video ads once and for all Hide your data from the multitude of trackers & activity analyzers that swarm the web Avoid fraudulent and phishing website and malware attacks Protect your kids online by restricting them from accessing inappropriate & adult content Good to know Family Plan Length of access: lifetime This plan is only available to new users Redemption deadline: redeem your code within 30 days of purchase Max number of devices: 9 Access options: desktop & mobile Software version: AdGuard Family Updates included A lifetime subscription of AdGuard Family Plan normally costs $169.99, but this deal can be yours for just $14.97, that's a saving of $157.02. For full terms, specifications, and license info please click the link below. Get this AdGuard Family lifetime deal for just $14.97 (was $169.99) Although priced in U.S. dollars, this deal is available for digital purchase worldwide. As an online publication, Neowin too relies on ads for operating costs and, if you use an ad blocker, we'd appreciate being whitelisted. In addition, we have an ad-free subscription for $28 a year, which is another way to show support! Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • Sadly "beats Steam Machine" isn't much of a brag.
  • Recent Achievements

    • One Month Later
      timbobit earned a badge
      One Month Later
    • One Month Later
      nates earned a badge
      One Month Later
    • Week One Done
      Almohandis earned a badge
      Week One Done
    • Rookie
      dorf went up a rank
      Rookie
    • First Post
      mike_rumble earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      469
    2. 2
      +Edouard
      165
    3. 3
      PsYcHoKiLLa
      106
    4. 4
      Michael Scrip
      87
    5. 5
      Steven P.
      69
  • Tell a friend

    Love Neowin? Tell a friend!