![]() |
CodeExtinguisher's Website Code - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: CodeExtinguisher's Website Code (/showthread.php?tid=4778) |
CodeExtinguisher's Website Code - El Forum - 12-15-2007 [eluser]Majd Taby[/eluser] Hey everybody, in the spirit of helping and total transparency, I made the svn repo for CodeExtinguisher's accompanying site public. Meaning, you guys can browse and look at the source, hopefully to see how a website can be structured. You can view the website through http://codeExtinguisher.com, and the code through http://71.65.20.84:82/svn/codex_site Specific files: This file will show you how to use pagination (Plugins: ![]() This file will show you how to use validation (Plugins::write) This file will show you how to setup a CodeExtinguisher controller This file will show you how to setup access restrictions to your controllers using CodeExtinguisher This file defines two post_controller hooks And this file uses the above defined hooks Enjoy ![]() CodeExtinguisher's Website Code - El Forum - 12-15-2007 [eluser]JamesD[/eluser] Nice community contribution Zaatar, thanks! CodeExtinguisher's Website Code - El Forum - 12-16-2007 [eluser]coolfactor[/eluser] CodeExtinguisher has the potential of taking CodeIgniter to a larger audience. Great work. P.S. I attempted to download the TextArea plugin from the Codex site, but the zip file wasn't recognized as a zip file by my browser and gibberish was displayed. CodeExtinguisher's Website Code - El Forum - 12-16-2007 [eluser]Majd Taby[/eluser] Hm, well the TextArea plugin (http://codeextinguisher.com/index.php/plugins/display/61) is a php file download (I did it like that so you can just tell the browser to save it into the plugin directory...eliminating a step), maybe that's what's causing the problem. I'll look more into it, if that's the problem, i'll just zip up the files and add a Readme. Thanks coolfactor, JamesD ![]() CodeExtinguisher's Website Code - El Forum - 12-16-2007 [eluser]coolfactor[/eluser] Unfortunately not every browser behaves the same way with regards to downloads. I'm using Safari and I've never come across a site that presents the "Save" dialog box that IE and FF use. I can get that dialog box manually by right-clicking and choosing "Save as...", but not through a regular download. There's a version of Safari for Windows if you wanted to try it out there. CodeExtinguisher's Website Code - El Forum - 12-16-2007 [eluser]Majd Taby[/eluser] Oh you're having this problem on Safari/mac? hmm, it works fine for me...i'll try it in school tomorrow. p.s. I'm a shameless apple fanboy, please don't insult me like that again ![]() CodeExtinguisher's Website Code - El Forum - 12-16-2007 [eluser]coolfactor[/eluser] LOL... sorry man, me too! :-) CodeExtinguisher's Website Code - El Forum - 12-16-2007 [eluser]staar2[/eluser] Ty, this is great source! I am going to look at it tomorrow. CodeExtinguisher's Website Code - El Forum - 12-16-2007 [eluser]Majd Taby[/eluser] sorry for the downtime, i'll get setup on a VPS server soon so that I can host my projects on it. CodeExtinguisher's Website Code - El Forum - 12-17-2007 [eluser]Thoer[/eluser] [quote author="coolfactor" date="1197814859"] There's a version of Safari for Windows if you wanted to try it out there.[/quote] There is but its really buggy. I've seen it installed on 4 different pcs with XP on each of them, but they all exit after a couple of clicks. |