投稿時間:2022-03-27 05:16:45 RSSフィード2022-03-27 05:00 分まとめ(21件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
海外TECH MakeUseOf Samsung Adds 8 More Free Channels to TV Plus: Here's What They Offer https://www.makeuseof.com/samsung-tv-plus-more-free-channels/ Samsung Adds More Free Channels to TV Plus Here x s What They OfferSamsung s TV Plus service is actively growing with eight new channels in its catalog The platform now has over channels you can access for free 2022-03-26 19:42:11
海外TECH DEV Community GitHub Copilot made GF in PyGame https://dev.to/soniarpit/github-copilot-made-gf-in-pygame-3loe GitHub Copilot made GF in PyGameI just bored today so I decided to do fun with GitHub copilot I asked GitHub copilot to do this draw my dream girlfriendand copilot started coding lolsee the output I learn some new today like video editing lmao for thisactually I never did pygame before and yes I m still single happy weekend lt 2022-03-26 19:15:52
海外TECH DEV Community Useful Tools and Thoughts for Migrating WordPress Content and Configuration https://dev.to/ingosteinke/useful-tools-and-thoughts-for-migrating-wordpress-content-and-configuration-5ccj Useful Tools and Thoughts for Migrating WordPress Content and ConfigurationHere is how I migrated WordPress content and some thoughts that should not have been afterthoughts If you found this article on Google because your media library turns out to be empty I had the same problem and a solution and that was one of the reasons I wrote this article to share my half knowledge about WordPress migration pitfalls Migrating WordPress Content and ConfigurationWhat does a WordPress site consist of When planning to migrate move or copy WordPress content we should not forget WordPress configuration Use Case a Customer Called A customer called me recently She had set up a domain and webspace for a new business project Sooner than she had expected there would be news in the press about her new project and so she needed content on the new site soon As she was about to give up her previous brand in the near future she planned to copy all of the old content over to the new site where she would subsequently modify Prepare and InstallFirst let s make sure we are prepared for work which means we need access to the webspace file system and to the existing WordPress installation And as some systems use two factor authentication to send verification tokens by mail or messenger before we can actually log in it s a good idea not to work in the middle of the night unless our customer is awake and ready to communicate Many web hosters offer one click installations which are easy to use installation wizards providing the latest WordPress version ready to use with a new empty database an administrator login and the correct permissions set for uploading images We want to test that this actually works log in to the new administration upload an image and make sure it displays when we insert it into our first Hello World post Inspect and BackupThen we have to inspect both systems What are the actual domain names and URLs Do both servers use the same preferably most recent stable PHP version Do both servers use the same PHP extensions like OPCache Does our source system use a fairly recent version of WordPress and its plugins Do the database versions match I don t care much about that these days Any recent mySQL or MariaDB version will usually work very well Does the new server use a valid SSL certificate to make sure we can use https Backup tools are now integrated into WordPress but beware The default backup tool only backs up the default database tables but not the additional data written by plugins themes and page builders Do you use Yoast SEO Ninja Forms Elementor Divi Semplice or any other WordPress extension that might write additional data to the database Sure you do Time to install another plugin Database Backup for WordPress will back up additional tables as well Too bad those backups are not WordPress extended XML files but SQL dumps so we can t use the built in data import functionality to restore our data to the target system Time to install another plugin unless the new web hosting provider has a database client installed like adminer or phpMyAdmin If they didn t there is a WordPress plugin that provides phpMyAdmin so that we can import our backup data Modify Paths in our Backup FilesLet s inspect our SQL dump backup files We have to replace our old URL path with the new one everywhere to make the content links and images work on the new server This can be done using the command line or in a visual text editor If the old source system is really old there might be different versions of the old URL with or without www with http and https We can normalize those links and replace all variations of the old URL with the new one Installing Themes and PluginsLet s inspect our installed plugins and install all plugins on the target system that were active on the source system We can use the plugin store for a fresh install Likewise we will install the active theme on our new system Copying FilesIf we have access to the file system we can use an FTP client like Filezilla to download and upload files using a secure SFTP connection if possible In most cases we only need to copy the files in the uploads folder Content text markup styles and configuration should be in the database and plugins themes and WordPress core system are a fresh install Missing Themes and PluginsSometimes there are purchased or custom themes child themes and plugins that can t be installed from the official store We can copy those on the file system as well Paid plugins might need a new activation and you might even need an additional license for using it on another domain But maybe the free versions works good enough to finish and test data migration so we can leave the contractual business decisions to our customer Reparing an empty Media LibraryI didn t expect any problems here but after copying uploaded media files and restoring the database I found the media library to be empty in the new site WordPress administration Googling what to do I came across many posts of users who had the same problem They were advised to check the file system permissions etc which they did and just like me still had the same problem Time to install another plugin This is WordPress if anything does not work there is a plugin to help Media from FTP found all of my uploads and somehow registered them somewhere so that they became visible again ready to use in new posts Please WordPress community this is worth adding to the Frequently Asked Questions what is happening here and what should the average user do Recreating User AccountsWe can check modify and recreate user accounts manually if they do not match the current requirements We can send users a password reset email from the user administration panel Let s make sure our customer has a working administrator login to their new WordPress system before claiming that we finished our work Configuring Performance OptimizationsAfter we are done with any temporary state of content and configuration let s check our performance optimization Currently I use two popular plugins to optimize any WordPress installation making it a little faster and more successful with Google and other search engines Yoast SEO enables editors to add relevant meta information that helps search engines and social media sites to find and index their contentW Total Cache allows to add caching headers lazy loading attributes minify CSS and JavaScript files and cache rendered content to avoid PHP and database lookups every time a user visits the site Even the free unpaid versions of both plugins used with default settings and a little common sense common at least for me as a web performance specialist I shall write another article on that subject can improve page speed and measured core web vitals drastically We can make a web page test using a tool like WebPageTest or Google s PageSpeed Insights which is also available as a Lighthouse performance audit in our browsers developer tools before and after activating performance settings We should see an improvement often taking our page from an initial slow score indicated in red to a better score in yellow or rarely especially for minimalist sites avoiding stupid marketing ideas like auto play video backgrounds even a green score above My personal WordPress blog website currently scores points in PageSpeed Insights thanks to a modern minimalist theme and W Total Cache optimization Some even more minimalist customer sites actually made it above but anything above is not bad for an average WordPress blog in my experience And of course we can craft a website with optimal web performance using modern build tools like JAM stack and use WordPress only as headless CMS or not use it at all But even in WordPress is still one of the most popular web publishing systems especially among small businesses so it does not hurt to have some WordPress knowledge and experience as a web developer Test and CommunicateAfter installation and migration do some testing by opening the blog home page in a private browser tab scroll down to the footer click on random links and try to use any fancy features like light box image galleries embedded calendar widgets or contact forms Does the site load at all Does anything look broken Do images show up Does the site look the same like the original source version Do we see error messages and warnings in our browser developer tools that don t appear on the source version Are images loaded from our new domain Do links point to the new domain Make sure we re not taken to the deprecated old site and that we are still testing the new installation We don t have to be perfect after all it s the customer s site and probably there are some adjustments and modifications they plan to do themselves anyway So before wasting too much time doing menial tasks tell the customer what we did so far and ask if the require any more service on our behalf Finally Clean Up Also let s not claim that we finished our work before cleaning up and removing all unnecessary plugins needed only for migrating our data and which might add security risks to our customer s system in the future especially a powerful tool like phpMyAdmin Let s deactivate and uninstallphpMyAdmin as a WordPress plugin on the target system image library repairer on the source system customer backup on the source systemHello Dolly a demo plugin that comes with every new WordPress installation on the target systemand reset passwords delete temporary login accounts that are no longer needed like additional FTP or even SSH accounts and log out everywhere Also if we used or even saved any actual master logins that belong to our customer we should delete them forever But maybe not today I will rather set up a reminder to delete in two or three days so I still have a login handy just in case it turns out we messed something up and the customer might need urgent help tomorrow So now is tomorrow and when everything works don t forget to bill our customer for our work and delete any passwords still saved on our computer ConclusionWhile WordPress has improved a lot over the years at least everything apart from Gutenberg block editor but that s only my personal opinion as a web developer who knows to write HTML and CSS there are still some common challenges that make me feel like travelling back in time before collaboration tools and concepts like staging deployment and git workflows became common practice I hope this article will help other developers not to waste their time and scratch their heads about WordPress a little less 2022-03-26 19:12:43
海外TECH DEV Community What I learn from my Discord clone project https://dev.to/tomyotwongjai/what-i-learn-from-my-discord-clone-project-5cib What I learn from my Discord clone projectSo after about weeks and countless hours of scratching my head I had finish major functionality of my discord clone Tool I use for this project ReactJsreact firebase hookfirebase authfirestoreReduxTailwind Cssfirst style homepage to look as close to discord homepage Add channel section Finally a message section additional features Login has a condition and change from Login to open discord if there is user Protected route so only if user who login are able to access else they are navigate to home page First style a homepage This project teaches me the important of reading code and documentation I ve been trying not to only following tutorial but also read source code which in this case was through GitHub repository Follow tutorial and go step by step but I feel like reading other people code help me understand more of what I am doing and why I m doing it really dig deep and even implemented my own methods In this project I ve undated my fire store to the latest version v but in the tutorials the version was version which challenge me to read through firebase documentation to be able to implement the authentication CRUD operations react firebase hooks and using redux to store the state of my channels using the updated code base It has been an overwhelming two weeks but at the end of the day it s has been quite rewarding Every project you do you ll learning something new not only in web development but about yourself as well I though I would give up after a few days of just staring at the my code editor for hours on end going nowhere trying to center a div adding channels or just get distracted by funny dog video s Lesson learn for next project Take a step back when stuck and com back with clear head Get better and reading code Read documentation for tools you re usingTake not when implementing features for future use 2022-03-26 19:02:14
Apple AppleInsider - Frontpage News Apple shuts Russian Apple Pay loophole by cutting off Mir cards https://appleinsider.com/articles/22/03/26/apple-shuts-russian-apple-pay-loophole-by-cutting-off-mir-cards?utm_medium=rss Apple shuts Russian Apple Pay loophole by cutting off Mir cardsApple has cut off Russia s Mir card payment system from Apple Pay on Thursday shutting a loophole that allowed some Russian users to continue using Apple s payment platform Following the introduction of U S and E U sanctions against Russian banks on February iPhone users in Russia largely haven t been able to use Apple Pay on their devices On Thursday Apple plugged one of the few gaps that still allowed some to keep using Apple Pay The original shuttering revolved around Mastercard and Visa s usage on Apple Pay western platforms that had to abide by the sanctions However Reuters reports the Russian Mir card system was still functional until Apple withdrew Apple Pay access on Thursday Read more 2022-03-26 19:07:26
海外TECH Engadget Apple reportedly hasn’t complied with a Dutch order to open app payment options https://www.engadget.com/apple-app-store-third-party-payments-order-the-netherlands-190601064.html?src=rss Apple reportedly hasn t complied with a Dutch order to open app payment optionsBack in January the Netherlands ordered Apple to allow locally available dating apps to use third party systems to collect payments The company had until January th to comply with the ruling or face fines According to Reuters the company has yet to adhere to the order in a way that satisfies the country s Authority for Consumers and Markets regulator Last week Apple reportedly submitted a new proposal that the ACM rejected No details about the offer including information on how it differed from the company s current approach were shared by Reuters When Apple announced it would comply with the ACM s order in January it said it would take a percent commission from third party transactions To date the regulator has fined Apple to the tune of € million approximately million According to Reuters the ACM will fine Apple again next week At that point the company could face even higher monetary penalties The fines come as Apple and other app store operators face increasing pressure to open their marketplaces to third party payment systems Last August South Korea passed a law requiring all major app stores to offer alternate payment methods In the last week that pressure and the increasing likelihood of the US and EU passing similar legislation translated to Google announcing it would work with Spotify to test alternatives to its Play Store billing system Apple has so far resisted those efforts arguing they would force new security and privacy risks upon its customers 2022-03-26 19:06:01
ニュース BBC News - Home Ukraine war: Five wounded after explosions hit western city of Lviv https://www.bbc.co.uk/news/world-europe-60887974?at_medium=RSS&at_campaign=KARANGA invasion 2022-03-26 19:42:09
ニュース BBC News - Home England 2-1 Switzerland: Luke Shaw & Harry Kane goals help Three Lions earn Wembley win https://www.bbc.co.uk/sport/football/60803641?at_medium=RSS&at_campaign=KARANGA England Switzerland Luke Shaw amp Harry Kane goals help Three Lions earn Wembley winHarry Kane moves level with Sir Bobby Charlton on England goals as the Three Lions come from behind to beat Switzerland at Wembley 2022-03-26 19:51:12
ニュース BBC News - Home Perez on pole in Saudi Arabia as Schumacher hospitalised and Hamilton only 16th https://www.bbc.co.uk/sport/formula1/60888825?at_medium=RSS&at_campaign=KARANGA Perez on pole in Saudi Arabia as Schumacher hospitalised and Hamilton only thRed Bull s Sergio Perez beats Ferrari s Charles Leclerc to take his first Formula pole position at the Saudi Arabian Grand Prix 2022-03-26 19:21:12
ビジネス ダイヤモンド・オンライン - 新着記事 サイゼリヤの格安ワイン、「100円でおいしいはずない」と思う人の勘違い - 「超一流」の流儀 https://diamond.jp/articles/-/300135 驚異 2022-03-27 04:50:00
ビジネス ダイヤモンド・オンライン - 新着記事 経営の神様・稲盛和夫が教えた「私が飲食店を開くなら、こんな店にします」[2021年度ベスト5] - DOLベスト記事アワード https://diamond.jp/articles/-/299967 稲盛和夫 2022-03-27 04:45:00
ビジネス ダイヤモンド・オンライン - 新着記事 29歳同い年共働き夫婦が悩む投資と預金の「配分」、いったい何が正解? - お金持ちになれる人、貧乏になる人の家計簿 深野康彦 https://diamond.jp/articles/-/300172 共働き夫婦 2022-03-27 04:40:00
ビジネス ダイヤモンド・オンライン - 新着記事 連覇のかかった小宮山・早稲田、選手の緩みに監督の「我慢作戦」が限界? - メジャーリーガー小宮山悟監督の「早稲田伝統」チームビルディング https://diamond.jp/articles/-/299975 連覇のかかった小宮山・早稲田、選手の緩みに監督の「我慢作戦」が限界メジャーリーガー小宮山悟監督の「早稲田伝統」チームビルディング年秋季リーグで優勝を果たした小宮山・早稲田にとって、年春季リーグは連覇のかかる重要なシーズンとなる。 2022-03-27 04:35:00
ビジネス ダイヤモンド・オンライン - 新着記事 新築戸建ては「8割が欠陥住宅」、施工不良が相次ぐ深刻な事情とは[見逃し配信] - 見逃し配信 https://diamond.jp/articles/-/300215 欠陥住宅 2022-03-27 04:30:00
ビジネス ダイヤモンド・オンライン - 新着記事 旅が解禁!東京で「ねこ」スポット巡りはいかが?お取り寄せスイーツも紹介 - 地球の歩き方ニュース&レポート https://diamond.jp/articles/-/299806 旅が解禁東京で「ねこ」スポット巡りはいかがお取り寄せスイーツも紹介地球の歩き方ニュースレポートどのページをめくっても猫、ネコ、ねこ看板猫のいるお店からねこ雑貨のお店、ねこモチーフのスイーツ、ねこギャラリーに街のねこスポットまで、東京で楽しめるねこシーンを詰め込んだ、ねこまみれの冊が完成しました。 2022-03-27 04:25:00
ビジネス ダイヤモンド・オンライン - 新着記事 「アイツはいじめてもいい」と犬笛を吹く存在とは?社会から「いじめ」がなくならないこれだけの理由<内田樹×岩田健太郎> - from AERAdot. https://diamond.jp/articles/-/299809 fromaeradot 2022-03-27 04:20:00
ビジネス ダイヤモンド・オンライン - 新着記事 日産「フェアレディZ」はどこが生まれ変わった?国産スポーツカーの魅力 - 男のオフビジネス https://diamond.jp/articles/-/299784 魅力 2022-03-27 04:15:00
ビジネス ダイヤモンド・オンライン - 新着記事 新日本酒紀行「鏡山」 - 新日本酒紀行 https://diamond.jp/articles/-/298431 埼玉県川越市 2022-03-27 04:10:00
ビジネス ダイヤモンド・オンライン - 新着記事 認知症が世界で最も少ない集団とは?アルツハイマー予防に新見解 - ヘルスデーニュース https://diamond.jp/articles/-/300043 認知症が世界で最も少ない集団とはアルツハイマー予防に新見解ヘルスデーニュース認知症の有病率が世界で最も低い集団は、南米ボリビアのアマゾンに暮らす二つの先住民族ではないかとする研究結果が報告された。 2022-03-27 04:05:00
ビジネス 東洋経済オンライン 東武東上線「和光市からふじみ野」に何があるのか 複々線でにぎわう駅、昔ながらの団地・商店街も | トラベル最前線 | 東洋経済オンライン https://toyokeizai.net/articles/-/540292?utm_source=rss&utm_medium=http&utm_campaign=link_back 昔ながらの 2022-03-27 04:50:00
ビジネス 東洋経済オンライン 「使い捨て」をやめて手に入れた「王侯貴族的生活」 「今あるもの」でいつまで生きられるのか? | 買わない生活 | 東洋経済オンライン https://toyokeizai.net/articles/-/541518?utm_source=rss&utm_medium=http&utm_campaign=link_back 使い捨て 2022-03-27 04:30:00

コメント

このブログの人気の投稿

投稿時間:2021-06-17 05:05:34 RSSフィード2021-06-17 05:00 分まとめ(1274件)

投稿時間:2021-06-20 02:06:12 RSSフィード2021-06-20 02:00 分まとめ(3871件)

投稿時間:2020-12-01 09:41:49 RSSフィード2020-12-01 09:00 分まとめ(69件)