Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
12% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
12
Posts with Downvotes
8
Downvoting Members
4
5 Commented Posts
0 Endorsements
Ranked #17.3K
~1K People Reached

12 Posted Topics

Member Avatar for Mr.M

Replace NOW() with your date. For the week: SELECT * FROM mydb.mytable WHERE eID='$eid' AND YEARWEEK(dateColumn,1)=YEARWEEK('$givenDate',1); For the month: SELECT * FROM mydb.mytable WHERE eID='$eid' AND MONTH(dateColumn)=MONTH('$givenDate') AND YEAR(dateColumn)=YEAR('$givenDate'); This checks the week or month of the supplied date.

Member Avatar for gottaloveit
0
90
Member Avatar for Skill_5

One thing I’d add is interaction quality. Modern sites in 2025 feel responsive and intentional. Subtle motion, instant feedback on clicks and forms, and content that adapts to user intent all matter more than flashy visuals. Accessibility also plays a big role now. If it’s fast, readable, and easy for …

Member Avatar for Yoruba45
9
99
Member Avatar for Akshat_5

The right approach depends on the drive type. For HDDs, a single full overwrite is enough. A zero fill using DBAN or similar tools makes recovery impractical. For SSDs, use the manufacturer’s Secure Erase or Windows Reset with Remove everything and Clean the drive. Multiple overwrites do not help on …

Member Avatar for Yoruba45
7
404
Member Avatar for George_72

If you’re opening the HTML file locally, the image path is just a file reference, not a website URL. Put the image in the same folder as the HTML file and reference it by filename in CSS, for example background-image: url("image.jpg"). If it’s in a subfolder, use a relative path …

Member Avatar for Yoruba45
1
62
Member Avatar for Inlovewithnight

Since it cleared up on its own, it was likely a temporary Windows issue or security software conflict. Avast running alongside Defender can spike CPU and disk usage, which explains the blank screen, slow apps, and stalled pages. Updates or a failed background scan can trigger this suddenly. Removing Avast …

Member Avatar for Yoruba45
1
113
Member Avatar for SCBWV

I’ve actually tried a couple of SSuite apps out of curiosity. They feel a lot like old Microsoft Works style tools, lightweight and very basic. Fine for simple documents, but rough around the edges and not something I’d trust for serious or long term work. Updates and support also seem …

Member Avatar for Yoruba45
1
77
Member Avatar for appsglobal

Flexbox can behave differently in Safari because it’s stricter than Chrome. Safari often requires explicit widths, heights, and full flex values (flex: 1 1 auto). Parent heights matter, older versions may need -webkit- prefixes, and min-height: 100vh can be unreliable. Always test in Safari and be explicit with your layout …

Member Avatar for Yoruba45
2
62
Member Avatar for George_72

To sovle this issue, you first have to Install the Live Server extension in VS Code, then right-click your HTML file and choose “Open with Live Server” or click the Go Live button. If that doesn’t work, just right-click and select “View in Browser.”

Member Avatar for Yoruba45
3
76
Member Avatar for Kokensat

If everything else works fine, the issue is likely on FAB Bank’s side rather than yours. Sometimes their servers, CDN, or regional routing can cause the balance page to fail. You can try using the official app or website from a different network or device, but delays or errors often …

Member Avatar for Yoruba45
1
57
Member Avatar for Dani

The most annoying hardware failures often teach self-sufficiency and the importance of backups. For example, a jammed 3D printer showed that troubleshooting on your own is key, and that companies may not always fix small issues. Lesson: always be prepared, know how to solve problems independently, and don’t rely entirely …

Member Avatar for Salem
2
41
Member Avatar for Dani

Consumer hardware has improved a lot, but raw performance gains are slowing. Modern devices like the M1 Max outperform older high-end systems, yet progress feels incremental. Cloud dependency, software restrictions, and platform lock-ins often limit practical performance, even if hardware is capable.

Member Avatar for Yoruba45
1
50
Member Avatar for Dani

Hardware shapes how we interact, create, and learn. It influences our habits, skills, and experiences but does not fundamentally change who we are.

Member Avatar for Yoruba45
2
102

The End.