You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
🐙
making another SPA
Coco R
tchalvak
🐙
making another SPA
Mistress of the React Code Castle, Architect extraordinaire,
In the AWS console, she builds castles in the air.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In a sentence, I code PHP web apps. I have coded and improved upon the browser based game NinjaWars.net ( http://ninjawars.net ) as a personal project since 2003, have been professionally freelancing building customized web applications and working with a PHP/MySQL based CMS for the last 4 years, and have been designing websites in html/css long before that. In 2011 I co-founded my corporation with my business partner and we have been building up our small business since.
For me, security is paramount. I've seen too many sites burned by bad php coding practices and under attack by sql-injection as a result. I've done a lot of security cleanup work on sites that were coded by programmers without any oversight that resulted in compromised database data and a site that -looked- fine but was full of security holes. And generally one of the first things that I do with a site is I review it's password security for the presence of strong security, that's frequently another pain point with the standard php websi
PHP Web Programming Template Coder & Assistant Coder
BitLucid, Inc. is looking for a part-time php programmer to:
perform conversions from php scripts with a mixture of php, html, and javascript into:
php templates with html/javascript/css and minimal php logic and
php scripts with no html in them, but all the php logic.
You will also be coding web test suite cases and doing QA on upcoming code releases.
Bitlucid.com is our (work-in-progress) company website. shermanbrothers.com is our main client, and the site that you'll be working on the php scripts of. You will be taking existing scripts one by one, separating out the html from the php, making sure all variables are properly escaped, and creating two scripts (or script + template file) that result, with the goal of keeping the html output the same for the same input. You will also be reviewing changes by browsing our development site and looking for breakages. Eventually you'll write tests in php to
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Download codeigniter (CodeIgniter_2.1.0 currently) zip, just google it.
Unzip codeigniter somewhere, and steal the contents of the /system/ folder within it. Copy everything in /system/*, and paste those folders into SRA's /system/ folder to form the running core of codeigniter for SRA.
(Only the /system/libraries/Zend folder need be retained)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters