Smooth Alternative, Longhorn Alternative Revived


Recommended Posts

I just posted the properly working version that has the full Start Panel. It is labelled "Standard Start Panel". As far as the AA goes... editor program did that.

Great start, obviously still needs a bit of work, but i will keep my eye on you. Thanks for all the hard work! :)

I'd also like a full start menu.

and better AA on the window borders

:p

hm sweet skin :) even better than the original :)

im wondering, any plans on a styler toolbar? or Yz toolbar...like in the original version?

Capric0rn, nice WA skin :)

something i'm working on, miranda skin :)

SA_Miranda_Preview.jpg

Great Skin!

i have two requests -

first (a bug perhaps) - i think the rollup value is set up wrong, because when windows are rolled up - this is what they look like badrollup17qd.png

second request (has been mentioned before) - a substyle for top taskbars - so the start button is protruding downwards.

@AgonitE - nice, waiting for release...

I don't know about a Styler skin since the last time I installed Styler it fried my WindowBlinds installation. I had to uninstall Styler, then uninstall and reinstall WindowBlinds. What a mess. The Y'z Toolbar theme (seen in the screenshot) will be updated for the new look (glossier buttons) as well as a native WindowBlinds toolbar theme. If anyone knows why Style would fry a WB install, please tell me.

hm sweet skin :) even better than the original :)

im wondering, any plans on a styler toolbar? or Yz toolbar...like in the original version?

Capric0rn, nice WA skin :)

something i'm working on, miranda skin :)

SA_Miranda_Preview.jpg

n/m... Since it still had the settings from my last install to use only the toolbar mode, it didn't mess up my WindowBlinds install. I know it did something to the settings the first time, but still don't know what. I will probably work on a Styler them for it tomorrow or this weekend since I just bought the Toolbar only version of Styler.

I could try and make a Styler toolbar. :)

LHA was and still is one of my favorite themes of all time. I'm glad to see that the theme is being revised so that it can be brought back from the dead.

A few comments on what I have seen so far -

- I would love to see a Styler Toolbar for this updated release. Glad to see that it is being considered.

- The smaller shellstyle is great, but I think it would look better if it were a few pixels thinner.

- The new start button globe is a great idea. Any chance the taskbar can be a few pixels thicker. It just doesn't look right at the moment or maybe I am just too used to using Kol's VistaXP :)

- I prefer the taskbar tray chevron from Krezno's MSStyle Port and feel it would look better if the taskbar thickness was increased.

Oh and thanks for the updated theme package. It installed just fine this time without having to rename files and make changes to others :D

n/m... Since it still had the settings from my last install to use only the toolbar mode, it didn't mess up my WindowBlinds install. I know it did something to the settings the first time, but still don't know what. I will probably work on a Styler them for it tomorrow or this weekend since I just bought the Toolbar only version of Styler.

Nice, when I get home I'll post 2 screenshots from the winamp skins that i'm working on. :)

This is one of the skins that i'm working on to match the Smooth Alternative Windowblinds skin:

smoothalternativelight9fe.png

Smooth Alternative Light

I'm working on a Dark version aswell. :)

Please note to anyone designing skins for Smooth Alternative. I am planning to change the style of the toolbar buttons from the original. Please wait until I release the Styler and Y'z Toolbar themes and the toolbar skin from WindowBlinds before releasing any skins for other applications.

Plus the Dark and Xtra versions of the skin will go under similar chagnes as the light version/

This is one of the skins that i'm working on to match the Smooth Alternative Windowblinds skin:

smoothalternativelight9fe.png

Smooth Alternative Light

I'm working on a Dark version aswell. :)

I'm not planning on releasing it yet casue it's not done yet and I dont have permission yet ;)

I just thought about showing others something that i'm working on :)

Great Skin!

i have two requests -

first (a bug perhaps) - i think the rollup value is set up wrong, because when windows are rolled up - this is what they look like badrollup17qd.png

second request (has been mentioned before) - a substyle for top taskbars - so the start button is protruding downwards.

@AgonitE - nice, waiting for release...

i wont release anything till the final skin is done :) so i can update stuff :)

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

    • No registered users viewing this page.
  • Posts

    • Microsoft's Aurora 1.5 weather model could make hurricane predictions a lot better by Paul Hill Microsoft has just launched a major update for its open-access Aurora Earth-system foundation model, Aurora 1.5. This extension adds 22 new weather variables that are relevant to energy, agriculture, transport, and climate risk. Additionally, it provides hourly temporal resolution and probabilistic ensemble forecasting. If you have ever tracked a hurricane or typhoon, you might be aware that there are various forecasting models available. The best of the bunch are generally considered to be the European Centre for Medium-Range Weather Forecasts (ECMWF) ensemble models. Well, with Aurora 1.5, Microsoft claims its model outperforms on 88.9% of evaluated targets. This model also performs better against its previous version, with testing showing that the ensemble median achieved a one-third lower track error for tropical cyclones, such as Hurricane Helene. While open access to Aurora 1.5 is great news for researchers, agencies, companies, and civil society, Microsoft will also be integrating it into its commercial products such as Microsoft Weather. We all know that AI can give some dodgy outputs, so it wants to couple Aurora 1.5 with physics-based models, such as ECMWF, rather than replace them. The best cyclone forecasts are those that draw from multiple models, and drawing in Aurora 1.5’s predictions will just add more depth to the composite forecast, potentially helping to make people safer. You can read the model’s paper or head over to GitHub to download it.
    • I started using Vivaldi again after maybe 2-3 years. I dunno what I didn't like about them. Maybe Floorp was just a shade better.
    • Google launches LiteRT.js to make AI and ML workloads faster in the browser by Paul Hill Google has just launched LiteRT.js, a new library that enables machine learning models to run locally within the web browser, bypassing the need for server-side processing. The firm said this will bring native AI performance to web browsers via its mobile-focused LiteRT runtime, though LiteRT.js also works on desktops. The new library uses WebAssembly and hardware acceleration such as WebGPU and WebNN to replace the slower TensorFlow.js, which uses a slower JavaScript-based kernel. The LiteRT runtime has been reserved for Android and iOS until now. With today’s update, Google is exposing the runtime via WebAssembly to turn the browser into a more capable platform for AI and ML workloads. The search giant claims that this new runtime delivers 3x greater speeds over existing solutions on current hardware. Specifically, it was tested on a 2024 Apple MacBook Pro with M4 Silicon. In the real world, for users on older hardware or using browsers with different engines, performance could vary significantly. For developers looking to switch over from TensorFlow.js, the process is straightforward. If you already have a .tflite file, you just need to switch your JavaScript runtime to LiteRT.js. However, if you have a TensorFlow/Keras SavedModel, then you can use the LiteRT Converter built into the Python TensorFlow package. You can read more about the conversion process on Google for Developers. Going forward, it will be interesting to see whether Google eventually sunsets or de-prioritizes TensorFlow.js in favor of LiteRT.js. It will also be interesting to see how it really performs on other hardware besides a MacBook. Source: Google
    • AltSendme 0.5.0 by Razvan Serea AltSendme is a minimal, cross-platform application designed for fast, secure, and private peer-to-peer file transfers. It allows users to send files or entire directories directly between devices without relying on cloud servers, accounts, or any personal information. Everything is encrypted end-to-end using modern protocols like QUIC and TLS 1.3, ensuring both strong security and low-latency performance. Transfers are verified with BLAKE3 for data integrity, and interrupted downloads automatically resume, making the experience reliable even on unstable connections. You can transfer anything—images, videos, documents, and more. Integrity checks are performed on both ends, so your files are automatically verified for correctness during both sending and receiving. AltSendme works seamlessly across local networks or long-distance links, capable of saturating multi-gigabit connections for extremely fast delivery. With built-in NAT traversal and encrypted relay fallback, it connects devices almost anywhere. The app integrates with the Sendme CLI and will soon support mobile and web platforms. Fully free and open-source, AltSendme offers a lightweight, privacy-first alternative to traditional cloud-based services, removing size limits, upload costs, and unnecessary data exposure. AltSendme 0.5.0 changelog: Web version available at app.altsendme.com Zero analytics, please raise issues as you come across them Harden app trust boundaries More test coverage - added end-to-end test cases verifying receiver temporary directory lifecycle and resume behavior Added disarm mechanism to AutoCleanupDir to support preserving partial downloads for resume Bug fixes Download: AltSendme 0.5.0 | ARM64 | ~9.0 MB (Open Source) Download: AltSendme for MacOS | Android Links: AltSendme Home Page | GitHub | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Dedicated
      BenTuckett1997 earned a badge
      Dedicated
    • One Month Later
      SRODERICK earned a badge
      One Month Later
    • Community Regular
      Case_f went up a rank
      Community Regular
    • One Month Later
      Jeroen Wilms earned a badge
      One Month Later
    • First Post
      BrianMunton earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      399
    2. 2
      +Edouard
      152
    3. 3
      PsYcHoKiLLa
      129
    4. 4
      Nick H.
      87
    5. 5
      neufuse
      77
  • Tell a friend

    Love Neowin? Tell a friend!