Smooth Alternative, Longhorn Alternative Revived


Recommended Posts

Can I just say that i think it's a little odd to have the 'History' button in Firefox made to look like a book - like the bookmark button from the default Firefox theme...

Otherwise all is OK - and I finally upgraded to Firefox 1.5 without any problems and everything else works OK.

EDIT - I just found a few commands for the toolbar.ini for Styler...

I added the line

FolderOption=EButton-Option.png,160,56

before

option=TButton-Option.png,-34,56

in the Explorer section and that works great for opening up the Folder Options dialogue

Edited by ambientmike

2 things, the firefox smooth, in crystal dark black will be incredible, and its compatible with compact menus, but it left a margin, example, see this screenshot...

post-152860-1138823267_thumb.jpg

You see, theres no space left, between the buttons, and the windows bar, with your theme a space is created, the same as if the menus where there, so theres no space free using compact menus, because the space of the menus keeps in there, dont know if you understand me, I will change the theme right now and put the other screenshot.

Thanks.

Edited by Neur0tic0

And with smooth see the space...

post-152860-1138823340_thumb.jpg

And a minimized buttons, for the small icons options, will be great too, but it lefts a lot of unusable space between the icons and the window bar, I expect you to understand what Im trying to say, because english isnt my native language, and I sometimes dont know how to explain myself.

Thanks.

I don't know what theme that is or where to get it to examine it, but the DeviantArt page tells you what to add to userChrome.css to make the menubar dissappear. Not to mention you are using an out-of-date copy of the theme, I can tell by the tab close button.

2 things, the firefox smooth, in crystal dark black will be incredible, and its compatible with compact menus, but it left a margin, example, see this screenshot...

post-152860-1138823267_thumb.jpg

You see, theres no space left, between the buttons, and the windows bar, with your theme a space is created, the same as if the menus where there, so theres no space free using compact menus, because the space of the menus keeps in there, dont know if you understand me, I will change the theme right now and put the other screenshot.

Thanks.

I don't know what theme that is or where to get it to examine it, but the DeviantArt page tells you what to add to userChrome.css to make the menubar dissappear. Not to mention you are using an out-of-date copy of the theme, I can tell by the tab close button.

Its BlackJapan, its in deviantart, I didnt saw that link, i will search..., and I will update it, will you consider the black version?

Thanks.

Ops, I updated it, and now a popup tells me to upgrade firefox to 1.5.0.1, and some "extensions" will be no more available, one of them, is your theme, dont know why, I saw your deviantart page, and someone has commented there too, well, Ill keep expecting your work.

Edited. Installing the last version, Its compatible with 1.5.0.1, GREAT WORK, and consider the black option.

Thanks.

Edited by Neur0tic0

Just updated the Firefox and WindowBlinds skin, I will be releasing an update to the StylerTB skin next, hopefully I'll get time to work on the Y'z Toolbar them. I also will add the Compact Start Menu substyle to the VS before it hits final, after TGTSoft gives me my registration key, since they seem to be having a problem sending it to me.

Just updated the Firefox and WindowBlinds skin, I will be releasing an update to the StylerTB skin next, hopefully I'll get time to work on the Y'z Toolbar them. I also will add the Compact Start Menu substyle to the VS before it hits final, after TGTSoft gives me my registration key, since they seem to be having a problem sending it to me.

The download link is still Beta1 for Firefox. :huh:

Over the past couple of weeks, whenever I change the theme I use, I constantly come back to this...Terrific job. I just want the black version soon so I can use more variations in wallpapers/icons--then I might not ever need to use anything but Smooth Alternative!! Thanks so much for your hard work...

I am not kidding, I am being honest.

This skin made me get WB5. This is a great example of what WB5 has potential for. Not for all of the ugly glass themes, and flashy effects, but it gives you the ability to make a skin that preforms smootly, is clean and crisp (No more jaggies or tearing windows) and is still easy on the eyes.

Thank you.

This is one of, if not the best skins I've ever used.

There's a winamp skin to for anyone who's interested. :)

Linky

When the black version of the windowblinds skin is out I'm going to be working on my black winamp version. :)

Will there ever be a version with the origional windows button?

I doubt it. One of the reasons why LHA was taken down was because of the fact that Microsoft claimed that the Win Flag Start Button was a Trademark infringement.

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!