<?xml version="1.0" encoding="windows-1252"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Deluxe Martial Arts Forums - Book Discussion</title>
		<link>https://www.defend.net/deluxeforums/</link>
		<description />
		<language>en</language>
		<lastBuildDate>Mon, 24 Aug 2026 23:21:57 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>images/misc/rss.png</url>
			<title>Deluxe Martial Arts Forums - Book Discussion</title>
			<link>https://www.defend.net/deluxeforums/</link>
		</image>
		<item>
			<title>Installing fascia board on pre-existing fascia-less structure</title>
			<link>https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623982-installing-fascia-board-on-pre-existing-fascia-less-structure</link>
			<pubDate>Mon, 24 Aug 2026 14:59:09 GMT</pubDate>
			<description><![CDATA[When the garage was built (1960's or 1970's), they left the rafters exposed and never installed fascia board. I want to install fascia board now for atheistic reasons and so I can cleanly mount lights, IoT devices and various other projects. There are 18 rafters, 21' 7&quot; in length from the front to...]]></description>
			<content:encoded><![CDATA[When the garage was built (1960's or 1970's), they left the rafters exposed and never installed fascia board. I want to install fascia board now for atheistic reasons and so I can cleanly mount lights, IoT devices and various other projects. There are 18 rafters, 21' 7&quot; in length from the front to back rafter. The rafters are 2&quot; x 6&quot;, 16 on center and most are about 23 3/4&quot; in length, but one is 23&quot; and another 25&quot;. Based on this info and the pictures (below), do I simply...:<br />
<br />
Cut that long rafter down to 23 3/4&quot;<br />
Fasten a 3/4&quot; x 1 1/2&quot; x 5 1/2&quot; piece of wood to the short 23&quot; rafter (so it will make contact with the fascia board later)<br />
Purchase two 12 foot 2 x 10 fascia boards<br />
Measure and cut each so they butt up to each other on one of the middle rafters and are flush with the first and last rafter<br />
Nail the fascia boards to the rafters<br />
Is that it?<br />
<br />
P.S. - Yes, there's some rot and minor damage in this area of the structure, but I'll have that taken care of when I hire someone to replace the roof in a couple years - I just want to get the fascia up for now.&#8203;]]></content:encoded>
			<category domain="https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion">Book Discussion</category>
			<dc:creator>LoterGarry</dc:creator>
			<guid isPermaLink="true">https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623982-installing-fascia-board-on-pre-existing-fascia-less-structure</guid>
		</item>
		<item>
			<title>CRM With Kanban PRO</title>
			<link>https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623971-crm-with-kanban-pro</link>
			<pubDate>Sun, 23 Aug 2026 21:02:09 GMT</pubDate>
			<description><![CDATA[Hello everyone! Very proud to announce another template. This CRM is very functional, easy to use and setup. 
 
It comes with a dashboard for income and expenses, project management, insert customers, proposals, invoices, items. It&#8217;s super easy to manage the system that&#8217;s why I tried to use as many...]]></description>
			<content:encoded><![CDATA[Hello everyone! Very proud to announce another template. This CRM is very functional, easy to use and setup.<br />
<br />
It comes with a dashboard for income and expenses, project management, insert customers, proposals, invoices, items. It&#8217;s super easy to manage the system that&#8217;s why I tried to use as many reusable elements to make your time as a developer worth it.<br />
<br />
Any improvements or suggestions leave your msg below.&#8203;]]></content:encoded>
			<category domain="https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion">Book Discussion</category>
			<dc:creator>LoterGarry</dc:creator>
			<guid isPermaLink="true">https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623971-crm-with-kanban-pro</guid>
		</item>
		<item>
			<title>Send email with mailjet</title>
			<link>https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623970-send-email-with-mailjet</link>
			<pubDate>Sun, 23 Aug 2026 15:42:29 GMT</pubDate>
			<description><![CDATA[Hi, 
 
im trying to make webpage where user type their email, subject and message in html form and then hit submit. After that I want to send that form to my email address. I'm using mailjet.com as SMTP server. 
 
When I hit submit on my page, I get response that email has been sent, but none...]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
im trying to make webpage where user type their email, subject and message in html form and then hit submit. After that I want to send that form to my email address. I'm using mailjet.com as SMTP server.<br />
<br />
When I hit submit on my page, I get response that email has been sent, but none emaill has arrived.<br />
<br />
Any ideas on how to make it work? Maybe some other scripts or ways to achieve it? Please help.<br />
<br />
my php script:&#8203;<br />

<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	
	<pre class="bbcode_code" style="max-height:calc(30 *  + 12px + 20px);">&lt;?php

use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\SMTP;
use PHPMailer\PHPMailer\Exception; require 'vendor/autoload.php';

if($_SERVER&#91;'REQUEST_METHOD'&#93; == 'POST')
{
$mail = new PHPMailer(true);    

try {        
//Server settings        
$mail-&gt;SMTPDebug = SMTP::DEBUG_SERVER;                      //Enable verbose debug output        
$mail-&gt;isSMTP();                                            //Send using SMTP        
$mail-&gt;Host       = 'in-v3.mailjet.com';                     //Set the SMTP server to send through        
$mail-&gt;SMTPAuth   = true;                                   //Enable SMTP authentication        
$mail-&gt;AuthType = 'LOGIN';        
$mail-&gt;Username   = 'API KEY';                     //SMTP username        
$mail-&gt;Password   = 'SECRET KEY';                               //SMTP password        
$mail-&gt;SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS;            //Enable implicit TLS encryption        
$mail-&gt;Port       = 587;                                    //TCP port to connect to; use 587 if you have set `SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS`        

//Recipients        
$mail-&gt;setFrom($_POST&#91;&quot;email&quot;&#93;);        
$mail-&gt;addAddress('MY EMAIL ADDRESS');     //Add a recipient        
//$mail-&gt;addAddress('MY EMAIL ADDRESS');               //Name is optional        
//$mail-&gt;addReplyTo('info@example.com', 'Information');        
//$mail-&gt;addCC('cc@example.com');        
//$mail-&gt;addBCC('bcc@example.com');        

//Attachments        
//$mail-&gt;addAttachment('/var/tmp/file.tar.gz');         //Add attachments        
//$mail-&gt;addAttachment('/tmp/image.jpg', 'new.jpg');    //Optional name        

//Content        
$mail-&gt;isHTML(true);                                  //Set email format to HTML        
$mail-&gt;Subject = $_POST&#91;&quot;subject&quot;&#93;;        
$mail-&gt;Body    = $_POST&#91;&quot;msg&quot;&#93;;        
$mail-&gt;AltBody = $_POST&#91;&quot;msg&quot;&#93;;        
$mail-&gt;send();        
echo 'Message has been sent';        

//header(&quot;Location: ./&quot;);    
}

catch (Exception $e)
{        
echo &quot;Message could not be sent. Mailer Error: {$mail-&gt;ErrorInfo}&quot;;
}
}&#8203;</pre>
</div>]]></content:encoded>
			<category domain="https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion">Book Discussion</category>
			<dc:creator>LoterGarry</dc:creator>
			<guid isPermaLink="true">https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623970-send-email-with-mailjet</guid>
		</item>
		<item>
			<title><![CDATA[Integration of Bitcoin &amp;amp; BTCPay Server]]></title>
			<link>https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623955-integration-of-bitcoin-btcpay-server</link>
			<pubDate>Fri, 21 Aug 2026 09:42:24 GMT</pubDate>
			<description><![CDATA[We&#8217;re a business looking to move to ERPNext as our core business platform. 
 
As we sell our products for bitcoin with the amazing BTCPay Server (100% FOSS payment processing), the following aspects are key for us: 
 
 Bitcoin (BTC) as a currency. We hold BTC on our balance sheet and need to value...]]></description>
			<content:encoded><![CDATA[We&#8217;re a business looking to move to ERPNext as our core business platform.<br />
<br />
As we sell our products for bitcoin with the amazing BTCPay Server (100% FOSS payment processing), the following aspects are key for us:<ul><li>Bitcoin (BTC) as a currency. We hold BTC on our balance sheet and need to value it with accurate exchange rates like any foreign currency.</li>
<li>Integration of BTCPay Server. Import transactions both from our webshop and PoS terminals, wallet balances, creation of payment links to print on regular invoices.</li>
</ul><br />
Does anyone here already have experience if this is possible and how complex such an integration woukd be?]]></content:encoded>
			<category domain="https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion">Book Discussion</category>
			<dc:creator>LoterGarry</dc:creator>
			<guid isPermaLink="true">https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623955-integration-of-bitcoin-btcpay-server</guid>
		</item>
		<item>
			<title>Great Public Access College Courses</title>
			<link>https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623932-great-public-access-college-courses</link>
			<pubDate>Wed, 19 Aug 2026 11:10:03 GMT</pubDate>
			<description><![CDATA[After doing a mix of research and traveling, I've decided I want to make it a bit of a life quest to explore the &quot;public access&quot; college golf scene across the US. D1 programs require challenging courses for their players to cut their teeth on, and many of these programs have their own...]]></description>
			<content:encoded><![CDATA[After doing a mix of research and traveling, I've decided I want to make it a bit of a life quest to explore the &quot;public access&quot; college golf scene across the US. D1 programs require challenging courses for their players to cut their teeth on, and many of these programs have their own university-owned course with public access, often at very affordable pricing. In short, a lot of these courses may not make any &quot;Top 100&quot; lists but they can be excellent value plays on road trips. From my own research/experience, examples of what I'm talking about that come to mind include (in my neck of the woods) Duke, Virginia Tech, U. Kentucky, U of Wisconsin, Penn State, etc.<br />
<br />
<br />
<br />
I'm loosely familiar with the &quot;Top College Courses&quot; in the USA, and would love to one day get on at Yale, Stanford, Michigan, etc., but I'm looking at sort of the &quot;next tier&quot; of courses that are affordable public access and a good test of skill. I know very little about the scene out West or down South. What should be on my radar if I ever find myself in a college town?&#8203;]]></content:encoded>
			<category domain="https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion">Book Discussion</category>
			<dc:creator>LoterGarry</dc:creator>
			<guid isPermaLink="true">https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623932-great-public-access-college-courses</guid>
		</item>
		<item>
			<title>Disk Performance for SSD HW RAID-10 and Controller Cache Policy</title>
			<link>https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623928-disk-performance-for-ssd-hw-raid-10-and-controller-cache-policy</link>
			<pubDate>Wed, 19 Aug 2026 07:26:02 GMT</pubDate>
			<description><![CDATA[Hi Everyone, 
 
I am in the process of setting up a new server and was hoping to get some input from the community. The new server is being setup with 4 1TB SSDs in HW RAID 10. 
 
I am getting high 4K read/write speeds with RWTD but all other's (64k, 512k,1m) are almost half. With RWBD, 4K...]]></description>
			<content:encoded><![CDATA[Hi Everyone,<br />
<br />
I am in the process of setting up a new server and was hoping to get some input from the community. The new server is being setup with 4 1TB SSDs in HW RAID 10.<br />
<br />
I am getting high 4K read/write speeds with RWTD but all other's (64k, 512k,1m) are almost half. With RWBD, 4K /read/write speed suffers but everything else (64k, 512k,1m) seems better. (Strip size if 64 KB). The test is done using YABS. (But I am doing multiple different tests and the results are similar.<br />
<br />
RWBD<br />
<br />
PHP Code:<br />
Block Size | 4k (IOPS) | 64k (IOPS)<br />
------ | --- ---- | ---- ----<br />
Read | 101.14 MB/s (25.2k) | 1.39 GB/s (21.8k)<br />
Write | 101.41 MB/s (25.3k) | 1.40 GB/s (21.9k)<br />
Total | 202.55 MB/s (50.6k) | 2.79 GB/s (43.7k)<br />
| |<br />
Block Size | 512k (IOPS) | 1m (IOPS)<br />
------ | --- ---- | ---- ----<br />
Read | 1.51 GB/s (2.9k) | 1.37 GB/s (1.3k)<br />
Write | 1.59 GB/s (3.1k) | 1.46 GB/s (1.4k)<br />
Total | 3.10 GB/s (6.0k) | 2.83 GB/s (2.7k)<br />
<br />
And RWTD<br />
<br />
PHP Code:<br />
Block Size | 4k (IOPS) | 64k (IOPS)<br />
------ | --- ---- | ---- ----<br />
Read | 242.37 MB/s (60.5k) | 598.29 MB/s (9.3k)<br />
Write | 243.01 MB/s (60.7k) | 601.44 MB/s (9.3k)<br />
Total | 485.39 MB/s (121.3k) | 1.19 GB/s (18.7k)<br />
| |<br />
Block Size | 512k (IOPS) | 1m (IOPS)<br />
------ | --- ---- | ---- ----<br />
Read | 585.18 MB/s (1.1k) | 582.87 MB/s (569)<br />
Write | 616.27 MB/s (1.2k) | 621.69 MB/s (607)<br />
Total | 1.20 GB/s (2.3k) | 1.20 GB/s (1.1k)<br />
<br />
So any suggestions / comments ?? Reading up with lot of info, it is recommended to use WB cache.<br />
<br />
The controller is LSI 3108 and does have BBU.<br />
<br />
Also do you think these speed/IOs are decent enough for SSD RAID 10??<br />
Which controller Cache policy would you recommend ?? (And Also the strip size)<br />
<br />
As for my usage case, this will be a KVM node running a bunch of VMs. (few DB intensive VMs and few high traffic WP sites).<br />
<br />
Thanks a lot&#8203;]]></content:encoded>
			<category domain="https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion">Book Discussion</category>
			<dc:creator>LoterGarry</dc:creator>
			<guid isPermaLink="true">https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623928-disk-performance-for-ssd-hw-raid-10-and-controller-cache-policy</guid>
		</item>
		<item>
			<title>Tips on Flying for a hunt</title>
			<link>https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623927-tips-on-flying-for-a-hunt</link>
			<pubDate>Wed, 19 Aug 2026 05:35:33 GMT</pubDate>
			<description><![CDATA[I live in Oregon and have hunted a lot of the west. I've always drove with buddy's wherever we've hunted. This year however I have a coveted rifle deer tag and I'm not sure if any friends or family will be able to go. So I thought about burning some air-miles and flying and renting a rig when I get...]]></description>
			<content:encoded><![CDATA[I live in Oregon and have hunted a lot of the west. I've always drove with buddy's wherever we've hunted. This year however I have a coveted rifle deer tag and I'm not sure if any friends or family will be able to go. So I thought about burning some air-miles and flying and renting a rig when I get there. For those that have flown for a hunt would you mind sharing some tips on the following.<br />
1. Transporting your rifle, ammo, knives and gear through the airline.<br />
2. Get your meat back home.<br />
3. Getting your trophy back home to mount if you get lucky to get a trophy animal.<br />
4. I'm assuming renting a vehicle is like any other just make sure you have one that will get the job done.?<br />
5. Anything else you can think of that may make the trip easier if I go that route.<br />
Thanks in advance for your advice.&#8203;]]></content:encoded>
			<category domain="https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion">Book Discussion</category>
			<dc:creator>LoterGarry</dc:creator>
			<guid isPermaLink="true">https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623927-tips-on-flying-for-a-hunt</guid>
		</item>
		<item>
			<title>Car covers</title>
			<link>https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623921-car-covers</link>
			<pubDate>Tue, 18 Aug 2026 17:39:45 GMT</pubDate>
			<description><![CDATA[Has any one purchased the Coverzone Stormforce car cover, I have read mixed reviews of these, is the Hamilton Classic with fleece lining better, 
then also been advised not to cover the car at all if left outside.&#8203;]]></description>
			<content:encoded><![CDATA[Has any one purchased the Coverzone Stormforce car cover, I have read mixed reviews of these, is the Hamilton Classic with fleece lining better,<br />
then also been advised not to cover the car at all if left outside.&#8203;]]></content:encoded>
			<category domain="https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion">Book Discussion</category>
			<dc:creator>LoterGarry</dc:creator>
			<guid isPermaLink="true">https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623921-car-covers</guid>
		</item>
		<item>
			<title>What invoicing apps/softwares do you guys use?</title>
			<link>https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623920-what-invoicing-apps-softwares-do-you-guys-use</link>
			<pubDate>Tue, 18 Aug 2026 17:33:07 GMT</pubDate>
			<description><![CDATA[Currently I&#8217;m using freeagents platform for invoicing and it&#8217;s decent and gets the job done but it&#8217;s lacking a few features. 
 
Firstly I want to be able to get a notification when customer has viewed the invoice on their email or text. It drives me up the wall when customers take forever to pay...]]></description>
			<content:encoded><![CDATA[Currently I&#8217;m using freeagents platform for invoicing and it&#8217;s decent and gets the job done but it&#8217;s lacking a few features.<br />
<br />
Firstly I want to be able to get a notification when customer has viewed the invoice on their email or text. It drives me up the wall when customers take forever to pay and come out with excuses, especially new customers.<br />
<br />
Secondly the listed items do not save so every time you make a quote or invoice you have to retype it. For example I&#8217;ve I&#8217;ve done a light change before, I have to retype change light fitting.<br />
<br />
The best one I&#8217;ve seen so far is an orange looking logo, called invoice made by zenvoice inc. it&#8217;s ?20 a month<br />
<br />
I&#8217;m just wondering if anyone else knows of any others that work well on the app for iPhone aswell as browser on iPhone and browser on pc.<br />
<br />
The ones I&#8217;ve tried so far are:<br />
QuickBooks (only works best on browser from pc) which is inconvenient for me if I want to do it from my phone on the go<br />
Billdu (history of the invoice is sporadic)<br />
SumUp (app wasn&#8217;t working for me kept glitching coming up with codes)<br />
Square (a bit funny on the invoicing side, only allowing payment through their methods taking fees)<br />
Stripe (same as square)<br />
Powered now (seems laggy when I tried to use it)<br />
<br />
Some of the other features I did not test on sum up and below and didn&#8217;t bother because the lag puts me right off<br />
<br />
<br />
Any recommendations thank you&#8203;]]></content:encoded>
			<category domain="https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion">Book Discussion</category>
			<dc:creator>LoterGarry</dc:creator>
			<guid isPermaLink="true">https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623920-what-invoicing-apps-softwares-do-you-guys-use</guid>
		</item>
		<item>
			<title>Financial planning</title>
			<link>https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623919-financial-planning</link>
			<pubDate>Tue, 18 Aug 2026 17:28:58 GMT</pubDate>
			<description>Hi all, always pick up great information here. 
 
I would like to set up something for the children in the future. What do people do# save child benefit? set up savings account? investments? 
 
Are consultations with financial advisor very expensive? I follow one on IG and his is 850. Are they...</description>
			<content:encoded><![CDATA[Hi all, always pick up great information here.<br />
<br />
I would like to set up something for the children in the future. What do people do# save child benefit? set up savings account? investments?<br />
<br />
Are consultations with financial advisor very expensive? I follow one on IG and his is 850. Are they worth it?&#8203;]]></content:encoded>
			<category domain="https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion">Book Discussion</category>
			<dc:creator>LoterGarry</dc:creator>
			<guid isPermaLink="true">https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623919-financial-planning</guid>
		</item>
		<item>
			<title>How do millionaires invest in stock?</title>
			<link>https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623915-how-do-millionaires-invest-in-stock</link>
			<pubDate>Tue, 18 Aug 2026 10:52:40 GMT</pubDate>
			<description>Hello, 
 
It`s me dum dum again. A billionaire or a millionaire will trade 45 million $ just on Apple. If they do that, they need a broker, right? Since trading and retail traders can only have a 1 million $ account, how do the big guys buy millions of $ worth of stock? 
 
Dont they have to deposit...</description>
			<content:encoded><![CDATA[Hello,<br />
<br />
It`s me dum dum again. A billionaire or a millionaire will trade 45 million $ just on Apple. If they do that, they need a broker, right? Since trading and retail traders can only have a 1 million $ account, how do the big guys buy millions of $ worth of stock?<br />
<br />
Dont they have to deposit 50 million $ to a broker? How does that work? Say you arent doing much trading but portfolio management.&#8203;]]></content:encoded>
			<category domain="https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion">Book Discussion</category>
			<dc:creator>LoterGarry</dc:creator>
			<guid isPermaLink="true">https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623915-how-do-millionaires-invest-in-stock</guid>
		</item>
		<item>
			<title>Bad accident at Virgina Total Archery Challenge</title>
			<link>https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623898-bad-accident-at-virgina-total-archery-challenge</link>
			<pubDate>Sun, 16 Aug 2026 23:01:29 GMT</pubDate>
			<description>My buddy is there and just told me an archer took an arrow in the head. My friend and his group helped him and carried him out. Not to sure how it happened yet.</description>
			<content:encoded>My buddy is there and just told me an archer took an arrow in the head. My friend and his group helped him and carried him out. Not to sure how it happened yet.</content:encoded>
			<category domain="https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion">Book Discussion</category>
			<dc:creator>JasonByrne</dc:creator>
			<guid isPermaLink="true">https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623898-bad-accident-at-virgina-total-archery-challenge</guid>
		</item>
		<item>
			<title>Which NFL Teams will make coaching changes</title>
			<link>https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623897-which-nfl-teams-will-make-coaching-changes</link>
			<pubDate>Sun, 16 Aug 2026 22:18:09 GMT</pubDate>
			<description>Just wondering which teams will be making HC changes starting tomorrow , brutal business but you know it is coming</description>
			<content:encoded>Just wondering which teams will be making HC changes starting tomorrow , brutal business but you know it is coming</content:encoded>
			<category domain="https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion">Book Discussion</category>
			<dc:creator>LoterGarry</dc:creator>
			<guid isPermaLink="true">https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623897-which-nfl-teams-will-make-coaching-changes</guid>
		</item>
		<item>
			<title><![CDATA[What&#8217;s your biggest trading challenge right now?]]></title>
			<link>https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623878-what%E2%80%99s-your-biggest-trading-challenge-right-now</link>
			<pubDate>Fri, 14 Aug 2026 13:53:40 GMT</pubDate>
			<description><![CDATA[Hey everyone. What are the biggest challenges you&#8217;re facing right now when it comes to trading?]]></description>
			<content:encoded><![CDATA[Hey everyone. What are the biggest challenges you&#8217;re facing right now when it comes to trading?]]></content:encoded>
			<category domain="https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion">Book Discussion</category>
			<dc:creator>LoterGarry</dc:creator>
			<guid isPermaLink="true">https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623878-what%E2%80%99s-your-biggest-trading-challenge-right-now</guid>
		</item>
		<item>
			<title>Buying concert tickets?</title>
			<link>https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623877-buying-concert-tickets</link>
			<pubDate>Fri, 14 Aug 2026 13:00:56 GMT</pubDate>
			<description><![CDATA[I&#8217;m planning on buying tickets for a concert in August! I will be around 32 weeks and will decide if I actually feel up to going as we get closer. I was wondering if it would be appropriate to buy accessible seats so I could sit down and still be able to see? And to potentially avoid having to wait...]]></description>
			<content:encoded><![CDATA[I&#8217;m planning on buying tickets for a concert in August! I will be around 32 weeks and will decide if I actually feel up to going as we get closer. I was wondering if it would be appropriate to buy accessible seats so I could sit down and still be able to see? And to potentially avoid having to wait outside in the heat to get into the venue. I&#8217;ve been to that venue a few times and have had differing experiences with it taking 2 hours to get in or 30 min. I also don&#8217;t think I will be lucky enough in the queue to get tickets in the front of a seated section or on an aisle for easy exits!<br />
<br />
<br />
Curious if anyone has had the same dilemma! I&#8217;ve emailed the venue and called but haven&#8217;t heard back.<br />
<br />
<br />
Thanks in advance!&#8203;]]></content:encoded>
			<category domain="https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion">Book Discussion</category>
			<dc:creator>LoterGarry</dc:creator>
			<guid isPermaLink="true">https://www.defend.net/deluxeforums/forum/other-topics/media-entertainment/book-discussion/623877-buying-concert-tickets</guid>
		</item>
	</channel>
</rss>
