<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Brag Interactive</title>
	<atom:link href="http://braginteractive.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://braginteractive.com/</link>
	<description>Fort Worth web design company</description>
	<lastBuildDate>Wed, 12 Mar 2025 18:40:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>
	<item>
		<title>Local WordPress Development with Gulp 4</title>
		<link>https://braginteractive.com/local-wordpress-development-with-gulp-4/</link>
					<comments>https://braginteractive.com/local-wordpress-development-with-gulp-4/#respond</comments>
		
		<dc:creator><![CDATA[Brad]]></dc:creator>
		<pubDate>Mon, 13 Aug 2018 19:53:10 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://braginteractive.com/?p=1105</guid>

					<description><![CDATA[<p>I was up updating the npm packages in my Bootstrap 4 WordPress theme, StrapPress, and broke my Gulp file. I really like using Gulp with free wordpress themes to autoprefix, minimize CSS/JS, refresh my browser on code changes, and many other handy tasks. I kept getting an &#8220;Assertion Error: Task never defined&#8221; in my terminal: It [&#8230;]</p>
<p><a href="https://braginteractive.com/local-wordpress-development-with-gulp-4/">Local WordPress Development with Gulp 4</a></p>
]]></description>
										<content:encoded><![CDATA[<p>I was up updating the npm packages in my Bootstrap 4 WordPress theme, <a href="https://strappress.com/" target="_blank" rel="noopener">StrapPress</a>, and broke my Gulp file. I really like using Gulp with <a href="https://templatic.com/wp/best-free-wordpress-themes/">free wordpress themes</a> to autoprefix, minimize CSS/JS, refresh my browser on code changes, and many other handy tasks.</p>
<p><span id="more-1105"></span></p>
<p>I kept getting an &#8220;Assertion Error: Task never defined&#8221; in my terminal:</p>
<p><img fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-1106" src="https://braginteractive.com/wp-content/uploads/2018/08/assertionerror-gulp.jpg" alt="AssertionError for Gulp" width="800" height="195" srcset="https://braginteractive.com/wp-content/uploads/2018/08/assertionerror-gulp.jpg 800w, https://braginteractive.com/wp-content/uploads/2018/08/assertionerror-gulp-300x73.jpg 300w, https://braginteractive.com/wp-content/uploads/2018/08/assertionerror-gulp-768x187.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></p>
<p>It turns out I updated to Gulp 4 and needed to update my gulpfile.js tasks to use the latest Gulp markup. Didn&#8217;t take long to figured out that I needed to start using <code>gulp.series()</code> and <code>gulp.parellel()</code> to fix my terminal errors.</p>
<p>Below is my latest gulpfile.js for Gulp 4 and my WordPress development.</p>
<p><script src="https://gist.github.com/braginteractive/025829af4a966649d41eaf70b71aa826.js"></script></p>
<p>You can compare it to my old Gulp 3 file here: <a href="https://github.com/braginteractive/StrapPress/blob/7c28a362bf9986f210a0c6f4ba3d7c17c7608a34/gulpfile.js" target="_blank" rel="noopener">https://github.com/braginteractive/StrapPress/blob/7c28a362bf9986f210a0c6f4ba3d7c17c7608a34/gulpfile.js</a></p>
<p>I also took the opportunity to merge, delete, and clean up some of the tasks. Feel free to grab the code and use it in your projects.</p>
<p>If you have further optimizations for the file, comment below or on the <a href="https://gist.github.com/braginteractive/025829af4a966649d41eaf70b71aa826" target="_blank" rel="noopener">Gist</a>.</p>
<p>Enjoy!</p>
<p><a href="https://braginteractive.com/local-wordpress-development-with-gulp-4/">Local WordPress Development with Gulp 4</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://braginteractive.com/local-wordpress-development-with-gulp-4/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress Lead Dashboard with Vue.js and Contact 7</title>
		<link>https://braginteractive.com/wordpress-lead-dashboard-with-vue-js-and-contact-7/</link>
					<comments>https://braginteractive.com/wordpress-lead-dashboard-with-vue-js-and-contact-7/#respond</comments>
		
		<dc:creator><![CDATA[Brad]]></dc:creator>
		<pubDate>Mon, 04 Jun 2018 18:37:29 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://braginteractive.com/?p=1093</guid>

					<description><![CDATA[<p>The best way to learn a new Javascript framework is to build something. So, I decided to build a Lead Dashboard using Vue.js, the WordPress REST API, and some other plugins and frameworks. See the Dashboard in action: Some of the topics in this post can get a bit technical. If you are not familiar [&#8230;]</p>
<p><a href="https://braginteractive.com/wordpress-lead-dashboard-with-vue-js-and-contact-7/">WordPress Lead Dashboard with Vue.js and Contact 7</a></p>
]]></description>
										<content:encoded><![CDATA[<p>The best way to learn a new Javascript framework is to build something. So, I decided to build a Lead Dashboard using Vue.js, the WordPress REST API, and some other plugins and frameworks.</p>
<p><span id="more-1093"></span></p>
<p>See the Dashboard in action:</p>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/xNNJg7gfEW0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<p>Some of the topics in this post can get a bit technical. If you are not familiar with the WordPress REST API or Vue.js, this might be hard to get up and going on your end. With that said, all the code is up on GitHub so feel free to make any changes to fit your needs.</p>
<h2>Why was this Lead Dashboard Built?</h2>
<ol>
<li>I wanted to check out Vue.js</li>
<li>I needed a better solution to track and manage leads for clients</li>
</ol>
<p>To expand on the second point, I do digital marketing for a handful of clients. This entails driving traffic to client websites to increase their customers and sales.</p>
<p>A popular way to capture leads online is for a potential customer to fill out a web form on a website. Once the form is submitted the contact details are sent out so they can be contacted. Unless the business has some type of CRM that captures these leads, they normally just get sent out to an email address. The staff will then reach out to the leads as they receive new emails.</p>
<p>Here is the workflow I normally see:</p>
<ol>
<li>Potential customer goes to the business website</li>
<li>The potential customer fills out a form on the website to get a free quote or consultation</li>
<li>Once submitted, the form information is sent to business owner/staff via email</li>
<li>Business owner/staff contact leads</li>
<li>Business owner/staff figure out a solution to track leads and determine who they have contacted, which leads need follow-ups, which leads are good/bad, etc.</li>
</ol>
<h3>The Problem</h3>
<p>This works, but can quickly get out of hand. Especially if your digital marketing campaign is driving a ton of leads. =)</p>
<p>If the leads are getting sent out via email, they can get lost in the day-to-day email conversations. The leads started getting missed and unanswered which is just wasting the marketing budget.</p>
<p>This can be managed in all kinds of different ways, but what I did was create a Lead Dashboard for my clients.</p>
<h3>The Solution</h3>
<p>Now the workflow looks like the following:</p>
<ol>
<li>Potential customer goes to the business website</li>
<li>The potential customer fills out a form on the website to get a free quote or consultation</li>
<li>Once submitted, the form information is sent to business owner/staff via email <strong>and to the Lead Dashboard</strong></li>
<li>Business owner/staff contact leads</li>
<li>Business owner/staff use Lead Dashboard to track leads, add notes to each lead, edit leads, edit lead status, etc.</li>
</ol>
<p>Instead of trying to figure out a solution to manage the leads, the business now has a Dashboard dedicated to their business leads.</p>
<h2>How does this Lead Dashboard Work?</h2>
<p>It uses a few WordPress plugins, the WordPress REST API, and Vue.js.</p>
<p>First, the <a href="https://wordpress.org/plugins/contact-form-7/" rel="noopener">Contact 7</a> WordPress plugin is used to create and add forms to the website. I then use the <a href="https://wordpress.org/plugins/flamingo/" rel="noopener">Flamingo</a> plugin to capture and store any Contact 7 form submission. From here, I created a <a href="https://github.com/braginteractive/FlamingoREST" rel="noopener">simple plugin that adds custom REST endpoints to access the stored Flamingo submissions</a>. Finally, I use Vue.js and Vuetify to call the WP REST endpoints and display the submissions in a <a href="https://github.com/braginteractive/VueWPLeads" rel="noopener">Material Design Lead Dashboard</a>.</p>
<p>I would also like to mention here that I use the <a href="https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/" rel="noopener">JWT Authentication plugin</a> so only people with login details can see the leads.</p>
<p>That&#8217;s it&#8230;</p>
<h2>How to Setup the Lead Dashboard</h2>
<p>The following is for a local development environment.</p>
<p>You need WordPress installed with the <a href="https://wordpress.org/plugins/contact-form-7/" rel="noopener">Contact 7</a>, <a href="https://wordpress.org/plugins/flamingo/" rel="noopener">Flamingo</a>, <a href="https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/" rel="noopener">JWT Authentication</a>, and <a href="https://github.com/braginteractive/FlamingoREST" rel="noopener">FlamingoREST</a> plugins installed and activated.</p>
<p>Follow the setup for the JWT Authentication that is listed on the plugin page. You don&#8217;t need to install the WP API plugin; the REST API has been merged into WordPress core.</p>
<p>For this, you will just need to add a couple of lines to your wp-config.php and .htaccess file.</p>
<p>Make sure the lines of code you add in the .htaccess file are directly under</p>
<pre><code>RewriteEngine on</code></pre>
<p>Next, you will want to create a directory where the Lead Dashboard will live.</p>
<p>For example, I normally create a directory called /leads/ in the root of my WordPress install. So the Lead Dashboard can be accessed at https://localhost:8888/leads</p>
<p>Grab the Lead Dashboard files at <a href="https://github.com/braginteractive/VueWPLeads" rel="noopener">https://github.com/braginteractive/VueWPLeads</a> and put them in this directory.</p>
<p>Use your terminal to <code>cd</code> into this directory and run <code>npm install</code>.</p>
<p>FYI, this project started with the <a href="https://github.com/vuejs-templates/webpack" rel="noopener">Vue Webpack template</a>.</p>
<p>Once your dependencies are installed, go into /leads/config/index.js and change line 16 to your dev URL.</p>
<p>Now just run <code>npm run dev</code> in your terminal. You should be given a URL in the terminal to access the Lead Dashboard.</p>
<p>If you set up the JWT Authentication plugin correctly, you should be able to login with your WordPress login details.</p>
<p>Sweet!</p>
<p>All you need to do now is set up a page on your WordPress site with a Contact 7 form.</p>
<p>Use the following Contact 7 form markup:</p>
<pre><code>
<label> First Name (required)
    [text* first-name] </label>

<label> Last Name (required)
    [text* last-name] </label>

<label> Your Email (required)
    [email* your-email] </label>

<label> Phone
    [tel* tel-879] </label>

<label> Your Message
    [textarea your-message] </label>

[submit "Send"]
</code></pre>
<p>Start submitting dummy data into the form and check the Lead Dashboard. It should be populated with data!</p>
<h3>Customization</h3>
<p>Feel free to make any customization you would like! You need some HTML, PHP, and Vue.js knowledge. This was my first Vue.js project so I am sure there are some best practice and optimizations that can be made to the code base.</p>
<p>Submit some PRs!</p>
<h3>Going to Production</h3>
<p>Once you have made all your customizations and you are ready to your code on your production site, simply run <code>npm run build</code>. This will create a /dist/ directory with all files minified. Upload the files in the /dist/ directory to your /leads/ directory on your production server. You will also need all the plugins and settings from your local development enviroment.</p>
<h2>Have Fun!</h2>
<p>The clients I have introduced this Lead Dashboard to love it! The Dashboard saves them time and easily integrates into their current workflow.</p>
<p>Hope this helps you and your clients.</p>
<p><a href="https://braginteractive.com/wordpress-lead-dashboard-with-vue-js-and-contact-7/">WordPress Lead Dashboard with Vue.js and Contact 7</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://braginteractive.com/wordpress-lead-dashboard-with-vue-js-and-contact-7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Lead Generation WordPress Themes</title>
		<link>https://braginteractive.com/lead-generation-wordpress-themes/</link>
					<comments>https://braginteractive.com/lead-generation-wordpress-themes/#respond</comments>
		
		<dc:creator><![CDATA[Brad]]></dc:creator>
		<pubDate>Wed, 21 Feb 2018 16:55:57 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://braginteractive.com/?p=1086</guid>

					<description><![CDATA[<p>I have been doing a lot of digital marketing and lead generation for local businesses lately. A majority of the time, the business website I am working with is not optimized to capture leads. I normally just see brochure type sites with general information about the business products/services with a contact page. This doesn&#8217;t really [&#8230;]</p>
<p><a href="https://braginteractive.com/lead-generation-wordpress-themes/">Lead Generation WordPress Themes</a></p>
]]></description>
										<content:encoded><![CDATA[<p>I have been doing a lot of digital marketing and lead generation for local businesses lately. A majority of the time, the business website I am working with is not optimized to capture leads.</p>
<p>I normally just see brochure type sites with general information about the business products/services with a contact page.</p>
<p>This doesn&#8217;t really do much for the business. They always wonder why their website isn&#8217;t generating any new business&#8230;</p>
<p><span id="more-1086"></span></p>
<p>After looking over the website and analytics it is easy to see why.</p>
<p>Here are some problems I normally see with local business websites:</p>
<ul>
<li>old website with poor design choices</li>
<li>thin content</li>
<li>not optimized for Google or search engines in general</li>
<li>no clear call to action</li>
<li>slow to load</li>
<li>not mobile-friendly</li>
</ul>
<p>After a website audit, it is clear the business needs a new web presence. We repurpose some of the content/imagery and implement a new design and toolslike the <a href="https://seotoolscentre.com/paraphrase-tool">paraphrase tool &#8211; seotoolscentre</a>, to increase your business in no time.</p>
<p>The all-in-one themes that you find in the theme marketplaces are great. They have hundreds of layouts, all kinds of plugins, functionality and sometimes even lock you in with shortcodes..</p>
<p>After years of using these types of multi-purpose themes, I stay <strong>AWAY</strong>.</p>
<p>Why?</p>
<h2>Bloated</h2>
<p>They are bloated. Cool, the theme has 500 million layouts and every piece of functionality I have ever seen on the web.</p>
<p>I am sure my client will use everything included!</p>
<p><strong>NO.</strong></p>
<p>A majority of the time, a businesses uses about 3-5 different layouts. One for the homepage, one for the services, a general page layout and a contact page.</p>
<p>I am not even going to get into all the sliders, carousels and elements flying in from every angle as you scroll down the page.</p>
<p>Updates?</p>
<p>Hopefully those custom changes you made survive a theme or plugin update. Fingers crossed.</p>
<h2>Drag and Drop Page Builders</h2>
<p>I don&#8217;t like them.</p>
<p>If I have a long term relationship with a client, I am normally doing paid search campaigns (PPC) with search engine optimization to drive leads. This means I am the one edited and adding content to the website. A business owner wants to work on his/her business not a website, that&#8217;s why they look for easy website solutions like wordpress and hosting as <a href="https://bestwebsitehosting.ca">web hosting Canada</a> which is a great solution for this.</p>
<p>The times I have used drag and drop builders for clients a few things happen:</p>
<ul>
<li>There is a learning curve where they are destroying and messing up page designs. Even after training and documentation videos for their website. This means regular phone calls or emails asking to fix something.</li>
<li>A client doesn&#8217;t normally know about SEO best-practices. Even after explaining why they shouldn&#8217;t have five h1 tags on a page, they don&#8217;t understand why the page builder keeps adding them.  Again, learning curve.</li>
<li>Some page builders output everything in shortcodes. This means they are locked in.</li>
</ul>
<p>I get it! Page builders are AMAZING for people that don&#8217;t know HTML/CSS.</p>
<p>I still don&#8217;t recommend them for any of my clients.</p>
<h2>Page Speed and Load Times</h2>
<p>With all the amazing page templates, features, plugin and page builders you run into optimization issues.</p>
<p>To fix these issues you have to install more plugins to minimize and move scripts. Disable features and rethink those 15 image sliders throughout the website.</p>
<p>It turns into a mess.</p>
<p>You start hacking one thing here to fix an issue there.</p>
<h2>What is the Solution?</h2>
<p>For me, it was using <a href="https://www.knownhost.com/wordpress-hosting.html">wordpress hosting plans</a> to build my own theme.</p>
<p>If you look around Brag Interactive you will notice I have been building WordPress related projects for awhile.</p>
<p>A lot of these projects serve one purpose and it is no different with <a href="https://leadgenerationwp.com">LeadGenerationWP.com</a>.</p>
<h2>LeadGenerationWP</h2>
<p>I have always used a base theme for my personal and client projects. This gives me complete control of the design and how it should be optimized.</p>
<p>When the goal of a website is lead generation, the theme design always includes the same elements:</p>
<ul>
<li>A clear call to action</li>
<li>Social proof and testimonials</li>
<li>Features, benefits, and FAQs</li>
<li>Visual simplicity with a clear goal</li>
</ul>
<p>All of these elements are included in the themes on LeadGenerationWP. If you are looking to setup a PPL site or have a client that wants to generation more lead online, check out the themes on <a href="https://leadgenerationwp.com">LeadGenerationWP.com</a>.</p>
<p><strong>Update:</strong></p>
<p>People are really defensive over their all-in-one themes and plugins. Yes, I am sure you have achieved page 1 rankings and have a X% conversion rate with your solution.</p>
<p>Great! You do you.</p>
<p>&nbsp;</p>
<p><a href="https://braginteractive.com/lead-generation-wordpress-themes/">Lead Generation WordPress Themes</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://braginteractive.com/lead-generation-wordpress-themes/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>New tutorials on Building a WordPress theme with Bootstrap 4</title>
		<link>https://braginteractive.com/new-tutorials-on-building-a-wordpress-theme-with-bootstrap-4/</link>
					<comments>https://braginteractive.com/new-tutorials-on-building-a-wordpress-theme-with-bootstrap-4/#respond</comments>
		
		<dc:creator><![CDATA[Brad]]></dc:creator>
		<pubDate>Fri, 15 Dec 2017 18:38:41 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://braginteractive.com/?p=1076</guid>

					<description><![CDATA[<p>I recently launched a new set of tutorials on how to build a WordPress theme with Bootstrap 4 over at BootstrapWP.com. It is a great series for those looking to learn how to customize Bootstrap Sass variables and use the latest online tools all while creating a custom WordPress theme. In this series, the user [&#8230;]</p>
<p><a href="https://braginteractive.com/new-tutorials-on-building-a-wordpress-theme-with-bootstrap-4/">New tutorials on Building a WordPress theme with Bootstrap 4</a></p>
]]></description>
										<content:encoded><![CDATA[<p>I recently launched a new set of tutorials on <a href="https://bootstrapwp.com/bootstrap-4-wordpress-theme-tutorials/" target="_blank" rel="noopener">how to build a WordPress theme with Bootstrap 4</a> over at BootstrapWP.com. It is a great series for those looking to learn how to customize Bootstrap Sass variables and use the latest online tools all while creating a custom WordPress theme.</p>
<p><span id="more-1076"></span></p>
<p>In this series, the user learns how to build one of my most popular WordPress themes called <a href="https://bootstrapwp.com/themes/stanleywp/" target="_blank" rel="noopener">StanleyWP</a>.</p>
<p>We start by customizing the header and footer of the WordPress theme by changing the values of some of the Bootstrap 4 Sass variables. We then get into creating custom page templates, custom post types, adding metaboxes, and how to use the WordPress Customizer to edit settings within the theme.</p>
<h2>Enhance your Development Workflow</h2>
<p>While creating the theme I also go over how to use tools to help enhance and speed up your development workflow.</p>
<p>These tools include:</p>
<ul>
<li><a href="https://www.npmjs.com/" target="_blank" rel="noopener">npm</a></li>
<li><a href="https://gulpjs.com/" target="_blank" rel="noopener">Gulp</a></li>
<li><a href="https://git-scm.com/" target="_blank" rel="noopener">git</a> and <a href="https://github.com/" target="_blank" rel="noopener">GitHub</a></li>
<li>terminal</li>
</ul>
<p>A lot of people think that working with the terminal is hard, but once you learn a few commands it is actually really fun to work with. You get to a point where you would rather work within the terminal rather than using <em>another</em> GUI. You can just do so much in it!</p>
<p>For example, with just running the gulp command in our WordPress development project we get:</p>
<ul>
<li>a new browser tab that launches our WordPress theme with <a href="https://www.browsersync.io/" target="_blank" rel="noopener">Browsersync.io</a></li>
<li>a task to watch our Sass code for changes and automatically compiles, minifies, and refreshes our browser window</li>
<li>a task that watches for any JS changes and then runs the code through <a href="http://jshint.com/" target="_blank" rel="noopener">JSHint</a>, alerts us of any errors, compiles, and minifies</li>
<li>a task to zip all our production ready files</li>
</ul>
<p>While learning how to use these tools, you are also building a WordPress theme with a custom design, portfolio custom post type, custom page templates, and much more. This will give you the skill set to take a PSD file or a HTML/CSS template and convert it into a WordPress theme.</p>
<p>These are all great skills to have that can and will be used in any projects that you work on online.</p>
<p>If this is something that sounds interesting, check out <a href="https://bootstrapwp.com/" target="_blank" rel="noopener">BootstrapWP</a> and sign up today.</p>
<p><a href="https://braginteractive.com/new-tutorials-on-building-a-wordpress-theme-with-bootstrap-4/">New tutorials on Building a WordPress theme with Bootstrap 4</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://braginteractive.com/new-tutorials-on-building-a-wordpress-theme-with-bootstrap-4/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress Tutorials &#8211; HelpWP</title>
		<link>https://braginteractive.com/wordpress-tutorials-helpwp/</link>
					<comments>https://braginteractive.com/wordpress-tutorials-helpwp/#respond</comments>
		
		<dc:creator><![CDATA[Brad]]></dc:creator>
		<pubDate>Fri, 21 Apr 2017 18:27:11 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://braginteractive.com/?p=1064</guid>

					<description><![CDATA[<p>With all the WordPress themes and related projects I put out of the web I get a lot of questions of how to do certain things and how to make certain changes/customizations. I have had the domain helpwp.com for a while now and have always wanted to put it to use. So&#8230; I decided to [&#8230;]</p>
<p><a href="https://braginteractive.com/wordpress-tutorials-helpwp/">WordPress Tutorials &#8211; HelpWP</a></p>
]]></description>
										<content:encoded><![CDATA[<p>With all the WordPress themes and related projects I put out of the web I get a lot of questions of how to do certain things and how to make certain changes/customizations.</p>
<p>I have had the domain <a href="http://helpwp.com">helpwp.com</a> for a while now and have always wanted to put it to use. So&#8230; I decided to create a website with video and written WordPress tutorials.</p>
<p><span id="more-1064"></span></p>
<p>I already have a premium course that goes over <a href="https://bootstrapwp.com">how to build WordPress themes with the Bootstrap framework</a>, so I am going to use HelpWP.com to cover all kinds of other WordPress related questions.</p>
<p>As of now, I have a backlog of tutorial topics that I would like to cover. These are mostly questions that I receive from customers and current theme users. After my backlog of WordPress tutorials have been completed and posted on HelpWP, I will move to other topics.</p>
<p>If you are having an issue with your WordPress theme or have a questions, feel free to submit a <a href="http://helpwp.com/suggest-tutorial/">tutorial suggestion</a> on HelpWP.com.</p>
<p>The end goal would be to create tutorials on how to successfully use WordPress for lead generation. Freelancers, agencies, small business owners, and just about anyone are putting up WordPress websites on a daily basis hoping to find an audience or new customers. The problem is a lot of these sites are terrible.</p>
<p>These sites are just being put up without any testing or research on what the target audience wants and needs. With the tutorials on HelpWP I hope to share what I have learned to create and publish WordPress sites that convert.</p>
<p>That is why you have your business website right?</p>
<p><a href="https://braginteractive.com/wordpress-tutorials-helpwp/">WordPress Tutorials &#8211; HelpWP</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://braginteractive.com/wordpress-tutorials-helpwp/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>MaterialKitWP &#8211; Material Design and Bootstrap WordPress Theme</title>
		<link>https://braginteractive.com/materialkitwp-material-design-and-bootstrap-wordpress-theme/</link>
					<comments>https://braginteractive.com/materialkitwp-material-design-and-bootstrap-wordpress-theme/#respond</comments>
		
		<dc:creator><![CDATA[Brad]]></dc:creator>
		<pubDate>Thu, 01 Sep 2016 22:39:43 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://braginteractive.com/?p=1046</guid>

					<description><![CDATA[<p>Recently, I stumbled across the free UI Kit called Material Kit from the guys over at Creative Tim. I have always liked working with the Bootstrap framework and Material Design has also become pretty popular online. I took the HTML/CSS files and turned in it a free WordPress theme called MaterialKitWP. If you are looking [&#8230;]</p>
<p><a href="https://braginteractive.com/materialkitwp-material-design-and-bootstrap-wordpress-theme/">MaterialKitWP &#8211; Material Design and Bootstrap WordPress Theme</a></p>
]]></description>
										<content:encoded><![CDATA[<p>Recently, I stumbled across the free UI Kit called <a href="http://www.creative-tim.com/product/material-kit-pro/?affiliate_id=88169" target="_blank">Material Kit</a> from the guys over at Creative Tim. I have always liked working with the Bootstrap framework and Material Design has also become pretty popular online.<br />
<span id="more-1046"></span></p>
<p>I took the HTML/CSS files and turned in it a free WordPress theme called MaterialKitWP. If you are looking for a WordPress theme with Material Design elements based off the Bootstrap framework then I think you will really enjoy MaterialKitWP. You can download the theme over at <a href="http://mvpwp.com" target="_blank">MVPWP.com</a> as use it on your next project. </p>
<p>Keep an eye out for the premium version that will include even more functionality, page layouts, and features.  </p>
<p><a href="https://braginteractive.com/materialkitwp-material-design-and-bootstrap-wordpress-theme/">MaterialKitWP &#8211; Material Design and Bootstrap WordPress Theme</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://braginteractive.com/materialkitwp-material-design-and-bootstrap-wordpress-theme/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to build a Material Design WordPress Theme</title>
		<link>https://braginteractive.com/how-to-build-a-material-design-wordpress-theme/</link>
					<comments>https://braginteractive.com/how-to-build-a-material-design-wordpress-theme/#comments</comments>
		
		<dc:creator><![CDATA[Brad]]></dc:creator>
		<pubDate>Mon, 11 Apr 2016 20:18:58 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://braginteractive.com/?p=1039</guid>

					<description><![CDATA[<p>I have built several WordPress themes with the different Material Design libraries and frameworks that are available online. It is fun to integrate these CSS and JS libraries into a WordPress theme and make everything work together nicely.  Normally you can just add the CSS and JS files into the theme, enqueue the scripts and styles, add a [&#8230;]</p>
<p><a href="https://braginteractive.com/how-to-build-a-material-design-wordpress-theme/">How to build a Material Design WordPress Theme</a></p>
]]></description>
										<content:encoded><![CDATA[<p>I have built several WordPress themes with the different Material Design libraries and frameworks that are available online. It is fun to integrate these CSS and JS libraries into a WordPress theme and make everything work together nicely.  Normally you can just add the CSS and JS files into the theme, enqueue the scripts and styles, add a few classes to the WordPress theme files, and you are set. Other times it requires a little more work.</p>
<p><span id="more-1039"></span></p>
<p>If you haven&#8217;t already checked out <a href="http://materialwp.com/" target="_blank">MaterialWP</a> or <a href="http://mdlwp.com/" target="_blank">MDLWP</a>, you should. MaterialWP is actually a theme created with a Bootstrap based framework that has Material Design inspired elements and components.</p>
<p>MDLWP is a WordPress theme based off the Material Design Lite library that Google recently released.</p>
<p>I have even created a website that collects and lists different Material Design based themes and templates over at <a href="http://materialdesignthemes.com" target="_blank">MaterialDesignThemes.com</a>. With all that said, you can see that I have a lot of projects that integrate Material Design into WordPress.</p>
<p>When people download the Material Design WordPress themes I offer, I frequently get questions about how to add or change certain features.</p>
<p>Because of this, I thought it would be a good idea to create some tutorials on how to create a Material Design WordPress theme from scratch. The tutorials are 100% free and you can sign up and watch them over at <a href="http://wpthemecourse.com" target="_blank">WPThemeCourse.com</a>.</p>
<p>The tutorials start with a starter theme over at <a href="http://underscores.me" target="_blank">Underscores.me</a> and takes you through the steps of adding Material Design to your WordPress theme files. The tutorials also cover how I use tools like Gulp, Bower, and Sass to speed up and optimize the theme development process.</p>
<p>If this is something you might be interested in, go check out <a href="http://wpthemecourse.com" target="_blank">WPThemeCourse.com</a> and let me know what you think.</p>
<p><a href="https://braginteractive.com/how-to-build-a-material-design-wordpress-theme/">How to build a Material Design WordPress Theme</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://braginteractive.com/how-to-build-a-material-design-wordpress-theme/feed/</wfw:commentRss>
			<slash:comments>13</slash:comments>
		
		
			</item>
		<item>
		<title>The adventure of building my first Angular app with the WordPress REST API</title>
		<link>https://braginteractive.com/the-adventure-of-building-my-first-angular-app-with-the-wordpress-rest-api/</link>
					<comments>https://braginteractive.com/the-adventure-of-building-my-first-angular-app-with-the-wordpress-rest-api/#comments</comments>
		
		<dc:creator><![CDATA[Brad]]></dc:creator>
		<pubDate>Wed, 16 Dec 2015 23:13:04 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://braginteractive.com/?p=1031</guid>

					<description><![CDATA[<p>Since WordPress announced they will be rolling a REST API into the CMS, I have been very interested in the future of WordPress development. With the release of the new WordPress.com, it is apparent Javascript is going to play a large roll in the future of WordPress development. TL;DR &#8211; I have been playing with [&#8230;]</p>
<p><a href="https://braginteractive.com/the-adventure-of-building-my-first-angular-app-with-the-wordpress-rest-api/">The adventure of building my first Angular app with the WordPress REST API</a></p>
]]></description>
										<content:encoded><![CDATA[<p>Since WordPress announced they will be rolling a <a href="http://wp-api.org/" target="_blank" rel="noopener">REST API</a> into the CMS, I have been very interested in the future of WordPress development. With the release of the <a href="https://developer.wordpress.com/calypso/" target="_blank" rel="noopener">new WordPress.com</a>, it is apparent Javascript is going to play a large roll in the future of WordPress development.</p>
<p><span id="more-1031"></span></p>
<p class="lead">TL;DR &#8211; I have been playing with Angular and created an app that uses the WP REST API. You can download it from GitHub <a href="https://github.com/braginteractive/ngWP" target="_blank" rel="noopener">here</a>. You can also see a demo <a href="http://braginteractive.com/ngwp" target="_blank" rel="noopener">here</a>.</p>
<p>Many of you know, I run a couple WordPress theme shops and a course that teaches <a href="http://bootstrapwp.com" target="_blank" rel="noopener">how to build WordPress themes with Bootstrap</a>. Because of this, I am always interested in the future of WordPress and new opportunities.</p>
<p>The WP Rest API is a game changer for WordPress development. You will no longer need to create themes in order to display WordPress content. You can simply use the API to interact with WordPress to create, read, update, and delete any content you want without even touching the WordPress Dashboard.</p>
<p>It&#8217;s awesome.</p>
<p>For current WordPress theme/plugin developers and myself, it is time to step up your Javascript game! There are already hundreds of articles online that go over &#8220;<a href="http://arc.applause.com/2015/11/06/javascript-is-eating-the-world/" target="_blank" rel="noopener">how Javascript is eating the world</a>&#8221; and if it can be built in JS, it will be. So if you haven&#8217;t already started to learn JS, now is the time.</p>
<h2>Angular</h2>
<p>To get started, I wanted to build an app that uses the WP REST API to pull in my posts and display them. Seems pretty easy right.. Simply do a GET request to a certain URL and iterate through each post. Done.</p>
<p>Yeah, it is that easy if you already know a JS framework or have experience working with JSON data in your language of choice. As a theme dev and FED, I never really picked up this skill set so I hit the Google machine with my millions of questions, since making apps is not that easy for everyone and that&#8217;s why many people get professional services to help them with this, as <a href="https://www.creative.onl/app-development-companies/">a great app development company</a> online which can develop different types of apps.</p>
<p><img decoding="async" class="aligncenter size-full wp-image-1032" src="http://braginteractive.com/wp-content/uploads/2015/12/meme-i-have-no-idea-what-i-am-doing.png" alt="Have no idea what I am doing" width="825" height="526" srcset="https://braginteractive.com/wp-content/uploads/2015/12/meme-i-have-no-idea-what-i-am-doing.png 825w, https://braginteractive.com/wp-content/uploads/2015/12/meme-i-have-no-idea-what-i-am-doing-300x191.png 300w, https://braginteractive.com/wp-content/uploads/2015/12/meme-i-have-no-idea-what-i-am-doing-768x490.png 768w" sizes="(max-width: 825px) 100vw, 825px" /></p>
<p>I had always heard a lot of good things about Angular, so that is where I started. React is also awesome, but I went with Angular since it has been around longer and would in turn have a lot of available information online for beginners like me. Angular 2 is also in beta and is going to be completely different than Angular 1, soooo yeah. As of FED you soon realize you NEVER stop learning. I personally think it is fun.</p>
<p>My learning style kinda sucks&#8230; I can&#8217;t just read/watch how to code something and retain it. I need to reverse engineer things and build things myself over and over. Repetition is key for me, luckily there is a lot of information and examples online, also getting help from a XAM Consulting &#8211; <a href="https://xam.com.au/services/react-app-developers/">react developer sydney</a> can be very helpful.</p>
<p>This means my Google searches were things like &#8220;angular rest example&#8221;, &#8220;angular example apps&#8221;, &#8220;angular rest tutorials&#8221; etc. These searches turned up a ton of great tutorials and articles.</p>
<p>I started reading, following along, coding, and watching everything I could get my hands on. I even paid for some courses including <a href="https://www.udemy.com/courses/" target="_blank" rel="noopener">udemy</a>, <a href="https://www.codeschool.com/paths/javascript" target="_blank" rel="noopener">codeschool</a>, <a href="https://www.pluralsight.com/" target="_blank" rel="noopener">pluralsight</a>, etc. Again, the key for me is repetition and seeing how something is done over and over.</p>
<p>As I moved through the courses, I started to see how people arranged angular code and how things started to fit together. Once I had the basics, I moved onto trying to find some Angular WordPress examples.</p>
<p>This turns up a lot of WordPress themes built with Angular. Which seems kind of useless to me&#8230; I don&#8217;t understand why you would want to continue to build PHP based WordPress themes and localize your JS in order to use Angular? For me, the whole purpose to use the REST API is to get away from PHP based themes and start using other powerful frameworks.. Please correct me if you have different feelings about this.</p>
<p>This brings up the front-end of WordPress. If you currently install WordPress you will automatically have a default theme set. As we move forward, what is going to happen to the people that only want to use the API?</p>
<p>For example, I install WordPress on a server and then just use the API to display my content. In this case, a theme isn&#8217;t needed. What will we do in this case?</p>
<p>Solutions could be:</p>
<ol>
<li>Create a blank theme. A minimal WordPress theme only needs to include a style.css file and index.php. Maybe we just create a simple theme that has nothing in it?</li>
<li>Maybe WordPress adds some sort of flag in the Dashboard to turn on/off the front-end?</li>
<li>Any ideas?</li>
</ol>
<p>Anyway, the reason I want to use the API is to build JS applications and front-ends. Not more traditional PHP based WordPress themes.</p>
<h2>Starting the Build</h2>
<p>After all the courses and tutorials I feel I have enough Angular knowledge and am ready to start building something WordPress related.</p>
<p>Just like with theme development, I like to start off with some bare bones. I normally start with <a href="http://underscores.me/" target="_blank" rel="noopener">underscores.me</a> as the starter theme when creating new WordPress themes. I started searching for some Angular starter projects.</p>
<p>With anything else, there are hundreds of <a href="https://github.com/angular/angular-seed" target="_blank" rel="noopener">Angular seed</a> projects that will get you started. The problem I had with some of these is how they included hundreds of script calls to the different Angular files. Once you start creating a few services, directives, and other Angular related files you start to get a pretty bloated looking index file.</p>
<p>I fell in love and have been using <a href="http://gulpjs.com/" target="_blank" rel="noopener">Gulp</a> for theme development for some time now, so I thought there has to be a better way that people are setting up Angular apps. After hitting the Google machine again, I stumbled across an article on Medium titled <a href="https://medium.com/@dickeyxxx/best-practices-for-building-angular-js-apps-266c1a4a6917#.j2xgk6col" target="_blank" rel="noopener">Best Practices for Building AngularJS Apps</a> by Jeff Dickey (CLI Engineer at Heroku).</p>
<p>This article was exactly what I was looking for in an Angular starter app. In the article he goes over how he sets up a sample Angular app and uses Gulp to concatenate everything into one file.</p>
<p>Great starting point!</p>
<h2>Adding Features</h2>
<p>Once I had the starter app running, it was time to integrate the REST API and starting playing around with different Angular features.</p>
<p>Here, I started reading about the different ways to use Angular services to GET API data. After more reading and Googling, I found <a href="http://toddmotto.com/" target="_blank" rel="noopener">Todd Motto</a>&#8216;s blog and his Angular <a href="https://github.com/toddmotto/angularjs-styleguide" target="_blank" rel="noopener">styleguide</a>. He just so happens to be a Developer Expert at Google and speaks at conferences about Angular. Perfect.</p>
<p>At this point, I started to learn about the best ways to arrange Angular code and best practices. Reading over the styleguide, I started to change my code. One of the biggest changes was cleaning up the controllers and moving the service calls to the ui-router resolve property.</p>
<p>There are a couple ways he explains to arrange Angular code that I couldn&#8217;t get to work correctly, but got as close as I could without breaking the app.</p>
<p>After reading over his blog and styleguide, I also updated my Gulp file to wrap my minified code in an IIFE!</p>
<p>Slowly starting to make this Angular app awesome.</p>
<h3>Bootstrap</h3>
<p>Little did I know, the Angular community has all these awesome modules, directives, and scripts that are available to include in your Angular application. Kind of like plugins in the WordPress community.</p>
<p>Since I have always been a fan of Bootstrap, I decided to include <a href="https://angular-ui.github.io/bootstrap/" target="_blank" rel="noopener">UI Bootstrap</a>. With this included, I started making my app look more like Bootstrap and started playing with the included directives.</p>
<h4>Search Typeahead</h4>
<p>Once UI Bootstrap was included in my project, I thought it would be neat to include the typeahead directive to autocomplete and search the WP REST API. Pretty neat feature, but boy was it challenging to figure out!</p>
<h4>Other Goodies</h4>
<p>If you look over the code you will notice some other features. These include:</p>
<ul>
<li>pagination</li>
<li>page transition animation</li>
<li>loading bar and spinner</li>
<li>ui router nested views</li>
<li>page titles</li>
</ul>
<h2>Now What?</h2>
<p>I posted all the code for this project on GitHub and called it <a href="https://github.com/braginteractive/ngWP" target="_blank" rel="noopener">ngWP</a>. Would love to see/hear how you are using it for your projects. Feel free to submit PRs if you add any features or find any bugs.</p>
<p>Check out the <a href="http://braginteractive.com/ngwp" target="_blank" rel="noopener">demo</a>.</p>
<p>If you are an Angular dev, please point out things that could be optimized or done a better way!</p>
<p>This is just the start of my Angular adventure. Keep an eye out for more and enjoy.</p>
<p><a href="https://braginteractive.com/the-adventure-of-building-my-first-angular-app-with-the-wordpress-rest-api/">The adventure of building my first Angular app with the WordPress REST API</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://braginteractive.com/the-adventure-of-building-my-first-angular-app-with-the-wordpress-rest-api/feed/</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
			</item>
		<item>
		<title>Material Design Lead Generation Theme</title>
		<link>https://braginteractive.com/material-design-lead-generation-theme/</link>
					<comments>https://braginteractive.com/material-design-lead-generation-theme/#comments</comments>
		
		<dc:creator><![CDATA[Brad]]></dc:creator>
		<pubDate>Wed, 21 Oct 2015 19:40:10 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[material design]]></category>
		<guid isPermaLink="false">http://braginteractive.com/?p=1020</guid>

					<description><![CDATA[<p>Recently, I have been doing a lot of Fort Worth internet marketing to help drive online traffic to local business owners websites. When I start new campaigns, I generally choose one of the many leadpages alternatives and setup some landing pages to help convert online traffic into business leads.  These pages are normally on the clients domain name, but I [&#8230;]</p>
<p><a href="https://braginteractive.com/material-design-lead-generation-theme/">Material Design Lead Generation Theme</a></p>
]]></description>
										<content:encoded><![CDATA[<p>Recently, I have been doing a lot of <a href="http://braginteractive.com/fort-worth-internet-marketing/">Fort Worth internet marketing</a> to help drive online traffic to local business owners websites. When I start new campaigns, I generally choose one of the many <a href="https://twohourblogger.com/leadpages-alternatives/">leadpages alternatives</a> and setup some landing pages to help convert online traffic into business leads.  These pages are normally on the clients domain name, but I also setup little microsites around the business niche.</p>
<p>I use these small websites to target different keywords and take up more real estate in the search engine results.</p>
<p><span id="more-1020"></span></p>
<p>Normally, I use existing WordPress themes to quickly get these sites up and running. Since I launched <a href="http://braginteractive.com/material-design-lite-wordpress-theme/">MDLWP</a> with the new <a href="http://www.getmdl.io/" target="_blank" rel="noopener">Material Design framework</a> from Google, I thought it would be nice to make my own lead generation theme.</p>
<p>This theme is actually just a clone of MDLWP with a new homepage layout. Here is a screenshot of the homepage:</p>
<p><img decoding="async" class="aligncenter size-full wp-image-1022" src="http://braginteractive.com/wp-content/uploads/2015/10/material-design-lead-theme.jpg" alt="Material Design Lead Theme" width="1600" height="2808" srcset="https://braginteractive.com/wp-content/uploads/2015/10/material-design-lead-theme.jpg 1600w, https://braginteractive.com/wp-content/uploads/2015/10/material-design-lead-theme-171x300.jpg 171w, https://braginteractive.com/wp-content/uploads/2015/10/material-design-lead-theme-583x1024.jpg 583w" sizes="(max-width: 1600px) 100vw, 1600px" /></p>
<p>The theme includes all the features and components you would expect in a lead generation landing page. Some of these elements include:</p>
<ul>
<li>large phone number in header</li>
<li>banner with call to action</li>
<li>simple lead generation form</li>
<li>content areas to call out different services</li>
<li>testimonials</li>
<li>bottom call to action</li>
<li>footer contact details</li>
</ul>
<p>Again, this is a pretty standard lead generation landing page that is fully responsive and ready for any type of traffic. It is also important to note that the theme is just a start. It should be A/B tested to increase the conversion rates.</p>
<p>As of now, this WordPress theme is just a personal project that I will use for clients. If there is enough interest, I may package it up for general use.</p>
<p>Let me know in the comments section below your thoughts on the theme. What elements would you add/remove? What changes would you make?</p>
<p><a href="https://braginteractive.com/material-design-lead-generation-theme/">Material Design Lead Generation Theme</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://braginteractive.com/material-design-lead-generation-theme/feed/</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
			</item>
		<item>
		<title>Fort Worth SEO Services Design</title>
		<link>https://braginteractive.com/fort-worth-seo-services-design/</link>
					<comments>https://braginteractive.com/fort-worth-seo-services-design/#respond</comments>
		
		<dc:creator><![CDATA[Brad]]></dc:creator>
		<pubDate>Mon, 21 Sep 2015 20:45:40 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Fort Worth]]></category>
		<category><![CDATA[SEO]]></category>
		<guid isPermaLink="false">http://braginteractive.com/?p=978</guid>

					<description><![CDATA[<p>I recently decided to revamp Fort Worth SEO Services with a new design. The design is actually based off the Material Design Lite WordPress theme I developed a few months back. Check it out! Looking over the site you will notice a lot of the Material Design elements used throughout the layout. The drawer menu [&#8230;]</p>
<p><a href="https://braginteractive.com/fort-worth-seo-services-design/">Fort Worth SEO Services Design</a></p>
]]></description>
										<content:encoded><![CDATA[<p>I recently decided to revamp <a href="http://fortworthseoservices.com" target="_blank" rel="noopener">Fort Worth SEO Services</a> with a new design. The design is actually based off the <a href="http://braginteractive.com/material-design-lite-wordpress-theme/" target="_blank" rel="noopener">Material Design Lite WordPress theme</a> I developed a few months back. Check it out!<br />
<span id="more-978"></span></p>
<p>Looking over the site you will notice a lot of the Material Design elements used throughout the layout. The drawer menu that is located at top right of the fixed menu along with the form elements provide some fun user interactions.</p>
<p>Keep checking back to see the new pages as I build out the site. Fort Worth SEO Services WILL be the leading SEO company in the Fort Worth area. These SEO services will help local business owners drive more traffic to their website and convert those visitors into new customers. <a href="https://victoriousseo.com/markets/enterprise-seo/">See this page</a> to get all the details!</p>
<p><strong>SEO is Good fоr Buѕіnеѕѕ Visibility and Branding</strong><br />
When реорlе ѕеаrсh for your products аnd ѕеrvісеѕ, уоu оbvіоuѕlу want tо appear as high іn thе ѕеаrсh engine rаnkіngѕ аѕ роѕѕіblе, but the rеаѕоnѕ fоr this аrе mоrе thаn just bесаuѕе уоu want thеm tо сlісk thrоugh to уоur website. In fасt, there іѕ a сеrtаіn аmоunt оf vаluе іn ѕіmрlу арреаrіng in search rеѕultѕ fоr tеrmѕ directly rеlаtеd tо уоur buѕіnеѕѕ. Fоr instance, mоѕt ѕеаrсhеrѕ don’t juѕt simply ѕеаrсh оnсе, click оn ѕоmе wеbѕіtеѕ, аnd bе done wіth it. Inѕtеаd, thеу ѕеаrсh, сlісk on ѕоmе wеbѕіtеѕ, edit thеіr ѕеаrсh tеrmѕ, ѕеаrсh аgаіn, сlісk оn ѕоmе websites, further hone thеіr search tеrmѕ, search аgаіn, аnd ѕо оn. If you want to have network security for your business and avoid cyber attacks visit <a href="https://www.fortinet.com/products/fortisoar">https://www.fortinet.com/products/fortisoar</a>.</p>
<p><a href="https://braginteractive.com/fort-worth-seo-services-design/">Fort Worth SEO Services Design</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://braginteractive.com/fort-worth-seo-services-design/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
