Linux Root

 

List of items and folders on the root of a typical Linux build:

bin
boot
dev
etc
home
lib
lib64
media
mnt
opt
proc
root
run
sbin
srv
sys
tmp
usr
var

 

Explanation of each item/folder:

bin: Contains executable binaries that are essential for basic system functionality.
boot: Contains boot loader files and the Linux kernel.
dev: Contains device files that represent hardware devices connected to the system.
etc: Contains configuration files for the system and installed applications.
home: Contains home directories for users.
lib: Contains shared library files that are required by programs in /bin and /sbin.
lib64: Contains 64-bit shared library files (if applicable).
media: Mount point for removable media such as USB drives and CDs/DVDs.
mnt: Mount point for temporary file systems or file systems mounted manually by the user.
opt: Optional software packages installed on the system.
proc: A virtual file system that provides process and system information.
root: Home directory for the root user.
run: Contains runtime data for system services.
sbin: Contains executable binaries for system administration tasks.
srv: Contains data for services provided by the system.
sys: A virtual file system that provides information about the system's hardware devices.
tmp: Contains temporary files created by applications or the system.
usr: Contains secondary hierarchy of executable binaries, libraries, and shared data used by system applications.
var: Contains variable data files for the system and installed applications.

Acronyms - Hosting

app – Application Server (non-web)
sql – Database Server
ftp – SFTP server
mta – Mail Server
dns – Name Server
cfg – Configuration Management (puppet/ansible/etc.)
mon – Monitoring Server (nagios, sensu, etc.)
prx – Proxy/Load Balancer (software)
ssh – SSH Jump/Bastion Host
sto – Storage Server
vcs – Version Control Software Server (Git/SVN/CVS/etc.)
vmm – Virtual Machine Manager
web – Web Server
ssl = Secure Socket Layer

Virtual Worlds

 
Second Life
Minecraft
IMVU
Decentralized Land
Metaverse
The Sandbox
World of Warcraft
Upland
OVR
  Similarly to Upland, OVR is mapped to the physical world

Data Processing

Data Processing
1) Clean and Organize Folder Contents
2) Copy Folder to Local Archive (proper names, with spaces)
3) Delete Duplicates, Delete Sensitive Info, Delete Blurs
4) Process for Image Sizes 1366px.
5) Process for File Names (lower case, no spaces)
6) Move Folder to OneDrive
7) Zip folder, upload to Website, unzip folder.
8) Make Article Page. (optional: make menu)

 

sort
select
save

hyphen- vs. underscore_

The short answer is that you should use a hyphen for your SEO URLs. Google treats a hyphen as a word separator, but does not treat an underscore that way. Google treats and underscore as a word joiner — so red_sneakers is the same as redsneakers to Google.

Knowledge Base

At bSundry Technologies, we understand the importance of staying informed and up-to-date on the latest trends and best practices in website design, development, and online marketing for small businesses. That's why we've developed a comprehensive knowledge base as a valuable resource for our clients.

bsundry knowledgebase graphic1

Our knowledge base is organized into various sections, each focusing on a specific aspect of website design and development or online marketing. This structure allows users to easily navigate the content and find the information they need to solve their challenges and improve their online presence. Furthermore, our knowledge base is continuously updated to ensure it remains relevant and provides the most current information available.

Here are five sample sections related to website design and development:

  • Section 1: Fundamentals of Effective Website Design for Small Businesses
  • Section 2: Responsive Web Design: Creating Mobile-Friendly Websites
  • Section 3: Understanding User Experience (UX) and Its Impact on Website Performance
  • Section 4: Essential Website Elements Every Small Business Should Include
  • Section 5: Enhancing Website Security and Data Protection

And here are five sample sections related to online marketing and SEO:

  • Section 6: Crafting a Winning Online Marketing Strategy for Small Businesses
  • Section 7: Mastering Social Media Marketing: Tips and Best Practices
  • Section 8: The Importance of Search Engine Optimization (SEO) for Small Businesses
  • Section 9: Leveraging Email Marketing to Engage and Retain Customers
  • Section 10: Measuring and Analyzing Your Online Marketing Efforts

Most tech support issues can be resolved by consulting our knowledge base, which provides step-by-step instructions, troubleshooting tips, and expert advice to help users tackle their challenges. By performing a quick search, users can access the information they need without having to wait for a response from a support team member.

In addition to serving as a helpful resource for our clients, our knowledge base also plays a crucial role in the development of AI technologies. By indexing the information contained within the knowledge base, AI systems can be trained to understand and respond to user questions more effectively. This enables AI-powered support services to provide users with accurate, relevant answers in real time.

At bSundry Technologies, we take a business-casual approach to our consulting services. We believe that by offering a soft sell and focusing on providing value to our clients, we can build long-lasting relationships and contribute to the success of small businesses. Our comprehensive knowledge base is just one example of how we strive to empower small business owners with the tools and resources they need to excel in the digital world.

bsundry knowledgebase graphic2

In conclusion, bSundry Technologies' knowledge base is an invaluable resource for small business owners looking to improve their websites, develop effective online marketing strategies, and troubleshoot any technical issues they may encounter. With its extensive range of topics and continuously updated content, our knowledge base is a testament to our commitment to helping small businesses succeed online. If you're a small business owner seeking guidance and support in website design, development, and online marketing, consider partnering with bSundry Technologies – a trusted provider of technology consulting services.

#L1, #OnlineMarketing

Bootstrap

Bootstrap Basics

This is a basic Bootstrap template with some common classes.

Heading 2

This is a paragraph with some text.

Heading 3

This is another paragraph with some more text.


Heading 4

This is a third paragraph with some more text.

Heading 5

This is a fourth paragraph with some more text.

Marketing URLs (UTM)

 

https://domain.com/page.html?&utm_source=SOURCE&utm_medium=MEDIUM&utm_campaign=CAMPAIGN&utm_content=CONTENT

Source
utm_source
Use campaign source (utm_source) to identify the source of your campaign.

Medium
utm_medium
Use utm_medium to identify a medium such as retargeting or brand awareness.

Name
utm_campaign
Use utm_campaign to identify a specific promotion or campaign.

Content
utm_content
Use utm_content to differentiate the type of ad, for example differentiating your static vs dynamic ads.

&utm_source=clipboard
&utm_medium=text
&utm_campaign=social_sharing
&utm_content=

http://adroll.com/?utm_source=adroll&utm_medium=retargeting&utm_campaign=spring_promotion&utm_content=static

DNS Configurations & Email Records

FOR EACH ZONE
 
DNS
dns.webagenthost.com
dns.ourdedicatedserver.com
 
SPF
spf with inc srvrnet
include:secureserver.net
v=spf1 include:secureserver.net -all
include:shopifyemail.com
include:shopifyemail.com
 
DKIM
ip-107-180-101-108.ip.secureserver.net.
PTR
108.101.180.107.in-addr.arpa.
 
DMARC
This email address is being protected from spambots. You need JavaScript enabled to view it.
 
 
 
dns.webagenthost.com
dns.ourdedicatedserver.com
dns.lonkyhost.com
dns.histologics.net

Linux Terminal Code

 
sudo cp -r ~/Transfers/ZendFramework-1.11.4-minimal/library/Zend/* ~/public_html/cmsk.dev/library/
 
sudo gedit helloWorld.txt
sudo nano helloWorld.txt

#Cmd

Linux Terminal Code

 
sudo cp -r ~/Transfers/ZendFramework-1.11.4-minimal/library/Zend/* ~/public_html/cmsk.dev/library/
 
sudo gedit helloWorld.txt
sudo nano helloWorld.txt

Coding Sites

edX
Coursera
Udacity
Lynda
Tuts+
Udemy
codecademy

make more code

display flex boxex, flex sets
copy-paste code sets: html, css, legend
rounded corners, transparency, text stroke, text shadows

more code for page coding

pgHrtz
pgHrtz
pgHrtz
pgHrtz
pgHrtz
pgSpans
pgSpans
pgHrtz
pgHrtz
pgHrtz
pgHrtz
pgHrtz

#CodeBlock

display code in html




<div class="odsCodeExmpl">
<div>pre -- make a nice padded box</div>
<div>xmp -- allows html code display</div>
<div>code -- extra or usless</div>
<div>input -- displays code, only one line</div>
<div>blockquote -- indent, italic</div>
<div>listing -- no result</div>
<div>plaintext -- do not use, crashes on use</div>
</div>



#CodeBlock

link hover

Read more …link hover

Video, YouTube, Scale, Scalable

fluid yt videos in frame
 

Read more …Video, YouTube, Scale, Scalable

Excel Sheet Importage


=IMPORTRANGE("https://docs.google.com/spreadsheets/d/1KKbUpc7KbwT5tgtQqmwh9qa4HcDxMagEXp1IU4GgBpM/edit#gid=1524671690", "Money Wrkg!B3:C7")

goole site verification


<a href="https://bsundry.com/google43da2ce993304eae.html" target="_blank">google43da2ce993304eae.html</a>

meta refresh



<meta HTTP-EQUIV="Refresh" CONTENT="0;URL=1.html"> 

<html>
<head>
<title>0</title>
<meta HTTP-EQUIV="Refresh" CONTENT="0;URL=1.html"> 
</head>
<body>
0
</body>
</html>



audio play button



<div class="audioWrap">
<audio class="sndsnd" src="/userdata/audio/rrssoundbyte.mp3" type="audio/mpeg" id="rrssoundbyte"></audio>
    <button class="sndbtn fa fa-play" onclick="document.getElementById('rrssoundbyte').play()">rrssoundbyte</button>
</div>

make copy button


make copy button


<style>
input[type="text"]:focus {
    background: limegreen;
    background-color: limegreen;
    border-color: darkgreen;
}

</style>

<script type="text/javascript">
	function myFunctionA() {
	var copyTextA = document.getElementById("mineAInput");
	copyTextA.select();
	document.execCommand("copy");
}
</script>


Fonts


<link href="https://fonts.googleapis.com/css?family=Droid+Sans+Mono|Droid+Sans:400,700|Droid+Serif:400,400i,700,700i" rel="stylesheet" />

font-family: 'Droid Sans', sans-serif;
font-family: 'Droid Serif', serif;
font-family: 'Droid Sans Mono', monospace;

PDF Embed


<embed type="application/pdf" src="/userdata/enterprises/Grade8/jeremy-grade8Qi-blackboard.pdf" width="600" height="1000" alt="pdf"></embed>

<iframe src="http://docs.google.com/gview?url=http://jeremyhormann.com/userdata/enterprises/Grade8/jeremy-grade8Qi-blackboard.pdf&amp;embedded=true" style="width: 600px; height: 1000px;" frameborder="0" width="600px" height="1000px"></iframe>

product page 121

openintextopenintextopenintextopenintextopenintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext

Read more …product page 121

product page 121 (2)

openintextopenintextopenintextopenintextopenintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext openintext

Read more …product page 121 (2)

fieldset and legend


<style type="text/css">.xxWrap { display:flex; flex-flow:row wrap; justify-content:space-around; }
		.xxEach {  }
		.xxFieldset { margin:10px; width:100px; border:1px dashed blue; padding:10px; }
		.xxLegend { border: 1px solid blue; border-radius:10px; padding:5px 10px; } 
		.xxContent { text-align:center; }</style>
<div class="xxWrap">
<div class="xxEach"><fieldset class="xxFieldset"><legend class="xxLegend">Legend</legend>
<div class="xxContent">CONTENT</div>
</fieldset></div>
</div>

Read more …fieldset and legend

Divs with Wraps


<!-- --* STYLE --* -->
<style type="text/css">

.--Wrap1 { margin:8px; padding:8px; border:1px solid yellow;
	display:flex; flex-flow:column; justify-content: space-around; 
	align-items: center; align-content: space-around; }
.--Divs1 { border:1px solid blue; width:250px; }
.--Wrap2 { margin:8px; padding:8px; border:1px solid yellow; 
	display:flex; flex-flow:wrap; justify-content: space-around; 
	align-items: center; align-content: space-around; }
.--Divs2 { border:1px solid blue; width:250px; }
.--Wrap3 { margin:8px; padding:8px; border:1px solid yellow; 
	display:flex; flex-flow:wrap; justify-content: space-around; 
	align-items: center; align-content: space-around; }
.--Divs3 { border:1px solid blue; width:250px; }

</style>
<div class="--Wrap1">
<div class="--Divs1">CONTENT</div>
</div>
<div class="--Wrap2">
<div class="--Divs2">CONTENT</div>
<div class="--Divs2">CONTENT</div>
</div>
<div class="--Wrap3">
<div class="--Divs3">CONTENT</div>
<div class="--Divs3">CONTENT</div>
<div class="--Divs3">CONTENT</div>
</div>
<div class="--Wrap1">
<div class="--Divs1">CONTENT</div>
<div class="--Divs1">CONTENT</div>
<div class="--Divs1">CONTENT</div>
<div class="--Divs1">CONTENT</div>
</div>

Fieldset Legend with CSS


<!-- --* STYLE --* -->
<style type="text/css">

.--Wrap { display:flex; flex-flow:row wrap; justify-content:space-around; }
.--Each {  }
.--Fieldset { margin:10px; width:100px; border:1px dashed blue; padding:10px; }
.--Legend { border: 1px solid blue; border-radius:10px; padding:5px 10px; } 
.--Content { text-align:center; }

</style>
<div class="--Wrap">
<div class="--Each"><fieldset class="--Fieldset"><legend class="--Legend">Legend</legend>
<div class="--Content">CONTENT</div>
</fieldset></div>
</div>

BST Code - Flex

CONTENT
CONTENT
CONTENT
CONTENT
CONTENT
CONTENT
CONTENT
CONTENT
CONTENT
CONTENT

BST Code - Flex2

Order here

The Product Title
Incudes Stuff - Lorem ipsum dolor sit amet
Only $100
imageAlt
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consectetur porttitor justo non cursus. Etiam consequat faucibus purus. Nulla non feugiat ex. Phasellus porta arcu sed blandit placerat. Mauris molestie lorem lacus, non finibus felis lacinia at. Pellentesque laoreet vitae ligula vel fringilla. Curabitur id convallis odio, ut blandit ante. Suspendisse eu orci at ante egestas consectetur at eu augue. Praesent non tempor purus. Aenean bibendum pharetra metus vehicula convallis. Quisque iaculis vel turpis dignissim gravida. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam aliquam nunc ex. Mauris vel cursus ligula.

css div flex notes

NOT USED
flex: none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ], SHORTHAND 
flex-grow: <number>; /* default 0 *
flex-shrink: <number>; /* default 1 *
flex-basis: <length> | auto; /* default auto *
 
By default, flex items will all try to fit onto one line.
display: flex(block); /* or inline-flex *
flex-flow: <‘flex-direction’> || <‘flex-wrap’> Default is row nowrap, SHORTHAND 
flex-direction: row | row-reverse | column | column-reverse;
flex-wrap: nowrap | wrap | wrap-reverse; wrap: multi-line / left to right
 
order: <integer>;
justify-content: flex-start | flex-end | center | space-between | space-around; -- horizontal, main axis,
align-items: flex-start | flex-end | center | baseline | stretch; -- vertical, cross axis
align-content: flex-start | flex-end | center | space-between | space-around | stretch; -- vertical, cross axis
align-self: auto | flex-start | flex-end | center | baseline | stretch; see align-items, individual override
 
text-align: center;
 

div flex


display:flex; flex-flow:row wrap; justify-content:space-around;

<div class="odsCodeWrap">
<div class="odsCodeDiv">
<pre class="odsCodePre"><xmp class="odsCodeXmp">
<style type="text/css">/*
NOT USED
flex: none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ], SHORTHAND 
flex-grow: <number>; /* default 0 *
flex-shrink: <number>; /* default 1 *
flex-basis: <length> | auto; /* default auto *

By default, flex items will all try to fit onto one line.
display: flex(block); /* or inline-flex *
flex-flow: <‘flex-direction’> || <‘flex-wrap’> Default is row nowrap, SHORTHAND 
flex-direction: row | row-reverse | column | column-reverse;
flex-wrap: nowrap | wrap | wrap-reverse; wrap: multi-line / left to right

order: <integer>;
justify-content: flex-start | flex-end | center | space-between | space-around; -- horizontal, main axis,
align-items: flex-start | flex-end | center | baseline | stretch; -- vertical, cross axis
align-content: flex-start | flex-end | center | space-between | space-around | stretch; -- vertical, cross axis
align-self: auto | flex-start | flex-end | center | baseline | stretch; see align-items, individual override

text-align: center;

*/
.container1 {display:flex; margin:auto; flex-flow:row wrap; border:2px solid red; padding:20px;
justify-content: space-around; align-items: center; align-content: space-around;}
.items1 {border:2px solid blue; width:100px; height:100px;}
.container2 {}
.items2 {}
.container3 {}
.items3 {}</style>
<div class="container1">
<div class="items1"></div>
<div class="items1"></div>
<div class="items1"></div>
<div class="items1"></div>
<div class="items1"></div>
<div class="items1"></div>
<div class="items1"></div>
</div>
<div><a href="ttp://flexbox.help/" target="_blank" rel="noopener">http://flexbox.help/</a><br /> <a href="http://www.w3schools.com/css/css3_flexbox.asp" target="_blank" rel="noopener">http://www.w3schools.com/css/css3_flexbox.asp</a><br /> <a href="https://css-tricks.com/snippets/css/a-guide-to-flexbox/" target="_blank" rel="noopener">https://css-tricks.com/snippets/css/a-guide-to-flexbox/</a></div>
CONTENT
CONTENT
CONTENT
CONTENT
CONTENT
CONTENT
CONTENT
CONTENT
CONTENT
CONTENT

Emoji Square Colors

🟨 Yellow Square
🟩 Green Square
🟦 Blue Square
🟪 Purple Square
🟥 Red Square
🟧 Orange Square
🟫 Brown Square
⬛ Black Square
⬜ White Square
🛡 Grey Shield

Arrows, Stars, Blocks

████ ██ ██ ████████ ▓▒ ▓▒ ▓▒ ▓▒ ▓▒ ▓▒ ▓▒ ▓▒ ◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘ ▄▄▄▄▄▄▄▄▄▄▄▄▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ★ ☆ ★ ☆ ★ ☆ ★ ☆ ★ ☆ ★ ☆ ★ * ★ * ★ * ★ * ★ * ★ * ★ * ★ ★ ✺ ★ ✺ ★ ✺ ★ ✺ ★ ✺ ★ ✺ ★ ❖ ❖ ❖ ❖ ❖ ❖ ❖ ❖ ❖ ❖ ❖ ❖ ❖ ☀ ✪ ☀ ✪ ☀ ✪ ☀ ✪ ☀ ✪ ☀ ✦ ◆ ◇ ◆ ◇ ◆ ◇ ◆ ◇ ◆ ◇ ◆ ◇ ◆ ◇ ✦ 。 ✦ 。 ✦ 。 ✦ 。 ✦ 。 ✦ 。 ✦ 。 ✦ 。 ✦ ☢ ☢ ☢ ☢ ☢ ☢ ☢ ☢ ☢ ☢ ☢ ☢ ☢ 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。 ☻ ☻ ☻ ☻ ☻ ☻ ☻ ☻ ☻ ☻ ☻ ☻ ☻ ☻ ☻ ~~ ♥ ~~ ? ☎ ☙ ☂ ◾ ? ? ? e? ? ☎ ️ s ◆◆ ♞ ♚ ♠ ♥ ☘ ◊ ??C ??OC ?? ✔ ✔ ✔ ☑ ☑ ☑ #❶ #❶ #❶ #❶ ? ? ? ? ? ☛ ☛ ☛ ☛ ☛ ☛ ☛ ☛ ☛ ☛ ►► ►► ►► ►► ►► ►► ►► ➜ ➜ ➜ ➜ ➜ ➜ ➜ ➜ ➜ ➜ ➜ ➜ ➜ ➜ ─► ─► ─► ─► ─► ─► ─► ─► ─ ➥➥ ➥➥ ➥➥ ➥➥ ➥➥ ➥➥ ➥➥ ➤ ➤ ➤ ➤ ➤ ➤ ➤ ➤ ➤ ➤ ➤ ►➤►➤►➤►➤►➤►➤►➤►➤►➤►➤►➤►➤►➤►➤►➤►➤►➤►➤►➤

Emoticons

Languages

A | a | À | à | Á | á |  | â | à | ã | ã | Ä | ä | Å | å | Æ | æ | ª | B | b | C | c | Ç | ç | D | d | E | e | È | è | É | é | Ê | ê | Ë | ë | F | f | ƒ | G | g | H | h | I | i | Ì | ì | Í | í | Î | î | Ï | ï | J | j | K | k | L | l | M | m | N | n | Ñ | ñ | O | o | Ò | ò | Ó | ó | Ô | ô | Õ | õ | Ö | ö | Ø | ø | P | p | Q | q | R | r | S | s | Š | š | ß | T | t | U | u | Ù | ù | Ú | ú | Û | û | Ü | ü | Ü | ü | V | v | W | w | X | x | Y | y | Ÿ | ÿ | Ý | ý | Z | z | Ž | ž | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | ¼ | ½ | ¾ | ¹ | ² | ³ | ° | | ! | ¡ | # | & | * | , | - | . | ~ | / | | | : | ? | ¿ | @ | ( | ) | [ | ] | { | } | | | ¦ | • | – | — | _ | ™ | © | ® | $ | € | ¢ | £ | ¤ | ¥ | ' | " | ‘ | ’ | “ | ” | ` | ´ | ˜ | ^ | ˆ | ‹ | › | « | » | < | > | % | = | + | × | ÷ | ± | ‚ | „ | … | † | ‡ | ‰ | Œ | œ | § | ¨ | ¬ | µ | ¶ | · | ¸ | º | Ð | Þ | ð | þ | n


Dingbats

☀ | ☁ | ☂ | ☃ | ☄ | ★ | ☆ | ☇ | ☈ | ☉ | ☊ | ☋ | ☌ | ☍ | ☎ | ☏ | ☐ | ☑ | ☒ | ☓ | ☔ | ☕ | ☖ | ☗ | ☘ | ☙ | ☚ | ☛ | ☜ | ☝ | ☞ | ☟ | ☠ | ☡ | ☢ | ☣ | ☤ | ☥ | ☦ | ☧ | ☨ | ☩ | ☪ | ☫ | ☬ | ☭ | ☮ | ☯ | ☰ | ☱ | ☲ | ☳ | ☴ | ☵ | ☶ | ☷ | ☸ | ☹ | ☺ | ☻ | ☼ | ☽ | ☾ | ☿ | ♀ | ♁ | ♂ | ♃ | ♄ | ♅ | ♆ | ♇ | ♈ | ♉ | ♊ | ♋ | ♌ | ♍ | ♎ | ♏ | ♐ | ♑ | ♒ | ♓ | ♔ | ♕ | ♖ | ♗ | ♘ | ♙ | ♚ | ♛ | ♜ | ♝ | ♞ | ♟ | ♠ | ♡ | ♢ | ♣ | ♤ | ♥ | ♦ | ♧ | ♨ | ♩ | ♪ | ♫ | ♬ | ♭ | ♮ | ♯ | ♰ | ♱ | ✁ | ✂ | ✃ | ✄ | ✅ | ✆ | ✇ | ✈ | ✉ | ✊ | ✋ | ✌ | ✍ | ✎ | ✏ | ✐ | ✑ | ✒ | ✓ | ✔ | ✕ | ✖ | ✗ | ✘ | ✙ | ✚ | ✛ | ✜ | ✝ | ✞ | ✟ | ✠ | ✡ | ✢ | ✣ | ✤ | ✥ | ✦ | ✧ | ✨ | ✩ | ✪ | ✫ | ✬ | ✭ | ✮ | ✯ | ✰ | ✱ | ✲ | ✳ | ✴ | ✵ | ✶ | ✷ | ✸ | ✹ | ✺ | ✻ | ✼ | ✽ | ✾ | ✿ | ❀ | ❁ | ❂ | ❃ | ❄ | ❅ | ❆ | ❇ | ❈ | ❉ | ❊ | ❋ | ❌ | ❍ | ❎ | ❏ | ❐ | ❑ | ❒ | ❓ | ❔ | ❕ | ❖ | ❗ | ❘ | ❙ | ❚ | ❛ | ❜ | ❝ | ❞ | ❟ | ❠ | ❡ | ❢ | ❣ | ❤ | ❥ | ❦ | ❧ | ❨ | ❩ | ❪ | ❫ | ❬ | ❭ | ❮ | ❯ | ❰ | ❱ | ❲ | ❳ | ❴ | ❵ | ❶ | ❷ | ❸ | ❹ | ❺ | ❻ | ❼ | ❽ | ❾ | ❿ | ➀ | ➁ | ➂ | ➃ | ➄ | ➅ | ➆ | ➇ | ➈ | ➉ | ➊ | ➋ | ➌ | ➍ | ➎ | ➏ | ➐ | ➑ | ➒ | ➓ | ➔ | ➕ | ➖ | ➗ | ➘ | ➙ | ➚ | ➛ | ➜ | ➝ | ➞ | ➟ | ➠ | ➡ | ➢ | ➣ | ➤ | ➥ | ➦ | ➧ | ➨ | ➩ | ➪ | ➫ | ➬ | ➭ | ➮ | ➯ | ➰ | ➱ | ➲ | ➳ | ➴ | ➵ | ➶ | ➷ | ➸ | ➹ | ➺ | ➻ | ➼ | ➽ | ➾ |


Emoticons

? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | S


Pictographs

? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | I


Currency

¤ | $ |¢ | £ | ¥ | ₣ | ₤ | ₧ | € | ₹ | ₩ | ₴ | ₯ | ₮ | ₰ | ₲ | ₱ | ₳ | ₵ | ₭ | ₪ | ₫ | % | ‰ |


Punctuation

“ | ” | ! | " | # | — | & | ' | ) | * | , | - | . | / | : | ? | @ | [ | \ | ] | ^ | _ | { | | | } | ~ | ‚ | „ | … | ‡ | ‹ | ‘ | ’ | • | ™ | ― | › | | ¡ | ¦ | © | ª | « | ¬ | ® | ° | ² | ³ | µ | ¶ | · | ¹ | º | » | ¿ | ℅ | ¿ | ‼ |


Arrows

← | ↑ | → | ↓ | ↔ | ↕ | ↖ | ↗ | ↘ | ↙ | ↚ | ↛ | ↜ | ↝ | ↞ | ↟ | ↠ | ↡ | ↢ | ↣ | ↤ | ↥ | ↦ | ↧ | ↨ | ↩ | ↪ | ↫ | ↬ | ↭ | ↮ | ↯ | ↰ | ↱ | ↲ | ↳ | ↴ | ↵ | ↶ | ↷ | ↸ | ↹ | ↺ | ↻ | ↼ | ↽ | ↾ | ↿ | ⇀ | ⇁ | ⇂ | ⇃ | ⇄ | ⇅ | ⇆ | ⇇ | ⇈ | ⇉ | ⇊ | ⇋ | ⇌ | ⇍ | ⇎ | ⇏ | ⇐ | ⇑ | ⇒ | ⇓ | ⇔ | ⇕ | ⇖ | ⇗ | ⇘ | ⇙ | ⇚ | ⇛ | ⇜ | ⇝ | ⇞ | ⇟ | ⇠ | ⇡ | ⇢ | ⇣ | ⇤ | ⇥ | ⇦ | ⇧ | ⇨ | ⇩ | ⇪ | ⇫ | ⇬ | ⇭ | ⇮ | ⇯ | ⇰ | ❬ | ❭ | ❮ | ❯ | ❰ | ❱ | ➘ | ➙ | ➚ | ➛ | ➜ | ➝ | ➞ | ➟ | ➠ | ➡ | ➢ | ➣ | ➤ | ➥ | ➦ | ➧ | ➨ | ➩ | ➪ | ➫ | ➬ | ➭ | ➮ | ➯ | ➰ | ➱ | ➲ | ➳ | ➴ | ➵ | ➶ | ➷ | ➸ | ➹ | ➺ | ➻ | ➼ | ➽ | ➾ | ➿ | ⟀ | ⤴ | ⤵ | ⤶ | ⤷ | ⤸ | ⤹ | ← | ↑ | → | ↓ |


Math & Science

− | + | ± | × | ÷ | % | ‰ | = | ≠ | ≈ | ≡ | < | > | ≤ | ≥ | ∞ | ⅛ | ¼ | ⅜ | ½ | ⅝ | ¾ | ⅞ | ∫ | ∂ | ∆ | ∏ | ∑ | √ | ∟ | ∩ | ∙ | ƒ | ⁄ |


Numbers

0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | ⅐ | ⅑ | ⅒ | ⅓ | ⅔ | ⅕ | ⅖ | ⅗ | ⅘ | ⅙ | ⅚ | ⅛ | ⅜ | ⅝ | ⅞ | ⅟ | Ⅰ | Ⅱ | Ⅲ | Ⅳ | Ⅴ | Ⅵ | Ⅶ | Ⅷ | Ⅸ | Ⅹ | Ⅺ | Ⅻ | Ⅼ | Ⅽ | Ⅾ | Ⅿ | ⅰ | ⅱ | ⅲ | ⅳ | ⅴ | ⅵ | ⅶ | ⅷ | ⅸ | ⅹ | ⅺ | ⅻ | ⅼ | ⅽ | ⅾ | ⅿ | ↀ | ↁ | ↂ | Ↄ | ↄ | ↅ | ↆ | ↇ | ↈ | ↉ | ① | ② | ③ | ④ | ⑤ | ⑥ | ⑦ | ⑧ | ⑨ | ⑩ | ⑪ | ⑫ | ⑬ | ⑭ | ⑮ | ⑯ | ⑰ | ⑱ | ⑲ | ⑳ | ⑴ | ⑵ | ⑶ | ⑷ | ⑸ | ⑹ | ⑺ | ⑻ | ⑼ | ⑽ | ⑾ | ⑿ | ⒀ | ⒁ | ⒂ | ⒃ | ⒄ | ⒅ | ⒆ | ⒇ | ⒈ | ⒉ | ⒊ | ⒋ | ⒌ | ⒍ | ⒎ | ⒏ | ⒐ | ⒑ | ⒒ | ⒓ | ⒔ | ⒕ | ⒖ | ⒗ | ⒘ | ⒙ | ⒚ | ⒛ | ❶ | ❷ | ❸ | ❹ | ❺ | ❻ | ❼ | ❽ | ❾ | ❿ | ➀ | ➁ | ➂ | ➃ | ➄ | ➅ | ➆ | ➇ | ➈ | ➉ | ➊ | ➋ | ➌ | ➍ | ➎ | ➏ | ➐ | ➑ | ➒ | ➓ | ㉑ | ㉒ | ㉓ | ㉔ | ㉕ | ㉖ | ㉗ | ㉘ | ㉙ | ㉚ | ㉛ | ㉜ | ㉝ | ㉞ | ㉟ | ㊱ | ㊲ | ㊳ | ㊴ | ㊵ | ㊶ | ㊷ | ㊸ | ㊹ | ㊺ | ㊻ | ㊼ | ㊽ | ㊾ | ㊿ | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | : |


skull

███████▀▀▀░░░░░░░▀▀▀███████ ████▀░░░░░░░░░░░░░░░░░▀████ ███│░░░░░░░░░░░░░░░░░░░│███ ██▌│░░░░░░░░░░░░░░░░░░░│▐██ ██░└┐░░░░░░░░░░░░░░░░░┌┘░██ ██░░└┐░░░░░░░░░░░░░░░┌┘░░██ ██░░┌┘▄▄▄▄▄░░░░░▄▄▄▄▄└┐░░██ ██▌░│██████▌░░░▐██████│░▐██ ███░│▐███▀▀░░▄░░▀▀███▌│░███ ██▀─┘░░░░░░░▐█▌░░░░░░░└─▀██ ██▄░░░▄▄▄▓░░▀█▀░░▓▄▄▄░░░▄██ ████▄─┘██▌░░░░░░░▐██└─▄████ █████░░▐█─┬┬┬┬┬┬┬─█▌░░█████ ████▌░░░▀┬┼┼┼┼┼┼┼┬▀░░░▐████ █████▄░░░└┴┴┴┴┴┴┴┘░░░▄█████ ███████▄░░░░░░░░░░░▄███████ ██████████▄▄▄▄▄▄▄██████████ ███████████████████████████

website games


<style type="text/css"><!--
.gamesWrap {display:flex; justify-content:center; }
.eachGame { margin: 20px; max-width:150px; }
--></style>
<div class="gamesWrap">
<div class="eachGame"><a href="/games/battleships.html"><img src="/userdata/games/battleships.png" /></a></div>
<div class="eachGame"><a href="/games/flashman.html"><img src="/userdata/games/flashman.png" /></a></div>
<div class="eachGame"><a href="/games/kingofthehill.html"><img src="/userdata/games/kingofthehill.png" /></a></div>
<div class="eachGame"><a href="/games/snake.html"><img src="/userdata/games/snake.png" /></a></div>
<div class="eachGame"><a href="/games/spaceinvaders.html"><img src="/userdata/games/spaceinvaders.png" /></a></div>
<div class="eachGame"><a href="/games/tetris.html"><img src="/userdata/games/tetris.png" /></a></div>
</div>

div background transitions


div background transitions, simple 5-state keyframe colorchange

<style type="text/css">
      .blinkdiv { height: 500px; width: 100%; 
      animation: colorchange 5s;
      -webkit-animation: colorchange 5s; }
    @keyframes colorchange
    {
      0%   {background: red;}
      25%  {background: yellow;}
      50%  {background: blue;}
      75%  {background: green;}
      100% {background: red;}
    }

    @-webkit-keyframes colorchange 
    {
      0%   {background: red;}
      25%  {background: yellow;}
      50%  {background: blue;}
      75%  {background: green;}
      100% {background: red;}
    }
</style>
<div class="blinkdiv"></div>

Comm. Radio

10, Police
10-1 = Receiving poorly
10-2 = Receiving well
10-3 = Stop transmitting 
10-4 = Message received 
10-5 = Relay message to _____
10-6 = Busy, please stand by
10-7 = Out of service, leaving the air
10-8 = In service, subject to call 
10-9 = Repeat mess age
10-10 = Transmission completed, standing by
10-11 = Talking too rapidly
10-12 = Visitors present
10-13 = Advise Weather/Road condit ions
10-16 = Make pick up at _____
10-17 = Urgent business 
10-18 = Anything for us?
10-19 = Nothing for you, return to base
10-20 = My location is _____
10-21 = Call by telephone
10-22 = Report in pe rson to
10-23 = Stand by
10-24 = Completed last assignment
10-25 = Can you contact _____
10-26 = Disregard last information
10-27 = I am moving to channel _____
10-28 = Identify your station
10-29 = Ti me is up for contact
10-30 = Does not conform to FCC rules
10-32 = I will give you a radio check
10-33 = Emergency Traffic
10-34 = Troub le at this station
10-35 = Confidential information
10-36 = Correct time is
10-37 = Wrecker needed at
10-38 = Ambulance needed at
10-39 = Your message delivered
10-41 = Please turn to channel
10-42 = Traffic accident at
10-43 = Traffic tie up at
10-44 = I have a message for you
10-45 = All units within range please report
10-50 = Break channel
10-60 = What is next message number?
10-62 = Unable to copy, use phone
10-63 = Net directed to
10-64 = Net clear
10-65 = Aw aiting your next message/assignment
10-67 = All units comply
10-70 = Fire at _____
10-71 = Proceed with transmission in sequence
10-77 = Negative contact
10-81 = Reserve hotel room for ______
10-82 = Rese rve room for _____
10-84 = My telephone number is ______
10-85 = My address is _____
10-91 = Talk closer to the microphone
10-93 = Check my frequency on this channel
10-94 = Please give me a long count (1-10 )
10-99 = Mission completed, all units secure
10-200 = Police neede d at _____

Comm. Morse

Dot, Dash
A .- 
B -... 
C -.-. 
D -.. 
E . 
F ..-. 
G --. 
H .... 
I .. 
J .--- 
K -.- 
L .-.. 
M -- 
N -. 
O --- 
P .--. 
Q --.- 
.-. 
S ... 
T - 
U . .- 
V ...- 
W .-- 
X -..- 
Y -.-- 
Z --.. 
0 ----- 
1 .---- 
2 ..--- 
3 ...-- 
4 ....- 
5 ..... 
6 -.... 
7 - -... 
8 ---.. 
9 ----. 
Fullstop .-.-.- 
Comma --..-- 
Que y ..--..

Comm. Military

Alpha Bravo Charlie Delta Echo 
Foxtrot Golf Hotel India Juliet 
Kilo Lima Mike November Oscar 
Papa Quebec Romeo Sierra Tango 
Uni form Victor Whiskey X-Ray Yankee 
Zulu

Marketing Ads - File Names

 

productname-sku-client_ad###x###


make filenames...

 

pp-fbpagecover_ad1640x664
pp-fbsharedimage_ad1200x630
pp-fbeventimage_ad1920x1080
pp-fbgroupheader_ad1640x865
pp-instagram_ad1080x1080
pp-instastory_ad1080x1920
pp-youtubeprofile_ad800x800
pp-youttubecover_ad2560x1440
pp-twitterprofile_ad400x400
pp-twitterheader_ad1500x500

adroll-web_ad300x250
adroll-web_ad160x600
adroll-web_ad300x600
adroll-web_ad970x250
adroll-web_ad728x90
adroll-web_ad320x50
adroll-social_ad600x315
adroll-social_ad600x600
adroll-native_ad600x315
adroll-native_ad600x600
adroll-native_ad600x500

canva-instagrampost_ad
canva-instagramstory_ad
canva-instagramreel_ad
canva-facebookpost_ad
canva-facebookcover_ad
canva-facebookad_ad
canva-yourstory_ad
canva-tiktokvideo_ad
canva-linkedinvideoad_ad
canva-animatedsocialmedia_ad
canva-twitterpost_ad

Marketing kb

 
MARKETING:
  • WHAT (axis 1a) - Content == Product/Service, Landing Page, Creative
  • WHO (axis 1b) - Clients == ClientA, ClientB, ClientC
  • WHEN (axis 2a) - Campaigns == General, Holiday, Products (*frequency)
  • WHERE (axis 2b) - Channels == FB, LI, TW, IG, gAds, Adroll, Emails, WSs
 
LINKS:
 
CONTENT:
 
FILENAME:
product-name-sku-client_ad###x###.
 
TEMPLATES:
  • Photopea - Social (10):
    • FB Page Cover == 1640x664
    • FB Shared Image == 1200x630
    • FB Event Image == 1920x1080
    • FB Group Header == 1640x865
    • Instagram == 1080x1080
    • Insta Story == 1080x1920
    • YouTube Profile == 800x800
    • YoutTube Cover == 2560x1440
    • Twitter Profile == 400x400
    • Twitter Header == 1500x500
  • AdRoll - Static Web Banners (6)
    • 300x250
    • 160x600
    • 300x600
    • 970x250
    • 728x90
    • 320x50
  • AdRoll - Static Social (2)
    • 600x315
    • 600x600
  •  AdRoll - Static Native Ads (3)
    • 600x315
    • 600x600
    • 600x500
  • Canva - Social (11):
    • Instagram Post (Square)
    • Instagram Story
    • Instagram Reel
    • Facebook Post
    • Facebook Cover
    • Facebook Ad
    • Your Story
    • TikTok Video
    • LinkedIn Video Ad
    • Animated Social Media
    • Twitter Post
 
 
CHANNELS:
  • Facebook or Instagram
  • Friend or co-worker
  • Article or newsletter
  • Google
  • Podcast
  • Twitter
  • Youtube
  • TikTok
  • LinkedIn
  • Banner Ad
  • Other
Facebook
Twitter
Pinterest
Instagram
TikTok
Tumblr
Snapchat
YouTube
Vimeo

schema org metadata



<script type="application/ld+json"> {	
	@context : "http://schema.org",
	@type : "LocalBusiness",
	name:"Business Sundry",
	description: "DESCRIPTION",
	image: "https://www.businesssundry.com/userdata/website/thought_glyph_128-wht-clr.png",
	brand: "Business Sundry WebAgent Servics",
	address : {
	@type: "PostalAddress",
	streetAddress: "18543 Yorba Linda Blvd., Ste 178",
	addressLocality: "Yorba Linda",
	addressRegion: "CA",
	postalCode: "92886"},
	url: "https://www.BusinessSundry.com",
	email:"<joomla-hidden-mail  is-link="1" is-email="1" first="aW5mbw==" last="YnVzaW5lc3NzdW5kcnkuY29t" text="aW5mb0BidXNpbmVzc3N1bmRyeS5jb20=" base="" >This email address is being protected from spambots. You need JavaScript enabled to view it.</joomla-hidden-mail>",
	telephone:"16578591338",
	openingHours: [
	Sun-Fri 07:00-19:00 ],
	aggregateRating:{
	@type:"AggregateRating",
	ratingValue:"5",
	reviewCount:"50",
	bestRating: "5",
	worstRating: "4"},
	priceRange:"1000",
	paymentAccepted:"Visa, Master Card"
} </script>

</pre>
            
        

schema.org



<script type="application/ld+json"> {	
	@context : "http://schema.org",
	@type : "LocalBusiness",
	name:"Business Sundry Technologies",
	description: "Business Sundry is a website development and technical support company. Business Sundry has been developing and supporting websites for over 15 years. Website development and WebAgent services are managed through a monthly subscription plan.",
	image: "https://www.businesssundry.com/userdata/website/thought_glyph_128-wht-clr.png",
	brand: "Business Sundry Technologies",
	address : {
	@type: "PostalAddress",
	streetAddress: "18543 Yorba Linda Blvd., Ste 178",
	addressLocality: "Yorba Linda",
	addressRegion: "CA",
	postalCode: "92886"},
	url: "https://www.BusinessSundry.com",
	email:"<span id="cloakb8d6e310eb28b8dfb3f206c02a7dc1f5">This email address is being protected from spambots. You need JavaScript enabled to view it.</span><script type='text/javascript'>
				document.getElementById('cloakb8d6e310eb28b8dfb3f206c02a7dc1f5').innerHTML = '';
				var prefix = '&#109;a' + 'i&#108;' + '&#116;o';
				var path = 'hr' + 'ef' + '=';
				var addyb8d6e310eb28b8dfb3f206c02a7dc1f5 = '&#105;nf&#111;' + '&#64;';
				addyb8d6e310eb28b8dfb3f206c02a7dc1f5 = addyb8d6e310eb28b8dfb3f206c02a7dc1f5 + 'b&#117;s&#105;n&#101;sss&#117;ndry' + '&#46;' + 'c&#111;m';
				var addy_textb8d6e310eb28b8dfb3f206c02a7dc1f5 = '&#105;nf&#111;' + '&#64;' + 'b&#117;s&#105;n&#101;sss&#117;ndry' + '&#46;' + 'c&#111;m';document.getElementById('cloakb8d6e310eb28b8dfb3f206c02a7dc1f5').innerHTML += '<a ' + path + '\'' + prefix + ':' + addyb8d6e310eb28b8dfb3f206c02a7dc1f5 + '\'>'+addy_textb8d6e310eb28b8dfb3f206c02a7dc1f5+'<\/a>';
		</script>",
	telephone:"16578591338",
	openingHours: [
	Sun-Fri 07:00-19:00 ],
	aggregateRating:{
	@type:"AggregateRating",
	ratingValue:"5",
	reviewCount:"50",
	bestRating: "5",
	worstRating: "4"},
	priceRange:"1000",
	paymentAccepted:"Visa, Master Card"
} </script>



Resolution

1in = 300dpi
8.5in at 150dpi = 1275px
11in at 150dpi = 1650px

Joomla RSS



?format=feed&amp;type=rss

?format=feed&type=rss

https://www.WEBSITE.com/CAT/ART.html?format=feed&amp;type=rss

Joomla Article URL



?index.php?option=com_content&amp;view=article&amp;id=00

index.php?option=com_content&view=article&id=20

https://www.WEBSITE.com/CAT/ART.html?index.php?option=com_content&amp;view=article&amp;id=00


Joomla 404 Redirect


update template error.php

// no direct access
defined('_JEXEC') or die('Restricted access');

if (($this-&gt;error-&gt;getCode()) == '404') {
header('Location: /index.php?option=com_content&amp;view=article&amp;id=5');
exit;
}

More Articles …

bSundry Technologies™ | Yorba Linda, CA 92886 | 1-657-859-1338 | This email address is being protected from spambots. You need JavaScript enabled to view it.
All Content Herein is Copyright © and Trademarked (TM). | All rights reserved.