New pages
Appearance
26 January 2026
- 00:4000:40, 26 January 2026 Popcorn ceiling (hist | edit) [870 bytes] Jlebeau81 (talk | contribs) (Created page with "Popcorn Ceiling, also known as popcorn texture or popcorn ceiling texture, is the product that was spray-applied to drywall ceilings until around 2002. **Caution** In homes built up to 1978-1980, the product contained asbestos. Never scrape in an older home unless you get it tested first. Best to drywall over in older homes. Source: Jason Lebeau a 24-year drywall industry veteran. Popcorn texture, also called "cottage cheese" or "acoustic" ceiling, is a bumpy, spray...")
- 00:3500:35, 26 January 2026 Drywall knife (hist | edit) [362 bytes] Jlebeau81 (talk | contribs) (Created page with "A Drywall Knife, "aka" taping knife (or joint knife)is a specialized, wide-bladed drywall tool, typically 8 to 16 inches, designed for efficiently spreading joint compound ("mud"), embedding tape, and feathering seams. It features a flexible stainless steel or blue steel blade for smooth, consistent finishes over large flat joints, corners, and fastener heads.")
- 00:3300:33, 26 January 2026 Drywall knive (hist | edit) [359 bytes] Jlebeau81 (talk | contribs) (Created page with "A drywall knive or taping knife (or joint knife) is a specialized, wide-bladed drywall tool, typically 8 to 16 inches, designed for efficiently spreading joint compound ("mud"), embedding tape, and feathering seams. It features a flexible stainless steel or blue steel blade for smooth, consistent finishes over large flat joints, corners, and fastener heads.")
- 00:3200:32, 26 January 2026 Taping knive (hist | edit) [342 bytes] Jlebeau81 (talk | contribs) (Created page with "A taping knife (or joint knife) is a specialized, wide-bladed drywall tool, typically 8 to 16 inches, designed for efficiently spreading joint compound ("mud"), embedding tape, and feathering seams. It features a flexible stainless steel or blue steel blade for smooth, consistent finishes over large flat joints, corners, and fastener heads.")
- 00:2800:28, 26 January 2026 Chicago Metallic (hist | edit) [56 bytes] Jlebeau81 (talk | contribs) (Created page with "A Company that manufactures the Chicago Ceiling Grid system.")
- 00:2200:22, 26 January 2026 Chicago grid (hist | edit) [1,184 bytes] Jlebeau81 (talk | contribs) (Created page with " <div style="text-align:center"> <h2>Chicago ceiling grid</h2>systems range A Chicago grid system ceiling refers to a suspended ceiling framework, often from the brand Chicago Metallic, using interlocking metal grids (main runners and cross tees) to support acoustic tiles, drywall, or metal panels, allowing for plenum access, sound control, and easy installation in commercial spaces like offices, schools, and healthcare facilities. These systems come in various types (ex...")
18 January 2026
- 01:1701:17, 18 January 2026 Washington DC (hist | edit) [1,322 bytes] Jlebeau81 (talk | contribs) (Created page with "<div style="text-align:center"><h2>Washington DC</h2> *DFW Drywall Finishing World 13464 Baltimore Ave, Laurel, MD 20707, USA (410) 813-2056 *Cruz Expert in Paint and Drywall LLC 7251 Robert Ln, Falls Church, VA 22042, USA (571) 338-1471 *DC Drywall Contractors 772 15th St NW, Washington, DC 20001, USA (202) 838-5221 *DC Drywall Contractor Pros 611 Edgewood St NE Apt 210, C, Washington, DC 20017, USA (202) 335-5672 *GF Drywall, LLC 1908 North Capitol St NW, Washington, D...")
8 January 2026
- 23:2023:20, 8 January 2026 Javascript (hist | edit) [1,786 bytes] Jlebeau81 (talk | contribs) (Created page with "<code><!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>JS Render Example (Original)</title> </head> <body> <h1>Original Page Content</h1> <p>This content will be replaced by JavaScript.</p> <button onclick="renderNewPage()">Render New Page with JavaScript</button> <!-- The script runs after the initial content is loaded but before the new content repla...")
7 January 2026
- 19:1119:11, 7 January 2026 HTML Templates (hist | edit) [1,103 bytes] Jlebeau81 (talk | contribs) (Created page with "<code> //creating template <template> <section> <h2>HTML Templates</h2> <p>everything in a template tag is not displayed on the browser.</p> </section> </template> //using template const template = document.querySelector('template') const clone = template.content.cloneNode(true) document.querySelector('main').appendChild(template) </code> <h2> Shadow DOM</h2> <code> // create a div element const htmlSection = document.createElement('div') // cr...")
- 17:4517:45, 7 January 2026 Sort Strings (hist | edit) [2,095 bytes] Jlebeau81 (talk | contribs) (Created page with "<h1>sort words in alphabetical order</h1> // take input const string = prompt('Enter a sentence: '); // converting to an array const words = string.split(' '); // sort the array elements words.sort(); // display the sorted words console.log('The sorted words are:'); for (const element of words) { console.log(element); }")
- 17:1517:15, 7 January 2026 District of Columbia (hist | edit) [1,168 bytes] Jlebeau81 (talk | contribs) (Created page with "<div style="text-align:center"> <h1>District of Columbia Drywall Contractors</h1>DC *Drywall Contractors 772 15th St NW, Washington, DC 20001 (202) 838-5221 *DC Drywall Contractor Pros 611 Edgewood St NE Apt 210, C, Washington, DC 20017 (202) 335-5672 *GF Drywall, LLC 1908 North Capitol St NW, Washington, DC 20002 (301) 343-9533 *DMV Drywall Inc 5016 Backlick Rd, Annandale, VA 22003 (571) 314-6255 *Level 5 Drywall Services 1635 18th St SE #202, Washington, DC 20020 (202)...")
- 14:1814:18, 7 January 2026 PHP Conn (hist | edit) [954 bytes] Jlebeau81 (talk | contribs) (Created page with "//PHP PDO Connection to MySQL <$php $servername = "localhost"; // Server Name $username = "root"; //mysql username $password = "password"; //Database Password $dbname = "dbname"; //Database Name try { $conn = new PDO("mysql:host=$servername;dbname=$dbname", $username, $password); //set the PDO error mode to exception $conn->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); $stmt =...")
- 14:1314:13, 7 January 2026 PHP (hist | edit) [109 bytes] Jlebeau81 (talk | contribs) (Created page with "<div style="text-align:center"> <h1>PHP Code Examples</h1> PHP Conn My SQL Database Connection </div>")
- 04:1604:16, 7 January 2026 New Rock Drywall (hist | edit) [25 bytes] Jlebeau81 (talk | contribs) (Created page with "<h1>New Rock Drywall</h1>")
- 04:1504:15, 7 January 2026 Preferred Drywall (hist | edit) [26 bytes] Jlebeau81 (talk | contribs) (Created page with "<h1>Preferred Drywall</h1>")
- 04:1404:14, 7 January 2026 Dedicated Drywall (hist | edit) [26 bytes] Jlebeau81 (talk | contribs) (Created page with "<h1>Dedicated Drywall</h1>")
- 04:1404:14, 7 January 2026 Paquettedrywallpaint (hist | edit) [29 bytes] Jlebeau81 (talk | contribs) (Created page with "<h1>Paquettedrywallpaint</h1>")
- 04:1304:13, 7 January 2026 Great Walls (hist | edit) [20 bytes] Jlebeau81 (talk | contribs) (Created page with "<h1>Great Walls</h1>")
- 04:1204:12, 7 January 2026 Enfield Drywall Services (hist | edit) [32 bytes] Jlebeau81 (talk | contribs) (Created page with "<h1Enfield Drywall Services</h1>")
- 04:1204:12, 7 January 2026 GM Brown & Sons Drywall Inc (hist | edit) [36 bytes] Jlebeau81 (talk | contribs) (Created page with "<h1>GM Brown & Sons Drywall Inc</h1>")
- 04:1104:11, 7 January 2026 Champagne DryWall Inc (hist | edit) [30 bytes] Jlebeau81 (talk | contribs) (Created page with "<h1>Champagne DryWall Inc</h1>")
- 04:1004:10, 7 January 2026 Do-All Drywall Inc (hist | edit) [27 bytes] Jlebeau81 (talk | contribs) (Created page with "<h1>Do-All Drywall INC</h1>")
- 04:0704:07, 7 January 2026 Professional DryWall (hist | edit) [33 bytes] Jlebeau81 (talk | contribs) (Created page with "<h1>Professional DryWall INC</h1>")
- 04:0604:06, 7 January 2026 Dupont Drywall (hist | edit) [23 bytes] Jlebeau81 (talk | contribs) (Created page with "<h1>Dupont Drywall</h1>")
- 02:5802:58, 7 January 2026 FAQ (hist | edit) [5,697 bytes] Jlebeau81 (talk | contribs) (Created page with " <div style="text-align:center"><h2>Drywall Wiki FAQ</h2> <h4>What do you believe is the underlying cause of the damage (e.g., water, settling, impact)?</h4> Determine by looking at images or on site visit. <h4>What is your proposed repair method for this specific damage?</h4> Determined by on site visit or images. <h4>Will you need to cut out and replace a section, or can it be patched?</h4> Job specific What type of drywall or materials will you use for the repair (e...")
5 January 2026
- 15:2715:27, 5 January 2026 Nevada (hist | edit) [1,141 bytes] Jlebeau81 (talk | contribs) (Created page with "Nevada")
- 15:2615:26, 5 January 2026 Wyoming (hist | edit) [7 bytes] Jlebeau81 (talk | contribs) (Created page with "Wyoming")
- 15:2515:25, 5 January 2026 Wisconsin (hist | edit) [1,393 bytes] Jlebeau81 (talk | contribs) (Created page with "Wisconsin")
- 15:2515:25, 5 January 2026 West Virginia (hist | edit) [13 bytes] Jlebeau81 (talk | contribs) (Created page with "West Virginia")
- 15:2415:24, 5 January 2026 Washington (hist | edit) [970 bytes] Jlebeau81 (talk | contribs) (Created page with "Washington")
- 15:2415:24, 5 January 2026 Virginia (hist | edit) [1,417 bytes] Jlebeau81 (talk | contribs) (Created page with "Virginia")
- 15:2415:24, 5 January 2026 Vermont (hist | edit) [7 bytes] Jlebeau81 (talk | contribs) (Created page with "Vermont")
- 15:2415:24, 5 January 2026 Utah (hist | edit) [4 bytes] Jlebeau81 (talk | contribs) (Created page with "Utah")
- 15:2315:23, 5 January 2026 Texas (hist | edit) [1,019 bytes] Jlebeau81 (talk | contribs) (Created page with "Texas")
- 15:2315:23, 5 January 2026 Tennessee (hist | edit) [2,175 bytes] Jlebeau81 (talk | contribs) (Created page with "Tennessee")
- 15:2315:23, 5 January 2026 South Dakota (hist | edit) [12 bytes] Jlebeau81 (talk | contribs) (Created page with "South Dakota")
- 15:2215:22, 5 January 2026 South Carolina (hist | edit) [14 bytes] Jlebeau81 (talk | contribs) (Created page with "South Carolina")
- 15:2115:21, 5 January 2026 Rhode Island (hist | edit) [12 bytes] Jlebeau81 (talk | contribs) (Created page with "Rhode Island")
- 15:2115:21, 5 January 2026 Pennsylvania (hist | edit) [1,229 bytes] Jlebeau81 (talk | contribs) (Created page with "Pennsylvania")
- 15:2115:21, 5 January 2026 Oregon (hist | edit) [1,246 bytes] Jlebeau81 (talk | contribs) (Created page with "Oregon")
- 15:2015:20, 5 January 2026 Oklahoma (hist | edit) [1,565 bytes] Jlebeau81 (talk | contribs) (Created page with "Oklahoma")
- 15:2015:20, 5 January 2026 Ohio (hist | edit) [1,046 bytes] Jlebeau81 (talk | contribs) (Created page with "Ohio")
- 15:1915:19, 5 January 2026 North Dakota (hist | edit) [12 bytes] Jlebeau81 (talk | contribs) (Created page with "North Dakota")
- 15:1915:19, 5 January 2026 North Carolina (hist | edit) [1,021 bytes] Jlebeau81 (talk | contribs) (Created page with "North Carolina")
- 15:1815:18, 5 January 2026 New York (hist | edit) [1,431 bytes] Jlebeau81 (talk | contribs) (Created page with "New York")
- 15:1815:18, 5 January 2026 New Mexico (hist | edit) [1,741 bytes] Jlebeau81 (talk | contribs) (Created page with "New Mexico")
- 15:1815:18, 5 January 2026 New Jersey (hist | edit) [10 bytes] Jlebeau81 (talk | contribs) (Created page with "New Jersey")
- 15:1715:17, 5 January 2026 New Hampshire (hist | edit) [13 bytes] Jlebeau81 (talk | contribs) (Created page with "New Hampshire")
- 15:1715:17, 5 January 2026 Nebraska (hist | edit) [1,121 bytes] Jlebeau81 (talk | contribs) (Created page with "Nebraska")
- 15:1715:17, 5 January 2026 Montana (hist | edit) [7 bytes] Jlebeau81 (talk | contribs) (Created page with "Montana")