Css bhop download

PHP: The latest news in the PHP world

2008.01.25 07:37 PHP: The latest news in the PHP world

Share and discover the latest news about the PHP ecosystem and its community. Please respect php's rules.
[link]


2008.09.20 03:33 thepiratebay

/thepiratebay is currently private in protest of Reddit's API changes. Please read the following post for more info: https://reddit.com/Save3rdPartyApps/comments/1476ioa/reddit_blackout_2023_save_3rd_party_apps/
[link]


2008.01.25 14:55 Ubuntu: Linux for Human Beings

The Ubuntu community on Reddit
[link]


2024.05.18 11:16 MembershipTasty712 Improve WordPress website speed... 13 Tips for beginners!

In today's fast-paced digital environment, a slow-loading WordPress website can significantly affect user experience, search engine rankings, and ultimately, your revenue.
Users expect websites to load quickly, and even a few seconds of delay can lead to higher bounce rates and lost visitors.
Here’s a detailed guide on how to speed up your WordPress website and improve load times, with a focus on optimization techniques, best practices, and the importance of web hosting.

1. Choose the Right Web Hosting Provider

Your choice of web hosting provider is crucial for your website’s performance. Here’s what to consider:
Recommendation: Look for web hosting providers known for their speed and reliability, such as Cloudways, TMD Hosting, and Namecheap. These providers offer various hosting plans that cater to WordPress sites' specific needs.

2. Enable Compression

Reducing the size of your files through compression can significantly decrease load times. Gzip is a popular compression method that can reduce the size of HTML, CSS, and JavaScript files.
How to Enable Gzip Compression in WordPress:

3. Optimize Images

Images often make up a large portion of a webpage’s total size. Optimizing them can lead to significant improvements in load times.
Tips for Image Optimization:

4. Minify CSS, JavaScript, and HTML

Minification removes unnecessary characters from code (like spaces, commas, and comments) to reduce file sizes.
How to Minify Your Files:

5. Leverage Browser Caching

Browser caching stores some data on the user's device so they don’t have to download it again on subsequent visits. This can drastically reduce load times for returning visitors.
Setting Up Browser Caching in WordPress:

6. Reduce Server Response Time

A faster server response time can lead to quicker page loads. This depends heavily on your web hosting provider.
Tips to Improve Server Response Time:

7. Enable HTTP/2

HTTP/2 allows multiple requests to be sent for data simultaneously over a single TCP connection, improving load times.
How to Enable HTTP/2:

8. Use a Content Delivery Network (CDN)

A CDN stores copies of your website’s content at multiple locations around the world. This helps deliver content to users from the nearest server, reducing load times.
Popular CDN Providers:
WordPress CDN Integration:

9. Reduce Redirects

Too many redirects create additional HTTP requests, which can slow down your website. Minimize redirects where possible.
How to Reduce Redirects:

10. Optimize Your Database

A well-optimized database can improve load times, especially for dynamic websites like those running on WordPress.
Database Optimization Tips:

11. Use Asynchronous Loading for CSS and JavaScript

Loading CSS and JavaScript files asynchronously can prevent them from blocking the rendering of your webpage.
How to Implement Asynchronous Loading:

12. Optimize Web Fonts

Web fonts can add significant load time if not optimized properly.
Optimizing Web Fonts:
Plugins for Font Optimization:

13. Monitor and Analyze Performance

Regular monitoring helps you identify and address performance bottlenecks.
Tools for Monitoring Performance:
Plugins for WordPress Performance Monitoring:
Conclusion Improving your WordPress website’s load time is crucial for enhancing user experience, boosting SEO rankings, and increasing conversions. By implementing these optimization techniques and choosing the right web hosting provider, you can ensure your website performs at its best. Remember, the foundation of a fast website often starts with selecting a high-quality web hosting provider like Cloudways, TMD Hosting, or Namecheap. Each of these providers offers robust solutions tailored to different needs, ensuring your website is always running smoothly and efficiently.
By following these tips, you'll not only improve your website's speed but also create a better overall experience for your visitors, keeping them engaged and coming back for more.
submitted by MembershipTasty712 to Website_Hosting101 [link] [comments]


2024.05.18 09:06 amitalokbera Review my resume - (1.5 YOE)

Review my resume - (1.5 YOE) submitted by amitalokbera to developersIndia [link] [comments]


2024.05.18 00:20 tetractys_gnosys Dev struggling with seemingly simple font modification w/ FontForge

[EDIT] Fell for one of the classic blunders: didn't triple check file path in CSS. But also tried downloading the latest version of the font in OTF directly from the official GitHub and it was nearly error free.
Hey, y'all. I am trying to take a simple sans serif font from Google Fonts (Hanken Grotesk, ExtraLight), apply a -17 degree skew to it, and then use it on the web. Basically, trying to do a complex layout and typographic setup in CSS and I found a single blog post by a guy showing how he did it, and it necessitates skewing the font the same degree as the layout in CSS, but in the opposite direction.
I opened the font in FontForge, selected all glyphs, then went to Transform and applied a -17 degree skew and hit apply. This works just fine. When I go to export the font, FontForge was giving me all kinds of warnings and errors about self intersection, missing extrema, em scale, and integers or something.
I applied rounding to fix the integer stuff, added missing extrema stuff, set the em scale to a power of two (from 1000 to 1024), and something else to allegedly fix the intersection stuff. After doing all the recommended fixes, when I validate, it still shows errors for basically every glyph.
If I try to export the font as a TTF, Windows can preview it just fine and doesn't complain. Seems to be a functional font. As soon as I try to use it on the web, it just doesn't load. This is either using the TTF directly or converting to WOFF/WOFF2. The original version of the font that I subset and converted to WOFF/WOFF2 is working just fine, and it also works in every app on my machine.
I don't understand enough of the font tech to really know what to search online, but I've searched a ton and haven't come up with much.
In my mind, if the original straight from Google Fonts works perfectly fine everywhere, me applying a simple skew to it and resaving it shouldn't cause such a problem but here we are. What could be the issue? I'm honestly lost and my head hurts. I'm obviously out of my element.
I appreciate any kind of direction or help.
submitted by tetractys_gnosys to fonts [link] [comments]


2024.05.17 20:57 webdev20 Optimizing Your WordPress Site Without Plugins: A Comprehensive Guide

WordPress is a powerful and flexible platform, but it can also be resource-intensive. While plugins offer a plethora of functionalities, they can sometimes slow down your website and compromise its performance. Thankfully, there are numerous ways to optimize your WordPress site without relying on additional plugins, ensuring a smooth user experience and improved SEO ranking.
1. Theme Selection: The Foundation of Optimization
Choosing the right theme is crucial for a fast and efficient website. Opt for lightweight themes with clean code and minimal bloatware.
2. Content Optimization: Streamlining Your Content
Content is king, but heavy content can weigh down your website. Optimize your content to reduce its impact on performance:
3. Database Optimization: Cleaning Up Your Data
A cluttered database can slow down your website. Regularly optimize your database to improve performance:
4. Caching: Speeding Up Page Load Times
Caching is a powerful technique for improving website speed by storing frequently accessed data in temporary memory. WordPress offers built-in caching mechanisms:
5. Code Optimization: Streamlining Your Website's Code
Clean and efficient code is essential for a fast and responsive website. Implement these code optimization strategies:
6. Server Configuration: Tuning Your Website's Environment
Your server configuration plays a crucial role in website performance. Optimize your server settings for optimal efficiency:
Looking for best web hosting? > top web hosting
7. User Experience Optimization: Enhancing User Engagement
Optimizing for user experience is crucial for retaining visitors and improving your website's overall performance:
8. Security Optimization: Protecting Your Website
Security is paramount for any website. Implement these security best practices:
9. Monitoring and Analysis: Tracking Your Progress
Regularly monitor and analyze your website's performance to identify areas for improvement:
Conclusion: A Holistic Approach to WordPress Optimization
Optimizing your WordPress site without plugins requires a holistic approach that encompasses content, database, code, server configuration, and user experience. By implementing these strategies, you can significantly improve your website's speed, performance, and overall user experience, resulting in higher engagement, improved SEO ranking, and greater success for your online presence. Remember, ongoing monitoring and analysis are crucial for identifying areas for improvement and ensuring your website remains optimized for optimal performance.
submitted by webdev20 to u/webdev20 [link] [comments]


2024.05.17 11:09 Cortez_Sgt Display all images from an online repository

Hello everyone
Sorry if my question is unfit, but in short, I've this weird question from an online test for which I now have the answer, but not the explanation.
The question presents me an online repository with 100 images which are all supposed to be encrypted. I'm asked to find where is the rendez-vous point and what encryption mode was used. Here's the repository/folder: https://epreuves.pix.fmessage-chiffre/message-chiffre.html?mode=e
The answer are "Restaurant" and "ECB". Indeed, some images clearly reads "Rendez-vous at the restaurant" and they all have "ECB" in their name. There always seems to be 4 of such images, randomly distributed among the 100 images everytime the page is refreshed, so sometimes they are at the very end of the list.
Hence my problem: I don't understand *how* I'm supposed to be able in 5 minutes to open all the images in another tab, check them, find on with the message, and understand it's "encrypted" in ECB. Images cannot be downloaded as far as I know, so I'm trying to display them quickly one way or another. So I could see a snapshot of the pictures and find more easily.
The method to answer might be completly different, maybe there's is something in the inspector allowing to get such information, or a knowledge to have about the ecryptions methods that's supposed to lead me to find it has to be an ECB and then check for ECB pictures, but really, I have no idea, and the explanation they offered is simply a link to a video explaining ECB.
EDIT: for further context
The test is online, but passed in an actual room on given computers. Some questions might allow you to exit webpage, but obviously
This question is part of a certificate centered around digital usages. There are 16 skills which you can train on a online platform, they go from sending a mail, to finding a specific file in folder, sort data in a .ods file, code in HTML/CSS... The more you train, the more you level up in the skill, the more the questions get hard. Once you feel ready, you can register for a live session to pass a test which uses your levels on the online platform to send you questions that are similar to what you did already. This is a level 5 question and is supposed to be between intermediate/advanced level, since it goes up to level 7 (and soon 8).
So, I'm supposed to be able to do this, I just don't know how, and the only explanation I'm offered by the platform is a video about ECB. Since the message is actually visible on the picture, I was looking for a way to visualize the images since I believe this is what is expected from me.
A "similar" question I just saw is actually the same, but the answer differs: the rendez-vous point is at the backery. So I might just CTRL+F in the folder and look for ECB file and open a random one, but next time the encryption mode by be different too. Or not, maybe the question is actually centered about a knowledge around the ECB that should point at looking for a file with ECB in the name (since it's given in the names), which would explain the video, though the video didn't help me much.
Also, it might be possible that the question is badly designed.
submitted by Cortez_Sgt to HowToHack [link] [comments]


2024.05.17 11:02 Apprehensive_Dog5431 Discord Images to OBS/Twitch stream

I've been looking for something like this for a long time and I am astounded and frustrated nobody has made anything like this. I found plenty of people asking for this, but no one actually showed a solution.
I stream with friends on twitch as we are in a discord call, and they will often post pictures in discord, but there was no way for me to easily show the picture on stream without toggling the entire discord window so twitch chat can actually see what we are talking about. What I wanted was some way for it to be automated, at least as much as possible.
Through the use of a custom discord bot, I was able to make something work.
Before I get into how to make this work, let me briefly explain how it works so you can tell if this is something you're willing to do. I will be highlighting all areas you need to fill out. The rest is mostly copy paste.
Discord Bot has reading access to a discord channel of your choice>a code tells the bot to monitor this discord channel for image links and image attachments>Upon detecting a new image, the bot will edit an HTML file somewhere on your computer with the link to the image along with some other things to make it readable for OBS>OBS uses that HTML file as a local browser source.
The only potential issue here that can benefit from some improvements is the source will not properly update unless you hide and then unhide the source. If its already hidden, simply unhiding it will prompt the correct image. (Just be sure the source has "Shutdown source when not visible" enabled, to allow it to update and take less resources while not visible) I simply made this a hotkey to easily toggle the source, however there is a way to create an OBS script that will automatically hide the source after a period of time, and reveal it upon updating, I was unsuccessful in this though.
To get this to work, you will only need to create 2 text files, paste some code, and change 3 lines to match your details so it properly links to the correct channel, bot, files, etc. I will highlight these things so you wont have to go searching.
1. CREATE YOUR DISCORD BOT
-Go to https://discord.com/developers/applications -Hit "New Application" at the top right, accept terms and name it whatever you want. -On the left under Settings/Installation be sure User Install and Guild Install are checked. -Navigate to the "Bot" tab on the left and turn OFF "Public Bot" and turn ON "Message Content Intent" -Head over to the "OAuth2" tab on the left. -Under "OAuth2 URL Generator" You will see a big list of "scopes" All you need is to check "bot" -A new portion will be revealed called "Bot Permissions". For simplicity sake since you can give it "Administrator". If you are concerned about security, you can check off only what would be needed like read messages and maybe read message history. This area you will have to experiment to see what is absolutely needed. -Copy the generated URL and paste it into your browser and select what server you would like to add it to. -Once added it should have all the needed permissions to do its job, but double check roles and default permissions to make sure its not conflicting with anything on your server. -Go back to the "Bot" tab on the left and hit the "Reset Token" button. You will be given a code. (Copy and paste this somewhere for you to refer to later.)
2. PYTHON (DONT PANIC) You barely need to mess with it.
-Head over to https://www.python.org/downloads/ and download the latest version. -When installing, make sure to check the box that says "Add Python X.X to PATH" during the installation process. This ensures that Python is added to your system's PATH environment variable, allowing you to run Python from the command line. (Just stay with me here, its not as bad as it sounds) Otherwise if you don't see this, its fine.
-Open Command Prompt as an administrator.
3. CREATE THE CODE (PASTE IT)
-Create a new text file and name it "discord_bot.py" (Be sure to change the file extension from .txt to .py) -Right click the file and hit "open with" and select notepad. -Go ahead and paste the following code into the file:
import discord import os import time import re TOKEN = 'YOUR BOT TOKEN HERE' CHANNEL_ID = 'YOUR CHANNEL ID HERE' TEXT_FILE_PATH = 'YOUR TEXT FILE PATH' # Create an instance of discord.Intents intents = discord.Intents.default() intents.messages = True intents.guilds = True intents.message_content = True # Pass intents to the discord.Client() constructor client = discord.Client(intents=intents) # CSS style to limit image dimensions CSS_STYLE = """  """ .event async def on_ready(): print(f'Logged in as {client.user}') .event async def on_message(message): if == int(CHANNEL_ID): print(f'Message received in correct channel: {message.content}') print(f'Attachments: {message.attachments}') if message.attachments or any(re.findall(r'(http[s]?:\/\/[^\s]+(\.jpg\.png\.jpeg))', message.content)): image_url = message.attachments[0].url if message.attachments else re.findall(r'(http[s]?:\/\/[^\s]+(\.jpg\.png\.jpeg))', message.content)[0][0] try: # Generate HTML content with image URL embedded in an  tag html_content = f"""    Show Image {CSS_STYLE} Include CSS style   Image   """ # Update the HTML file with the generated HTML content with open(TEXT_FILE_PATH, 'w') as file: file.write(html_content) print(f'HTML file updated with image URL: {image_url}') except Exception as e: print(f'Error updating HTML file: {e}') else: print('No attachments or image links found in the message') client.run(TOKEN)message.channel.id 
-A few lines into the code you will see three lines that read:
'YOUR BOT TOKEN HERE' 'YOUR CHANNEL ID HERE' -and- 'YOUR TEXT FILE PATH'
-You need to replace these. Refer to your token you saved earlier and paste it in place of YOUR BOT TOKEN HERE. When you replace it, it should still have the (') at each end. Example: TOKEN = 'adnlkn34okln2oinmfdksanf342'
-For the Channel ID, head over to Discord>Settings(cogwheel bottom left)>advanced and turn on Developer Mode. -Head over to the Server where you want OBS to grab from and where you invited the bot. -Right click the text Channel you want OBS to grab pictures from and hit "Copy Channel ID" -Go back to the text file with the code and paste the ID you just copied place of YOUR CHANNEL ID HERE. (again make sure not to delete ' ' in the process.
So far we have the Bot Token and the Channel ID done.
-We need to create another text file. Create one and find a place to save it where you'll remember it. Somewhere like your documents folder will work fine. -Name it whatever you want, but be sure to save it as a .HTML file, rather than a .txt file. (for the sake of the tutorial, lets assume you named it "showimage.html" ) *-*Right click the html file you just made and click properties -Here you can see the file "Location". Go ahead and copy it. -Go back to that discord_bot.py file and replace YOUR TEXT FILE PATH with the address you just copied.
HOWEVER: BE SURE TO ADD EXTRA SLASHES TO THIS. I DONT KNOW WHY BUT ITS NEEDED. Example: TEXT_FILE_PATH = 'C:\\Users\\YOURNAME\\OneDrive\\Desktop'
There. The code is finished so go ahead and save it. Now you need to implement it into OBS
4. OBS BROWSER SOURCE
-Go ahead and open OBS. Go to your desired Scene and create a new Source, and make it a Browser Source. -I made the width and height 600x600, but you can adjust it once we get a picture on screen. -Toggle ON "Local File" and "Shutdown source when not visible" -For the local file, browse your computer for that "showimage.html" file we made earlier and select it.
5. (FINAL) LAUNCH THE BOT
We are almost done. You will have to launch this bot every time you want this image thing to work, so maybe save this last part on a note.
-Type CMD in your start menu on windows. -Right click "Command Prompt" and hit "Run as administrator" -Navigate to where the discord_bot.py file you made was saved. You can do this by typing "cd" followed by the address and hitting enter
Example: cd C:\Users\YOURNAME\OneDrive\Desktop Enter\*
-Then type: python discord_bot.py Enter\*
You should see a few lines of text that say: "Logged in as (whatever your bot name is)"
You're done!
When someone posts a link to an image, or uploads one directly to your desired channel, the bot will create a link for the obs source to refer to, and it should pop up in your scene, assuming its visible. If you still dont see anything, try restarting OBS and or go into the source properties, scroll down, and click the "refresh cache of current page" button at the bottom. Keep in mind the picture will not update unless you force the source to refresh somehow. If you dont want to keep going back to obs to hide/unhide the source to update it, you can set a hotkey to it, create an OBS script, or use a separate program like streamerbot to automate the process to your liking.
This was a huge pain in the ass to do, and I dont want anyone to go through what I did, so I wanted to have it all in a janky guide to get people started. Also I made it so the pictures have a minimum and maximum w/h size so small images arent so darn small, and big ones dont take up so much space. You can adjust this in the .py file, just be sure to close command prompt and start the bot again for the changes to go through.
Please let me know if you guys have any questions or suggestions, and Ill try my best to help/ respond. I hope someone makes use of this and it pops up in search results because I couldnt find anything like this anywhere.
submitted by Apprehensive_Dog5431 to obs [link] [comments]


2024.05.17 06:05 Meaticus22 Need Help On Removing Gray Background

Need Help On Removing Gray Background
How can I remove or change the gray background color.
https://preview.redd.it/ftesgcf2631d1.png?width=3840&format=png&auto=webp&s=9be275cc1b5101b51ab5a97248e81e3c57dabe92
Sorry forgot to incldue my messy userChrome.css
``` :root { --n-bg: #000000; --n-icon-color: #ff0000; --n-nav-toolbar-padding: 6px; --n-sidebar-bg: var(--n-bg); --n-sidebar-color: #ff0000; --n-tab-border-radius: 0px; --n-tab-color: #FF0000; --n-tab-font-family: "VictorMono Nerd Font", sans; --n-tab-font-size: 11pt; --n-tab-font-weight: 400; --n-tab-height: 20px; --n-tab-pinned-bg: #ff0000; --n-tab-selected-bg: #ee6c4d; --n-tab-soundplaying-bg: #9c89b8; --n-urlbar-color: #98c1d9; --n-urlbar-focused-color: #ff0000; --n-urlbar-font-family: "VictorMono Nerd Font", sans; --n-urlbar-font-size: 12pt; --n-urlbar-font-weight: 700; --n-urlbar-results-color: #ff0000; --n-urlbar-results-font-family: "VictorMono Nerd Font", sans; --n-urlbar-results-font-size: 12pt; --n-urlbar-results-font-weight: 700; --n-urlbar-results-url-color: #98c1d9; /* --n-tab-selected-bg: linear-gradient(90deg, rgba(232,74,95,1) 0%, rgba(255,132,124,1) 50%, rgba(254,206,168,1) 100%); */ /* --n-urlbar-font-weight: 600; */ /* Overriden Firefox variables*/ --autocomplete-popup-background: var(--n-bg) !important; --default-arrowpanel-background: var(--n-bg) !important; --default-arrowpanel-color: #ff0000 !important; --lwt-toolbarbutton-icon-fill: var(--n-icon-color) !important; --panel-disabled-color: #ff0000; --toolbar-bgcolor: var(--n-bg) !important; --urlbar-separator-color: transparent !important; --bookmark-block-padding: 4px 6px !important; --arrowpanel-menuitem-padding: 0px 0px !important; --tab-block-margin: 0px !important; --tab-border-radius: 0px !important; --arrowpanel-border-radius: 0px !important; --arrowpanel-padding-inline: 0px !important; --arrowpanel-background: #000000 !important; --arrowpanel-color: #ff0000 !important; --arrowpanel-hover-background-color: #ff0000 !important; --arrowpanel-disabled-hover-background-color: #ff0000 !important; --arrowpaenl-disabled-color: #ff0000 !important; --arrowpanel-border-color: #ff0000 !important; --arrowpanel-icon-opacity: 0.7 !important; /* now the history sidebar color */ --lwt-sidebar-background-color: #ff0000 !important; } .tab-text { font-family: var(--n-tab-font-family); font-weight: var(--n-tab-font-weight); font-size: var(--n-tab-font-size) !important; color: var(--n-tab-color); } #tabbrowser-tabs { --tab-line-color: #ff0000 !important; } #urlbar-results { font-family: var(--n-urlbar-results-font-family); font-weight: var(--n-urlbar-results-font-weight); font-size: var(--n-urlbar-results-font-size) !important; /* color: var(--n-urlbar-results-color) !important; */ } .urlbarView-url, .search-panel-one-offs-container { /* color: var(--n-urlbar-results-url-color) !important; */ font-family: var(--n-urlbar-font-family); font-weight: var(--n-urlbar-results-font-weight); font-size: var(--n-urlbar-font-size) !important; } #urlbar-input { font-size: var(--n-urlbar-font-size) !important; /* color: var(--n-urlbar-color) !important; */ font-family: var(--n-urlbar-font-family) !important; font-weight: var(--n-urlbar-font-weight)!important; text-align: center !important; } toolbar { background-image: none !important; } #urlbar-background { opacity: .98 !important; } #navigator-toolbox, toolbaritem { border: none !important; } #urlbar-background { background-color: var(--n-bg) !important; border: none !important; } .toolbar-items { background-color: var(--n-bg) !important; } .urlbarView-row[type="bookmark"]>span { color: red !important; } .urlbarView-row[type="switchtab"]>span { color: orange !important; } #urlbar { max-width: 70% !important; margin: 0 15% !important; /* position: unset!important; */ } /* This positions the tabs under the navaigator container */ #titlebar { -moz-box-ordinal-group: 3 !important; } #sidebar-box { --sidebar-background-color: #000000 !important; } @media (-moz-mac-big-sur-theme: 1) { /* Remove Title (x)(-)(+) */ hbox.titlebar-buttonbox-container { visibility: collapse !important; } } /* Bookmarks Toolbar Auto-hide */ #navigator-toolbox:hover #PersonalToolbar, #navigator-toolbox:hover #PlacesToolbarItems > toolbarbutton > menupopup { visibility: collapse !important; } #PersonalToolbar, #PlacesToolbarItems > toolbarbutton > menupopup { visibility: collapse !important; } .titlebar-spacer[type="pre-tabs"], .titlebar-spacer[type="post-tabs"] { width: 0px !important; } ``` 
submitted by Meaticus22 to FirefoxCSS [link] [comments]


2024.05.17 04:48 Vulmer CSS Loader Themes not working

I downloaded CSS Loader yesterday and have tried using a few themes like pip boy, Outrun theme and the rounded corners one but none of them are working correctly, the Outrun theme will change the fonts and colors of the fonts but I’m not able to change the colors or the main steam menus. Anybody know a fix? I’ve tried restarting a few times and that doesn’t seem to work, these are the only decoy plugins I’ve tried to use so far as I’m not much of a tinkerer with my deck.
submitted by Vulmer to SteamDeck [link] [comments]


2024.05.16 21:50 alexa_tuning [ AVAILABLE ] Basics of Web Design: HTML5 & CSS 6th edition Sixth Edition by Terry Ann Felke-Morris Textbook Ebook PDF reddit. Publisher: Pearson. eText ISBN-13: 9780137313303 ISBN-13: 9780137313211 ISBN 9780137313433

TITLE : Basics of Web Design HTML5 & CSS Sixth Edition 6th edition by Terry Ann Felke-Morris Digital Textbook Ebook PDF Download Reddit - Pearson
AUTHORS : Terry Ann Felke-Morris
EDITION : 6th Edition - Sixth Edition
PUBLISHER : Pearson
Feel free to message or Send me a chat request on Reddit / Discord / Email if you need the Textbook Pdf
Discord ID: textbookfinder#1311
Email id: [findmytextbookforme@gmail.com](mailto:findmytextbookforme@gmail.com)
Original Textbook Cover Photo: https://postimg.cc/3yTxdkbB
Thank you :)
submitted by alexa_tuning to FindMyTextBookForMe [link] [comments]


2024.05.16 19:32 anon1234123a broken css

so i use this Lepton css https://github.com/black7375/Firefox-UI-Fix/blob/mastecss/leptonChrome.css https://github.com/black7375/Firefox-UI-Fix/releases/download/v8.6.1/Lepton.zip with
#navigator-toolbox { --lwt-tabs-border-color: rgba(33, 143, 166, 0.9) !important; }
.tabbrowser-tab:is([selected], [multiselected], :hover) .tab-background { background-color: rgba(0, 0, 0, 1) !important; outline: 1px solid rgba(33, 143, 166, 0.9) !important; outline-offset: -1px !important;}
.tabbrowser-tab:is([selected], [multiselected]):hover .tab-background { background-color: rgba(0, 64, 0, 1) !important;}
to get this https://i.postimg.cc/N0wNY9ZV/css.png on firefox v118. doesn't work on v125.
v118 https://cdn.imgpile.com/f/df9kEvA_xl.png v125 https://cdn.imgpile.com/f/6sdnouE_xl.png
submitted by anon1234123a to FirefoxCSS [link] [comments]


2024.05.15 22:27 galaro Miscellaneous simple questions about building informational websites

A friend of my friend wants to build an informational website for his business, just for online presence, no money transactions needed.
I've some core PHP and basic HTML, JavaScript, CSS experience and i know basics of hosting and domain names but this work seems too simple that I just recommend him some website builder something like wix.com to do on his own and that's the end of my talk with him?
I haven't used such website builders but i guess these platforms must have some recurring fee on top of fee for domain name and hosting they would be providing. So if he (friend's friend) wants to save some money then i download a template (or use wordpress.org), add content (his business info) to it, and upload it to any hosting provider that comes on top of Google search results? That leads me to the next question that i don't know SEO so anything i should know when choosing a template or a website builder?
For domain name i'm aware of tld-list.com and tldes.com
He may like an official email address on the domain name. I remember setting up an email address for my own domain name i had on namecheap.com but it was long time back so i may be wrong in remembering that i was only able to receive emails on that, not able to send emails from that. I guess the email needs to be set up at the hosting provider. I think it would be nice if he can send official domain emails via his Gmail, will i be able to do that without paying for Google's paid service?
In me finding this as simple as building a PowerPoint presentation i fear that being an outsider am i missing something? Thank you.
submitted by galaro to webdev [link] [comments]


2024.05.15 08:32 TammySchmitz [Get] Rick Blyth – Cashflowing Chrome Extensions Download

[Get] Rick Blyth – Cashflowing Chrome Extensions Download
https://preview.redd.it/r9tyiqrobj0d1.jpg?width=768&format=pjpg&auto=webp&s=870010bebb520d93266ac1b2ca24316aa0124a08

What You Get:

Module 1: Quickstart Chrome Extension Build

Ready, Set, Build!
We’re diving straight into the fun stuff, building something right off the bat and getting hands-on experience in module 1.
You’ll learn how to develop, test and debug a real Chrome Extension in 20 minutes, ensuring you get to the good stuff straight away!
Foundational Fundamentals
Introducing the key concepts you need to know at a high level and laying the foundations for building successful Chrome Extensions.
Creating Your First Chrome Extension In Under 20 Minutes
Let’s dive straight into a hands-on build of a simple chrome extension so you can experience first hand how to create a simple extension quickly.
Testing Out Your First Chrome Extension
Learn how to run, test and debug your newly created Chrome Extension.

Module 2: Finding the Opportunities

In this module, you will learn the process of identifying profitable niches and finding opportunities for you to build a profitable Chrome Extension.
Learn about the different types of niches, the key features of the Chrome Extensions Developer API, and how to find opportunities to leverage them to solve users’ problems.
Then you can use the Idea Generator & Scoring tool to rank niches, brainstorm ideas and hone in on your best opportunity.
The Key Features Of The Chrome Extensions Developer API
The critical and lesser known features that you need to be aware of when coming up with ideas & solutions. Once you’ve finished this lesson, you’ll have the knowledge needed to harness the power of Chrome Extensions to create feature-rich extensions for your target audience.
Finding Killer Niches
Learn about the different types of niches and the key characteristics of great niches so you can identify a profitable niche for your Chrome Extension to maximize your chances of success.
Niche Deep Dive: Validate Your Opportunity
In this lesson, you’ll learn how to drill down into your target niches and validate the potential market opportunity
Identifying Problems & Opportunities
How to find the painful problems and figuring out how your Chrome Extension could help solve them.
4 Strategies To Finding Chrome Extension Opportunities
You’ll learn how to identify gaps in the Chrome Web Store, research niche markets, and leverage existing online communities to find untapped demand.
Reverse Engineering Successful Chrome Extensions
You’ll learn about successful Chrome Extensions, what problems they’re solving, and how they’re delivering value to their users. You’ll also gain insights into the strategies and techniques that these successful extensions have used to achieve their popularity and success.

The Idea Generator & Scoring Tool
You will use the tool from the course bonus section which will allow you to rank niches, brainstorm ideas and score the opportunities to hone in on your best opportunity. You’ll no longer have idea overwhelm or idea famine, you’ll be able to methodically select the right idea to work on.

Module 3: Extension Build Accelerator

In this mega-module, you will take your Chrome Extension development to the next level with this comprehensive module.
By the end, you’ll be ready to build your own feature-rich Chrome Extension with confidence.
Setting Up For Success
You’ll learn about the essential tools and platforms you need to set up in order to be efficient and effective in your Chrome Extension development process.
Mastering The Building Blocks
You’ll learn the key components of Chrome Extensions and how they interact including the Manifest, Permissions, Content Scripts, Service Workers, Messaging Engine & Popups.
Constructing Your Chrome Extension
Hands-on experience building a Chrome Extension with worked examples of the Manifest file, Content Scripts, Service Workers, Messaging Engine & Popups.
Mastering Chrome Extension Use Cases
We will run through some common use cases showing best practices and shortcuts on how to tackle real-world coding scenarios in your Chrome Extension development including:
Calling external APIs
Leveraging Notifications and Alerts
Utilising a Local Database
Connecting to a Remote Database
How to use the Shadow Root DOM
Leveraging the Chrome Omnibox
Updating the Chrome Extension Icon with badges
Monitoring app installs and updates
Tapping into the right click Chrome context menu
How to run periodic background jobs
How Identity works in Chrome Extensions
Best Practices for CSS in Chrome Extensions
https://coursesup.co/download/get-rick-blyth-cashflowing-chrome-extensions-download/
submitted by TammySchmitz to u/TammySchmitz [link] [comments]


2024.05.15 04:47 Inevitable-Tear-6567 Svelte MPA with SSG using AWS Lambda

For a not short time im trying to wrap my head around how to create a truly statically generated svelte(kit) website stored on S3 with periodical rebuilds using AWS Lambda.
Use-case:
I dont even know if it is good idea in general. But i want to avoid amplify and vercel (Vercels ISR is tempting) and make it work using only aws resources.
I have multiple possible routes.
1, Using lambdas in parralel. In short i imagine two lambda functions.
First would fetch all data from database and create a JSON structured output(s) into some temp folder in S3. It would be split into multiple JSON files to prevent longer build times than 15 minutes and 1GB RAM which is maximum execution length and size. (lets say maximum 100 pages per generating lambda). Then for each file call a second lambda.
Second lambda will download associated JSON file and render all needed pages using the data and upload all pages on S3. As a side effect of paralerization, some of css/js files would be generated multiple times, but should have same hash in name (so they will simply overwrite ?)
After all pages are rendered and uploaded to S3, CDN is invalidated and everything works.
This is probably doable with custom build script using svelte/compiler showcased here
2, Basically the same using code pipeline whitch has the same problem as far as i know
Probably next optimization would require some smart algorithm to re-render only pages, that the database change influences.
It woud be best to create it as an adapter, but impossible since i dont know about any way to run sveltekit build process in lambda
submitted by Inevitable-Tear-6567 to sveltejs [link] [comments]


2024.05.15 01:16 Mysterious_Name_408 What is the best way to open locally a WP site?

I apologize if this has been asked already.
I started to work on a client site where they need me to upload an image, and what I did first is to download to my computer the site content using FileZilla. I have been opening HTML files in the browser to know where to make those changes. But it does not show the the page how it should be, meaning like if there was no JavaScript code. And there are a lot of PHP files, so my question is, in what way can view the site locally how it looks live? With all the configuration of CSS and JS?
This is the first time I work with a WordPress site in this way. I have always worked before just from the Accounts page and making configurations just with point and click.
I hope it makes sense what I wrote. Thank you!
submitted by Mysterious_Name_408 to Wordpress [link] [comments]


2024.05.14 22:00 Soninetz Softr Pricing: updated Affordable Plans and Costs

Softr Pricing: updated Affordable Plans and Costs
Did you know that 80% of businesses struggle with pricing their products effectively? Pricing plays a crucial role in the success of any business, and finding the right balance is key. When it comes to pricing software, getting it right is even more critical. Softr pricing offers a solution that simplifies this complex process, helping businesses optimize their pricing strategies effortlessly. In this post, we will explore the benefits of Softr pricing and how it can revolutionize your approach to pricing software products.
Useful Links:
  1. Softr LifeTime Deal
  2. Softr Free Trial

Key Takeaways

  • Consider Your Needs: Before choosing a Softr pricing plan, assess your requirements to select the most suitable option for your projects.
  • Save with Annual Billing: Opting for annual billing with Softr can lead to significant cost savings compared to monthly payments, providing better value in the long run.
  • Focus on Value: Evaluate Softr's pricing based on the value it offers in terms of features, customization capabilities, and support to ensure it aligns with your goals.
  • Utilize Key Features: Make the most of Softr's features and capabilities to enhance your website or application, maximizing the value of your chosen pricing plan.
  • Stay Updated on Offers: Keep an eye out for special offers and discounts from Softr to take advantage of cost-saving opportunities and get more out of your investment.

Understanding Softr Pricing Plans

Softr is revolutionizing the way individuals, entrepreneurs, SMBs, agencies, and larger enterprises build web applications without code. With its intuitive platform, Softr offers a range of pricing plans tailored to various needs and budgets. In this comprehensive guide, we'll explore each pricing tier in detail to help you make an informed decision.

1. Free Plan: Ideal for Passion Projects

For individuals embarking on passion projects or exploring new ideas, Softr's Free Plan offers a perfect starting point. Here's what you get with this plan:
  • Start for Free: Dive into the world of no-code app development without any upfront cost.
  • Unlimited App Visitors: Reach an unlimited number of visitors for your web applications.
  • 5 Internal / 100 External App Users: Collaborate with up to 5 internal users and share your creations with up to 100 external users.
  • 5 Workspace Collaborators: Invite up to 5 collaborators to work on your projects.
  • 1 Custom Domain: Establish your brand identity with a custom domain.

2. Basic Plan: Empowering Entrepreneurs

Entrepreneurs looking to launch new products and ventures can benefit greatly from Softr's Basic Plan. Here's what you get with this plan:
  • $49/month: Unlock the full potential of Softr's features at an affordable monthly rate.
  • Custom CSS/JS: Customize the appearance and functionality of your applications with custom CSS and JavaScript.
  • 10 Internal / 1000 External App Users: Expand your user base with the ability to accommodate up to 10 internal users and 1000 external users.
  • Embed Softr Apps: Seamlessly embed Softr applications into your existing website or platform.
  • Option to Buy Extra Custom Domains: Scale your online presence by purchasing additional custom domains.
https://preview.redd.it/9kxula1n6g0d1.png?width=758&format=png&auto=webp&s=16e502fc765174ec00f23ad991edfa435b2d70b5

3. Professional Plan: Perfect for SMBs and Agencies

Small to medium-sized businesses (SMBs) and agencies seeking to build portals and internal tools can find everything they need with Softr's Professional Plan. Here's what you get with this plan:
  • $139/month: Access advanced features tailored to the needs of SMBs and agencies at a competitive monthly rate.
  • Charts, Calendar, Inbox, Kanban: Enhance your applications with interactive elements such as charts, calendars, inboxes, and Kanban boards.
  • 50 Internal / 5000 External App Users: Serve a larger audience with increased capacity for up to 50 internal users and 5000 external users.
  • 10 Workspace Collaborators: Collaborate effectively with up to 10 team members within your workspace.
  • Remove Softr Branding: Maintain brand consistency by removing Softr branding from your applications.

4. Business Plan: Advanced Solutions for Teams

Teams engaged in building advanced custom applications can leverage the powerful features of Softr's Business Plan. Here's what you get with this plan:
  • $269/month: Invest in top-tier features designed to meet the demands of complex projects and teams.
  • Org Chart, Timeline, SMS Login: Enhance your applications with organizational charts, timelines, and secure SMS login capabilities.
  • 100 Internal / 10,000 External App Users: Scale your applications to accommodate up to 100 internal users and 10,000 external users.
  • 15 Workspace Collaborators: Foster collaboration and productivity with up to 15 workspace collaborators.
  • Downloadable Mobile Apps (PWA): Provide users with a seamless mobile experience by offering downloadable Progressive Web Apps (PWAs).

5. Enterprise Plan: Tailored Solutions for Larger Companies

For larger enterprises requiring extra volume, security, and dedicated support, Softr's Enterprise Plan offers customized solutions. Here's what you get with this plan:
  • Custom Pricing: Tailor your plan to meet the unique needs and requirements of your organization.
  • SSO for App Users (SAML, OpenID): Enhance security and user experience with Single Sign-On (SSO) capabilities using protocols like SAML and OpenID.
  • Security Audit: Ensure the utmost security of your applications with comprehensive security audits.
  • Dedicated Success Manager: Receive personalized support and guidance from a dedicated success manager.
  • Team Training: Equip your team with the knowledge and skills needed to leverage Softr effectively.
  • Custom Invoicing: Streamline billing processes with custom invoicing solutions tailored to your organization's requirements.

Choosing the Right Softr Pricing Plan

Whether you're an individual with a passion project, an entrepreneur launching a new venture, an SMB or agency building portals and internal tools, or a larger enterprise in need of advanced solutions, Softr has a pricing plan tailored to your needs. Evaluate your requirements, budget, and goals carefully to choose the plan that aligns best with your objectives. With Softr, you can unlock the power of no-code app development and bring your ideas to life without limitations.

Benefits

Monthly billing offers flexibility for users who prefer short-term commitments and the ability to adjust their subscription payments based on their needs. It allows users to pay on a month-to-month basis without a long-term contract, providing them with the freedom to cancel or change their plan easily.

Advantages

Annual billing, on the other hand, provides cost savings for those willing to commit to a longer period upfront. Subscribers often receive discounts or incentives when opting for an annual payment plan, resulting in lower overall costs compared to monthly billing. This option is ideal for users or businesses looking to save money in the long run by managing data.

Pricing Structures Comparison

When comparing the pricing structures between monthly and annual plans, it's essential to consider factors such as total cost, payment frequency, and budgeting preferences. Monthly plans offer more immediate flexibility but may cost more over time, while annual plans provide savings but require a larger upfront investment.
Useful Links:
  1. Softr LifeTime Deal
  2. Softr Free Trial

Evaluating Softr's Value

Value Proposition

tr's pricing plans offer a versatile range of features tailored to different user requirements and data. The platform provides options for both individuals and businesses, ensuring flexibility for users in choosing the right plan based on needs.

User-Centric Plans

The pricing tiers cater to various user needs, from personal projects to enterprise solutions. Users can select plans based on factors like the number of websites needed, custom domains, and e-commerce capabilities.

Scalability Options

tr's plans come with scalability options that allow users to upgrade or downgrade as their needs evolve. This ensures that users have the freedom to adjust their subscription based on changing requirements.

Features and Capabilities

Key Features

Softr's plans offer a range of features to cater to diverse needs of users and data. Users can easily create item details, display details, and profiles. The platform also supports testimonials, reviews, and notes for enhanced user engagement with users' data.

Capabilities

With Softr, users can leverage powerful capabilities such as Charts, Calendar, Inbox, and Kanban boards. These tools enable efficient project management and seamless collaboration among team members.

Additional Features in Business and Enterprise Plans

The Business and Enterprise plans of Softr come with advanced features to elevate user experience for users and manage data. Users can integrate external data sources effortlessly, customize their specific details page, and engage in interactive discussions through the platform's dedicated chat feature.
  • Pros:
    • Enhanced customization options
    • Seamless integration with external data sources
  • Cons:
    • Higher pricing compared to basic plans
    • Steeper learning curve for utilizing advanced features

Special Offers and Discounts

New User Promotions

Softr frequently offers special discounts and promotional deals for new users signing up during specific events or weeks. These promotions often include custom codes that users can apply at checkout to avail of discounted pricing.

Loyalty Programs and Referral Bonuses

For existing users, Softr provides loyalty programs and referral bonuses as part of their deal status. Users can benefit from these programs by referring friends or businesses to the platform, earning rewards such as free email domains or additional features.

Ongoing Offers

Users can also find ongoing offers listed in the footer section of the Softr website. These offers may include security code upgrades, standard email integrations, or even opportunities to delete records for enhanced data management.

Final Remarks

In evaluating Softr's pricing plans, you've gained insights into the value they offer, whether through monthly or annual billing. By understanding the features, capabilities, and special discounts available, you're better equipped to make an informed decision that aligns with your needs and budget. Remember, the key is to assess how Softr can best support your goals while maximizing the benefits it provides.
As you navigate the realm of Softr pricing, keep in mind the significance of choosing a plan that not only fits your current requirements but also scales with your future aspirations. Take advantage of the knowledge you've acquired to select a pricing plan that propels your projects forward efficiently and cost-effectively. Your success with Softr starts with selecting the right plan for you.
Ready to level up your data game? Try Softr for free and create amazing portals or tools effortlessly!

Frequently Asked Questions

What are the different Softr pricing plans available?

tr offers various pricing plans tailored to different needs, including a free plan with basic features, a Pro plan for advanced functionalities, and a Business plan for scaling up your projects.

Is it better to opt for monthly or annual billing with Softr?

Opting for annual billing with Softr can save you money compared to monthly billing. You get a discount when you choose the annual subscription, making it a cost-effective choice in the long run.

How can I evaluate the value of Softr for my projects?

You can evaluate Softr's value by considering its ease of use, range of features like customizable templates and integrations, customer support quality, and how well it aligns with your project requirements.

What key features and capabilities does Softr offer?

tr provides essential features like drag-and-drop builder, responsive design, database integration, e-commerce functionality, SEO tools, and more. These features empower you to create professional websites and web applications efficiently.

Does Softr offer any special offers or discounts?

tr occasionally provides special offers and discounts on their pricing plans. Keep an eye out for promotions during holidays or special events to take advantage of discounted rates and enhance your savings.
Useful Links:
  1. Softr LifeTime Deal
  2. Softr Free Trial
submitted by Soninetz to NutraVestaProVen [link] [comments]


2024.05.14 21:35 Nathanael_MTG Sleek Edgenuity (Make Edgenuity not look like crap.)

Sleek Edgenuity (Make Edgenuity not look like crap.)
Hello! I created a css alteration of Edgenuity to make it not look like absolute garbage. If you would like to install/use it please check out the github page Sleek Edgenuity. Follow the download instructions on the README area. Or reply to this post for help.
https://preview.redd.it/zamsce791g0d1.png?width=1914&format=png&auto=webp&s=0cfed43a386cbb2ac01cc429cda800ab1deed136
submitted by Nathanael_MTG to Edgenuity_2 [link] [comments]


2024.05.14 21:29 Nathanael_MTG Sleek Edgenuity (Make Edgenuity not look like crap.)

Sleek Edgenuity (Make Edgenuity not look like crap.)
Hello! I created a css alteration of Edgenuity to make it not look like absolute garbage. If you would like to install/use it please check out the github page Sleek Edgenuity. Follow the download instructions on the README area. Or reply to this post for help.
https://preview.redd.it/zamsce791g0d1.png?width=1914&format=png&auto=webp&s=0cfed43a386cbb2ac01cc429cda800ab1deed136
submitted by Nathanael_MTG to edgenuity [link] [comments]


2024.05.14 19:31 jazir5 The Ultimate Wordpress Pagespeed Guide

https://docs.google.com/document/d/1ncQcxnD-CxDk4h01QYyrlOh1lEYDS-DV/edit?usp=sharing&ouid=114514252262811175804&rtpof=true&sd=true
Hello again folks! Your resident performance obsessed Redditor here, with my updated Pagespeed guide! It's gone through significant revisions since the last time I posted it. It now has more than double the content up from 94 pages the last time I posted the guide to having over 200+(!!) pages of content.
Major content additions, expansions on everything that was previously in the guide, significantly better and more logical organization, revamped table of contents, grammar and spelling fixes, many new optimization strategies and much needed additional specificity.
Don’t forget to check the table of contents, it is not expanded by default! The icon is on the top left side on desktop
Included is a breakdown on how to analyze and interpret Speed Test reports to identify optimization opportunities.
There's an extensive amount of optimization information and resources for server stack configuration for NGINX, Apache, OpenLiteSpeed, Varnish, Object Caching, PHP, HAProxy, MySQL, SSL, Gzip/Brotli, HTTP/2 and HTTP/3, the Google Pagespeed module, Security considerations effects on performance and Linux optimizations. There are also a bunch of resources on database optimization.
Wordpress specific optimizations: It now has sections on how to optimize common features including Ads, Forms, Woocommerce, Analytics, Google Maps, Fonts, Custom Fields, Galleries, Video Players, Sliders, Filters, SEO plugins, Anti-Spam, Cookie Notices, Backup plugins; in addition to one size fits all optimizations(Images, Videos, CDN, SSL, CSS, JS, Resource Hints, Caching etc), and tons and tons more.
Every optimization opportunity has a free plugin option (or multiple) listed. Some paid plugins are included as I find them very useful(Perfmatters and Asset Cleanup Pro for example). However I've included alternatives for all paid options. Every single thing in my guide can be implemented for free.
I've done my best to cover all of the bases you’d find in any page speed guide, in addition to a focus on adding uncommon optimization strategies and solutions that you won’t find in any off the shelf guide. This is a compilation of all of my research over the last 6 years delving into performance optimization.
I'm confident that if you follow every single step in the guide, almost any site you maintain can score 90+ on a Pagespeed Insights Mobile Speed Test.
If you notice anything missing from my performance guide that you think I should add, or if there is some information you believe needs to be amended (or expanded on), please let me know in the comments and I'll be sure to add a section or revise the content on the topic (if necessary) as soon as possible!
If you feel that the guide is too overwhelming and you'd prefer to have someone else optimize your site’s performance or need a consultation, feel free to DM me.
If anyone wants to be able to import a large set of free optimization plugins (and you can selectively choose which ones to download/install), download WP Favs. I do need to update the collection since I've added tons to the guide since the last time I posted this, but it's still comprehensive:
https://wordpress.org/plugins/wpfavs/
The code to import them is: JAuOGP5BZICR5LmBsPANN9kpKHfiie
https://imgur.com/a/nU1v5CU
For now the roadmap is to work on the load balancing section, new sections with optimized plugins for other common features, and anything else I can think of. I have added a ton of content since the last time, so I'm positive that there are still gaps which need to be plugged. I plan to continue adding content as I improve it, so keep an eye on the guide as it will continue to evolve over time!
If this guide helped you out, please consider buying me a coffee! (Everybody likes coffee right?)
If anyone would like to help me develop a premium optimization plugin with some unique strategies I've been thinking of, please pm me!
Edit: Added new sections with optimized plugins for every common feature I can think of, please let me know if you have any requests. Trying to stick with free options.
submitted by jazir5 to Wordpress [link] [comments]


2024.05.14 03:31 TheRadiantGalaxy22 Website that allows you to download fonts without coding.

Hi there. I had been trying to move a website from Wix to someplace else, and I had been struggling to add fonts (none initially downloaded from Google Fonts) since they all require coding skills. I had been trying to use the kind of codes to add specific fonts of my liking, but none of them would appear on the fonts list.
Are there any website builders besides Wix that allow users to add fonts by simply importing their files without the need to code in the Edit HTML/CSS area?
submitted by TheRadiantGalaxy22 to fonts [link] [comments]


2024.05.14 01:55 skinner_st New to CRM, help please

Hello, yes another post about CRM recommendations, but really I'm lost.
I need to find a good CRM for my company, and I went and tried Freshworks CSS.
Did not like it. Currently I'm in trial version, there is a guy that Zoom's with me to get me setup the thing, but I really don't like it. It's too much and I think it is completely wrong for me.
The background of the work:
I have a lot of clients. These clients are usually institutions like schools, kindergartens etc.
I communicate with the kitchen staff daily via Whatsapp which is a drag. I also communicate with administrative staff. We also do email and voice calls. This is becoming overwhelming and all of this is not a good solution for me/us.
What I would need from a CRM (based on the things I currently run/do with my clients and inside the company):
Is there anything out there for me?
Thanks!
submitted by skinner_st to CRM [link] [comments]


2024.05.13 06:11 Jazzlike-Builder524 WHAT ARE INDEX.HTTML FILES???!?

I NEED HELP ASAP!! For work I need to upload a canva email design into my work's CRM system and oh my days - it's saying: "Select a template package from your PC to upload. A template package should be a .ZIP archive containing an index.html file and other assets like CSS, images..."
Guys for the love of god, I've tried researching how to do this for so long. I downloaded the design as a Zip file, converted the file to a .html. - using some sketch website - and it still won't work.
I feel like I'm going mad because I don't know wtf to dooooo UGH.
Anyone who understands tech, marketing, canva or any knowledge on this at all I like desperately need your help, coz I'm on a tight deadline :(((((
submitted by Jazzlike-Builder524 to MarketingResearch [link] [comments]


2024.05.13 04:44 NichtSylph Gamescope not even starting - issue

I am having issues running gamescope on EndeavourOS Hyprland,
I used gamescope -- %command% as arguments and the games do not open, it also fails when trying to open it up using Lutris.
When running it from the terminal as gamescope -e -- steam it opens up the loading steam window before it crashes. The error is
─[$] <> gamescope -e -- steam
No CAP_SYS_NICE, falling back to regular-priority compute and threads.
Performance will be affected.
(gamescope:26723): Gtk-WARNING **: 22:34:30.595: Theme parsing error: gtk.css:6616:68: Invalid name of pseudo-class
vulkan: selecting physical device 'NVIDIA GeForce RTX 3090': queue family 2 (general queue family 0)
vulkan: physical device supports DRM format modifiers
wlserver: [backend/headless/backend.c:67] Creating headless backend
xdg_backend: Seat name: seat0
vulkan: vkGetPhysicalDeviceFormatProperties2 returned zero modifiers for DRM format 0x38344241 (VkResult: 0)
vulkan: vkGetPhysicalDeviceFormatProperties2 returned zero modifiers for DRM format 0x38344258 (VkResult: 0)
vulkan: supported DRM formats for sampling usage:
vulkan: AR24 (0x34325241)
vulkan: XR24 (0x34325258)
vulkan: AB24 (0x34324241)
vulkan: XB24 (0x34324258)
vulkan: RG16 (0x36314752)
vulkan: NV12 (0x3231564E)
vulkan: AB4H (0x48344241)
vulkan: XB4H (0x48344258)
vulkan: AB30 (0x30334241)
vulkan: XB30 (0x30334258)
vulkan: AR30 (0x30335241)
vulkan: XR30 (0x30335258)
wlserver: Running compositor on wayland display 'gamescope-0'
wlserver: [backend/headless/backend.c:17] Starting headless backend
wlserver: Successfully initialized libei for input emulation!
wlserver: [xwayland/sockets.c:64] Failed to bind socket @/tmp/.X11-unix/X0: Address already in use
wlserver: [util/env.c:9] Loading WLR_NO_HARDWARE_CURSORS option: 1
wlserver: [types/output/output.c:370] WLR_NO_HARDWARE_CURSORS set, forcing software cursors
wlserver: [xwayland/server.c:107] Starting Xwayland on :2
wlserver: [types/wlr_compositor.c:771] New wlr_surface 0x60194f04dcb0 (res 0x60194f2522d0)
wlserver: [xwayland/server.c:272] Xserver is ready
pipewire: stream state changed: connecting
pipewire: stream state changed: paused
pipewire: stream available on node ID: 126
xwm: Embedded, no cursor set. Using left_ptr by default.
vblank: Using timerfd.
josh edid: Patching res 800x1280 -> 1280x720
pipewire: renegotiating stream params (size: 2560x1407)
steam.sh[26753]: Running Steam on endeavouros rolling 64-bit
steam.sh[26753]: STEAM_RUNTIME is enabled automatically
setup.sh[26827]: Steam runtime environment up-to-date!
steam.sh[26753]: Steam client's requirements are satisfied
[2024-05-12 22:34:31] Startup - updater built May 3 2024 23:10:57
[2024-05-12 22:34:31] Startup - Steam Client launched with: '/home/nichtsylph/.local/share/Steam/ubuntu12_32/steam'
05/12 22:34:31 minidumps folder is set to /tmp/dumps
05/12 22:34:31 Init: Installing breakpad exception handler for appid(steam)/version(1714854927)/tid(26876)
[2024-05-12 22:34:31] Loading cached metrics from disk (/home/nichtsylph/.local/share/Steam/package/steam_client_metrics.bin)
[2024-05-12 22:34:31] Using the following download hosts for Public, Realm steamglobal
[2024-05-12 22:34:31] 1. https://client-update.akamai.steamstatic.com, /, Realm 'steamglobal', weight was 1000, source = 'update_hosts_cached.vdf'
[2024-05-12 22:34:31] 2. https://cdn.cloudflare.steamstatic.com, /client/, Realm 'steamglobal', weight was 1, source = 'update_hosts_cached.vdf'
[2024-05-12 22:34:31] 3. https://cdn.steamstatic.com, /client/, Realm 'steamglobal', weight was 1, source = 'baked in'
[2024-05-12 22:34:31] Verifying installation...
[2024-05-12 22:34:31] Verification complete
UpdateUI: skip show logo
Steam logging initialized: directory: /home/nichtsylph/.local/share/Steam/logs
XRRGetOutputInfo Workaround: initialized with override: 1 real: 0xea9a6dc0
XRRGetCrtcInfo Workaround: initialized with override: 1 real: 0xea9a5500
steamwebhelper.sh[26886]: === Sun May 12 10:34:37 PM EDT 2024 ===
steamwebhelper.sh[26886]: Starting steamwebhelper under bootstrap sniper steam runtime at /home/nichtsylph/.local/share/Steam/ubuntu12_64/steam-runtime-sniper
CAppInfoCacheReadFromDiskThread took 51 milliseconds to initialize
Steam Runtime Launch Service: starting steam-runtime-launcher-service
Steam Runtime Launch Service: steam-runtime-launcher-service is running pid 27001
bus_name=com.steampowered.PressureVessel.LaunchAlongsideSteam
[Gamescope WSI] Forcing on VK_EXT_swapchain_maintenance1.
steamwebhelper.sh[27138]: === Sun May 12 10:34:47 PM EDT 2024 ===
steamwebhelper.sh[27138]: Starting steamwebhelper under bootstrap sniper steam runtime at /home/nichtsylph/.local/share/Steam/ubuntu12_64/steam-runtime-sniper
wlserver: [types/wlr_compositor.c:771] New wlr_surface 0x60194f34c630 (res 0x60194fa274c0)
xwm: Unhandled NET_WM_STATE property change: _NET_WM_STATE_MAXIMIZED_VERT
xwm: Unhandled NET_WM_STATE property change: _NET_WM_STATE_MAXIMIZED_HORZ
xwm: got the same buffer committed twice, ignoring.
The XKEYBOARD keymap compiler (xkbcomp) reports:
Warning: Unsupported maximum keycode 708, clipping.
 X11 cannot support keycodes above 255. 
Warning: Could not resolve keysym XF86KbdInputAssistPrevgrou
Warning: Could not resolve keysym XF86KbdInputAssistNextgrou
Errors from xkbcomp are not fatal to the X server
xdg_backend: Changed refresh to: 143.999hz
xdg_backend: Compositor released us but we were not acquired. Oh no.
pipewire: renegotiating stream params (size: 3810x2020)
xdg_backend: Compositor released us but we were not acquired. Oh no.
xdg_backend: Compositor released us but we were not acquired. Oh no.
xdg_backend: Compositor released us but we were not acquired. Oh no.
BRefreshApplicationsInLibrary 1: 0ms
wlserver: [types/wlr_compositor.c:771] New wlr_surface 0x60194f34c0d0 (res 0x60194fa30880)
wlserver: [types/wlr_compositor.c:771] New wlr_surface 0x60194f34b490 (res 0x60194fa30e20)
xwm: got the same buffer committed twice, ignoring.
xwm: got the same buffer committed twice, ignoring.
CDesktopCapturePipeWire: Opening DRM render node /dev/dri/renderD128
MESA-LOADER: failed to open nvidia-drm: /uslib32/gbm/nvidia-drm_gbm.so: cannot open shared object file: No such file or directory (search paths /uslib32/gbm, suffix _gbm)
CDesktopCapturePipeWire: setting stream node ID: 126
BuildCompleteAppOverviewChange: 297 apps
RegisterForAppOverview 1: 9ms
RegisterForAppOverview 2: 9ms
wlserver: [types/wlr_compositor.c:771] New wlr_surface 0x60194f34b860 (res 0x60194fa32fe0)
xwm: Unhandled NET_WM_STATE property change: _NET_WM_STATE_MAXIMIZED_VERT
xwm: Unhandled NET_WM_STATE property change: _NET_WM_STATE_MAXIMIZED_HORZ
xwm: got the same buffer committed twice, ignoring.
(EE) failed to read Wayland events: Broken pipe
[1] 26723 IOT instruction (core dumped) gamescope -e -- steam
I tried running using gamescope -f -W 1920 -H 1080 -w 1920 -h 1080 --steam -- steam steam://rungameid/813780 to launch the game straight, but still same issue xwm: Unhandled NET_WM_STATE property change: _NET_WM_STATE_MAXIMIZED_VERT
xwm: Unhandled NET_WM_STATE property change: _NET_WM_STATE_MAXIMIZED_HORZ
xwm: got the same buffer committed twice, ignoring.
(EE) failed to read Wayland events: Broken pipe
[1] 32293 IOT instruction (core dumped) gamescope -f -W 1920 -H 1080 -w 1920 -h 1080 --steam -- steam
I have a ryzen 5800x with an RTX3090.
I don't know what else to try, any assist would be highly appreciated.
submitted by NichtSylph to linux_gaming [link] [comments]


http://rodzice.org/