Pages
(Move to ...)
Home
Info
HowTo
Code
Publications
Finance
Links
Legal
▼
Showing posts with label
Web
.
Show all posts
Showing posts with label
Web
.
Show all posts
06/08/2025
[Bing] Disable AI search clutter
›
AI is seemingly unescapable these days and annoying generated content is being shoved everywhere without consent. To disable AI content clut...
06/11/2023
[Tampermonkey] Disable Bing Chat search integrations
›
When using Bing search there are multiple places that integrate the Chat functionality with the ChatGPT AI. Some of these integrations are a...
20/12/2016
Facebook and Airbnb login bug, now you are someone else
›
Well, everyone nowadays is running around trying to spot and fix bugs for money and I just stumble upon someone else's information for f...
14/07/2015
[Oracle] wget or curl binaries from OTN website
›
Usually when you try to download Oracle's JDK or Oracle's DB driver jars you need to manually accept a license agreement before yo...
22/05/2015
[Linux] Check remote port connection
›
It may happen that you're working on a server with a user that has very limited capabilities. Sometimes you have no access to telnet : ...
29/11/2014
[TIBCO Spotfire] Run script at startup from a Web Player mashup
›
If you created a mashup page that includes a Spotfire analysis served via Web Player using JavaScript , you can easily trigger the embedded ...
18/10/2014
[HTML] Image as input button
›
When creating an HTML form, replacing an input button with an image is as easy as: <input type="image" src="http://exa...
[SSL] Create Java keystore from certificate and key
›
To create a Java keystore file from a certificate and key pair files, you can use the openssl and keytool commands. First, convert the...
24/05/2014
[Windows] Scan hosts for open ports without Telnet with PortQry
›
When testing a connection, you'll probably want to check if a particular port is reachable on the destination host. Telnet is fine enou...
[Debian] Run Wireshark as non-root user
›
Wireshark by default enables only the root user to capture network traffic; the idea is that as a root user you'll capture and store th...
28/10/2013
[Java 4] Download file from portlet v1.0
›
Same scenario as last time , but a cleaner solution: link a servlet directly from a JSP page and have the server serve the file as a respons...
12/10/2013
[Java] Keep HTML form filled after failed Spring validation
›
I was working on a JSR-168 portlet written in Java 4 using Spring 2 and I had plain HTML forms validated via Spring validators. Everything ...
08/10/2013
[Java] Store session attributes in portlet controller and retrieve them from JSP
›
I was coding a portlet following the JSR-168 specification and Spring 2 and I noticed an inconsistent behaviour on some pages. Passing som...
25/09/2013
[Java] Spring use DAO in JSP page
›
So you're happily coding your webapp with Spring , and have all your DAOs correctly defined as beans ; you know they work because you a...
28/01/2013
Opera quick proxy toggle button
›
If you use Opera and need to easily and quickly toggle on or off your proxy setting, much like Firefox's QuickProxy add-on, you may try...
25/01/2013
Liferay cannot access login page
›
If you tinker with Liferay 's page permissions, you may accidentally edit those associated with the "Welcome" page, effectivel...
12/11/2012
Enable Tomcat remote access
›
To reach an application published inside Apache Tomcat using the host's IP ( localhost does not work for remote access), you need to m...
28/02/2012
Grog, a PaaS based on OSGi for Public Administrations and private networks
›
As a result of my 9-months thesis work, I now present Grog , a PaaS based on OSGi for Public Administrations and private networks.
8 comments:
27/09/2011
How to contact Facebook or delete your account
›
Contacting Facebook can really be a pain, but definitely deleting your account is even harder. Since they rely on your data to survive, they...
2 comments:
06/07/2011
[PHP] PageRank implementation
›
There are two possible PageRank implementations: the power method and the iterative method. We will describe both. To check the result...
›
Home
View web version