UAD-NG is great for uninstalling (More like disabling but it allows you to select system apk's that you are unable to disable via the apps menu on your phone).
Rethink apk is also great for creating firewall rules and using an encrypted DNS.
Sadly were trying to speedrun to the levels of surveillance China has. It seems to be one of the things the only two parties that have been in power for the last 100 years agree on too.
Appreciating this guide is for HP Laptops but here's how to update the UEFI certificate database manually whether the OEM supports it or not:
https://h30434.www3.hp.com/t5/Business-Notebooks/Enabling-new-UEFI-2023-CA-certificates-in-pre-2018-HP/td-p/9628370
We will soon have had 7 different Prime Minister's over the course of a decade. I don't care about political leanings, Tory, Labour, Green or Retarded, this just makes a mockery of the role!
Question
McCordRm
Currently, my site is (except the jquery menu) entirely HTML/CSS.
I'm building it with Includes to make updates easier: update the Menu file and
it's updated everywhere that menu is loaded.
Think Lego blocks. The header is its own file, the footer, etc. Like so:
<include header.css>
<include content.css>
<include footer.css>
And thus, the webpage is displayed.
The only thing that changes on my site is the Content area. So, I'm curious if
PHP can perform this function for me:
1. Instead of having different content.css file, have a $Content variable. When
the site first loads, the $Content variable is set to Home. Therefore, for the
content section, it includes the Home.css file.
2. If you click Stories in the main menu, the $Content variable is then set to
Stories. The exact same load sequence happens but instead of home.css it
now loads stories.css file.
I'm thinking dynamically. When you have a rollover image effect, there is one image
displayed on the page. You hover your mouse over the image and the image updates,
but the rest of the page stays exactly the same. I'd like to do this for my content area.
Link to comment
https://www.neowin.net/forum/topic/930690-php-question/Share on other sites
22 answers to this question
Recommended Posts