- Alcatel (6)
- Android (6)
- Blogger (10)
- Bluetooth Speakers (1)
- Calculators (1)
- Facebook (1)
- Games (4)
- GitHub (1)
- Html-Css-Js (46)
- Illustrator (2)
- InfoSec (13)
- Photoshop (4)
- PHP (11)
- Unicode (2)
- Windows (2)
jQuery
elevateZoom (Requires jQuery)
Microsoft Store (Donation)
Facebook Messenger (Donation)
Click here to go to this blog's Facebook Page!
Thank you!
Request Web\PHP\JavaScript\HTML Project !
Contact us if you want us to develop a Web\PHP\JavaScript\HTML project for you!
Advertise On This Blog!
If you want a Product\Service\Event to be advertised on this blog, feel free to contact us!
Ads (Reserved)
Monday, April 21, 2025
[JavaScript] Real and Fake Multi-Thread. (Prevent Loop From Freezing The Browser)
Since Real Multi-Thread is faster than Fake Multi-Thread, always use Real Multi-Thread if possible!
Test codes below (Click here)
Real Multi-Thread (Async Function with Web Worker):
Fake Multi-Thread (Async Function with Sleep):
Saturday, November 16, 2024
Friday, November 15, 2024
Thursday, November 30, 2023
[JavaScript] Obfuscation is Not Security. (Find Almost Anything From Obfuscated Scripts)
Download testing scripts from the video here:
https://www.mediafire.com/file/jta8a6b630swjl2/%255BJavaScript%255D_Obfuscation_is_Not_Security.zip/file
Wednesday, November 1, 2023
[JavaScript] Save and Load File. (Text, Image, Audio and Video)
v1.0 Save - v1.2 Load:
- Audios and Videos can be loaded now.
v1.0 Save - v1.1 Load:
- Added "Shrink" option to reduce the image base64 data by using CSS "max-width" or "max-height" properties.
Test code below (Click here)
Sunday, September 17, 2023
[JavaScript] Get Locale HourCycle (Hour Format)[ChatGPT]
Wow! ChatGPT helped me create a JavaScript code that I couldn't find while searching on Google!
The code returns the locale HourCycle (Hour Format).
This is Fantastic indeed!
Test code below (Click here)
Friday, September 15, 2023
[HTML - CSS] Prevent Table Cell Width To Fit Its Content!
Test code below (Click here)
|
ABCDE_12345
ABCDE_12345_ABCDE_12345_ABCDE_12345 ABCDE_12345_ABCDE_12345_ABCDE_12345_ABCDE_12345
ABCDE_12345
ABCDE_12345_ABCDE_12345_ABCDE_12345 ABCDE_12345_ABCDE_12345_ABCDE_12345_ABCDE_12345 |
Tuesday, July 18, 2023
[HTML - CSS] Vertical Center (Center Vertically)
Test code below (Click here)
|
I'm vertically/horizontally centered!
I'm vertically/horizontally centered! Div Test
ABCDE_12345
ABCDE_12345_ABCDE_12345_ABCDE_12345 ABCDE_12345_ABCDE_12345_ABCDE_12345_ABCDE_12345
ABCDE_12345
ABCDE_12345_ABCDE_12345_ABCDE_12345 ABCDE_12345_ABCDE_12345_ABCDE_12345_ABCDE_12345 |
Thursday, September 15, 2022
Friday, September 9, 2022
[JavaScript] Drag-Move and Resize any element with jQuery!
Test code below (Click here):
Wonder Boss
Johnny Bravo
Drag me around
Resize me
Drag me around
Resize me
You can't Drag me around
You can't resize me
Tuesday, September 6, 2022
Simple Online HTML Editor with Note Box!
2
3
4
For a more advanced "Note Boxes + Offline Html Editor" (Click Here)
Thursday, August 25, 2022
Online Text Crypter - Encrypt\Decrypt Messages In Real Time!
"Cryption Key" can either be Password, Passphrase, Passcode, etc!
Thursday, December 16, 2021
[HTML] Hide Elements From Print!
1
2
3
4
5
- "window.print()" triggers "system dialog print" in old browsers and "browser preview print" in modern browsers!
- For old browsers, open "File" from menu and use "Print Preview" option!
Hello World! >
Test End! >
Tuesday, December 14, 2021
Friday, October 22, 2021
Image Slider for Blogger
Download "Splide Slider + Examples + How to Notes for Blogger":
https://www.mediafire.com/file/d2z2ymxv4u5z5oj/Splide_Image_Slider_%2528Blogger%2529.rar/file
Monday, May 31, 2021
Monday, May 24, 2021
[JavaScript] Date Time Zone (Function)
Download v1.1 (Changelog Note file included):
https://www.mediafire.com/file/7cia0vmekbkgnsu/Date_Time_Zone%2528Function%2529_-_v1.1.zip/file
Download v1.0:
https://www.mediafire.com/file/8rsq0tzofhgggzv/Date_Time_Zone%2528Function%2529_-_v1.0.html/file
Monday, May 3, 2021
[JavaScript] Get TimeZone Name (Function)
Unfortunately, none of the functions below work with Internet Explorer! (The previous statement that one of the functions works with IE11 was wrong!)
v1.2 (Changelog Note file included):
https://www.mediafire.com/file/0tmn6o78pal8r38/Get_TimeZone_Name%2528Function%2529_-_v1.2.zip/file
v1.1 ("Date_String" parameter added):
https://www.mediafire.com/file/6hy14nh2hkiqfes/Get_TimeZone_Name%2528Function%2529_-_v1.1.rar/file
Friday, March 26, 2021
[PHP\JavaScript] Date, Time and Timezone (Test Script)
(Type\Paste a "Date" or "Timestamp" in the input box above!)
IANA TimeZone Name = ()!
Timezone Offset = minutes! (Timezone Offset / -60 = )
Download the complete php\javascript script from the video here (v1.1):
https://www.mediafire.com/file/g3454kwh1lyttzi/PHP-JavaScript_-_Date-Time-Timezone_%2528v1.1%2529.php/file
(v1.1) Change Log:
- [hourCycle:"h12"] in use instead [hour12:true]
- [hourCycle:"h23"] in use instead [hour12:false]
(v1.0):
https://www.mediafire.com/file/r1diygunxqgkc2g/PHP-JavaScript_-_Date-Time-Timezone_%2528v1.0%2529.php/file
Keywords:
#php #JavaScript #html #css #Timezone #date #time #utc #gmt #iso8601
Tuesday, February 2, 2021
[Tor] Create "New Circuit" for a Domain at every given time!
First of all, the code to create a "New Tor Circuit" for a domain was found in the gitlab page of Tor! (See line 516 <Click Here>)
Secondly, the code only works in "Browser" console (Shift + Ctrl + j), it does not work neither in "<script>" tag nor in "Web" console (Shift + Ctrl + k)!
Thirdly, in order to run codes in "Browser" console, "devtools.chrome.enabled" from "about:config" must be set to "true"! (See the image above for more details!)
Below is the code to Create "New Tor Circuit" for a given domain:
Change "w3schools.com" to any other domain you want! (It must be "Domain.com", not "www.Domain.com"! For example, "www.w3schools.com" does not work!)
After executing the code, open "w3schools.com" in a new "tab", or just reload the current open tab, and you will notice that the "Tor circuit" was changed!


%20Function.png)




%5BChatGPT%5D.png)

.png)
.png)












