Help desk log template

Standing Desks

2014.03.05 14:40 fitnessforall Standing Desks

StandingDesk stands (heh) against Reddit corporate takeovers but this sub's current state would be better than whatever Reddit Inc would do, so.
[link]


2009.01.10 13:43 Migraine

A community of headache disease sufferers. Whether migraines, cluster headaches, or whatever head pain you experience. We support each other, and spread knowledge about our various conditions.
[link]


2011.09.11 08:36 tdm911 Peloton - World Tour Road Cycling News, Results and Discussion

Peloton is the community for professional road cycling. Share links, news, results, transfer rumours & other road cycling tidbits related to the teams, events and riders in the World Tour.
[link]


2024.05.19 19:18 Stay10k Little Brother Sold PS4 With My Account Still Logged On And Now People Are Playing On My Account, Help!

I changed my password already, i set up 2 step verification and I deactivated all devices from my account and some how they are still playing on my account, what else can i do?
submitted by Stay10k to playstation [link] [comments]


2024.05.19 19:17 Danick3 Oi

Oi submitted by Danick3 to DeepRockGalactic [link] [comments]


2024.05.19 19:12 TheBiggestRas PC randomly freezes forcing me to switch power supply on and off again

Hello all!
I have an issue with my rig where it will sometime randomly freeze, and not just a normal freeze when it freezes it is in a way that nothing works not even the power button on the case is working. Forcing me to turn off the system by turning off the power supply, which i know can't be good for the system. And I'm really struggling to figure out what causes this, any and all help would be greatly appreciated.
So a little more information on the system itself. I have had this rig for a couple of years now running windows 10 without any issues. And the only thing that i can think of that has recently been changed was that i upgraded to Windows 11 at the end of last year, and sometime after that the issue started to appear. Now in order to upgrade to Windows 11 i also had to activate TPM 2.0 (and something else that i can't remember now) not sure if this is the culprit or not?
Specs of the rig
So far i have tried to upgrade all drivers to the latest version as well as the BIOS, but nothing seems to be working. The strangest thing is that the issue seems to appear at random, at first it happened almost every time i was gaming if i had been in a session for long. But it has also happened when i was just watching YouTube or talking with friends on Discord. Also it sometimes goes a couple of days without any incident and then suddenly there is multiple on one day.
Is there any good tools that might help me log when this happens?
The only "constant" i have noticed across all incidents is that i currently run all of my RGB on a standard white, but when this issue occurs i notice that only the RGB on the AIO switches back to it's "default" light. Leading me to believe that it might be an issue with the CPU? But i might just be overthinking.
If any more information is needed please let me know! And thanks in advance for any replies :)
submitted by TheBiggestRas to pcmasterrace [link] [comments]


2024.05.19 19:10 juan186 When to use vanilla js or framework?

I'm ending up an application with elements such as modals, tables with pagination, lists of elements with ajax paginations, etc.
When I started it, I decided to build it in laravel + vanilla js because I thought that it wasn't worth it to use a stack like Angular + nestjs or any other nodejs framework since It would be an simple application and I thought that those stacks only are used when it comes to big scalable applications.
Now, after 8 months of developing, I feel like I'm reinventing a little the wheel. For example, for the list of elements with ajax pagination, I've to write the template in html of the element and then create a function in js that it clones the template, modify the titles and then appends to a container, but in angular I would have only to have binded the element to an array of objects with directives like ngFor.
For the tables, I'm using the library tabulator and It's fine, but for stuff like showing errors in the fields of a form, I've had to create a generic method in js that I pass it the id of the form and an array of errors and it create the html tags behind each input that has an error. In angular with reactive forms, It would be easier.
It's true that for creating those generic function that I mention, I've had a lot of help with chatgpt but even so, I feel that I've chosen the incorrect stack.
What do you believe? Do you use vanilla js currently?
submitted by juan186 to learnjavascript [link] [comments]


2024.05.19 19:08 tempmailgenerator Understanding CSS Limitations in Gmail

Exploring CSS Compatibility in Gmail Clients

When designing email campaigns, understanding the constraints imposed by email clients like Gmail is crucial for ensuring your message is delivered as intended. Gmail, being one of the most widely used email services, has specific rules regarding the CSS properties it supports. This can significantly impact the visual presentation of your emails, potentially affecting user engagement and the overall success of your campaign. Designers often face the challenge of balancing creativity with the technical limitations of email clients, making knowledge of these constraints essential for effective email marketing.
The intricacies of Gmail's CSS support involve a combination of allowed and stripped attributes, which dictates how styles are applied to your email content. The variation in support across different email clients and even within Gmail's own ecosystem—spanning web and mobile applications—complicates the design process further. This introduction to Gmail's CSS compatibility aims to shed light on these limitations, offering insights and strategies to navigate through the challenges of email design, ensuring that your emails not only reach their intended recipients but also display as intended, regardless of the client used to view them.
Command Description
u/media query Used to apply CSS styles for different devices and screen sizes, but limited in support by Gmail.
!important Increases the priority of a CSS property, but Gmail ignores these declarations.
Class and ID selectors Allows styling of specific elements, but Gmail predominantly supports inline styles over external or internal stylesheets.

Navigating CSS Restrictions in Gmail

Email marketers and designers often encounter significant challenges when creating campaigns intended for Gmail users, primarily due to Gmail's handling of CSS. Unlike web browsers that typically support a wide range of CSS properties and selectors, Gmail strips out certain CSS attributes to maintain its own standards of email presentation and security. This includes, but is not limited to, complex selectors, styles defined in tags, and the use of !important declarations. As a result, email designs that rely heavily on these features for layout and styling may not appear as intended in the recipient's inbox, leading to potential issues with readability, engagement, and overall effectiveness of the email campaign.
To effectively work within these limitations, it is essential for designers to adopt Gmail-friendly CSS practices. This includes the use of inline CSS for critical styling, as Gmail is more likely to preserve these styles. Additionally, understanding and utilizing CSS properties that Gmail does support can help in creating responsive and visually appealing emails. For example, employing table-based layouts and inline CSS can enhance compatibility across Gmail's web and mobile clients. By prioritizing simplicity in design and coding, and rigorously testing emails across different clients, marketers can create effective, engaging email campaigns that look great in Gmail, ensuring their message is communicated clearly and effectively to their audience.

Adjusting Email Design for Gmail Compatibility

Email Design Strategy
 
Example Content
Inline styles for better Gmail support
Example Content

Navigating CSS Restrictions in Gmail

Email marketing remains a vital communication tool, with design playing a key role in engaging the recipient. However, when it comes to designing emails for Gmail, one of the largest email platforms, there are unique challenges. Gmail strips certain CSS properties to maintain a consistent user experience and to protect against potentially malicious code. This means that email designers must be adept at navigating these restrictions to ensure their emails look as intended across all devices. Understanding which CSS properties are stripped and which are supported is crucial for this. For instance, Gmail does not support CSS styles contained within the