[UPHPU] PHP Developer Available

2007-06-29 Thread Jonathan Duncan
PHP'ers, I have recently become available for work. Anyone know of a PHP developer position open around Utah Valley that is not listed on the UPHPU-jobs mailing list archive? My resume is here: http://nacnud.com/resume/jonathan/ Thanks, Jonathan Duncan

Re: [UPHPU] PHP/MySQL Security

2007-07-11 Thread Jonathan Duncan
On 11 Jul 2007, at 09:33, Orson Jones wrote: Both are probably available at the PHP library. Which reminds me... Wade, I never wrote a review on these books... is it too late? It's never too late for a book review. No kidding! You should see how many reviews the bible is still getting.

Re: [UPHPU] VS.PHP as an IDE

2007-07-31 Thread Jonathan Duncan
On 30 Jul 2007, at 17:30, Jim Anderson wrote: Ray Hunter wrote: 4. Code Completion - Zend's is quite good, PhpED is just as good - Eclipse takes a long time to build and update built projects to provide completion - PhpED has right click or F12 go to definition i know with eclipse you

Re: [UPHPU] MySQL Question

2007-08-07 Thread Jonathan Duncan
On 07 Aug 2007, at 09:50, Walter Scott wrote: Anyone know how to read a MySQL comment? Show us the comment and I will tell you if I can read it. Jonathan ___ UPHPU mailing list UPHPU@uphpu.org http://uphpu.org/mailman/listinfo/uphpu IRC:

Re: [UPHPU] MySQL Question

2007-08-07 Thread Jonathan Duncan
On 07 Aug 2007, at 10:49, Walter Scott wrote: I think I stated my question improperly. In phpMyAdmin there is a Field comment, I want to know how to read that comment in a script kind of the way you would query a record I want to query the comment. So, what exactly are you trying to

Re: [UPHPU] faster? switch, if, or variable function

2007-08-09 Thread Jonathan Duncan
On 09 Aug 2007, at 08:55, Wade Preston Shearer wrote: If one had a long page of functions (~50) that a script selected only one from, which would be faster to use: a switch, an if/else combination, or a variable function call? OOOH, I like multiple choice questions. Let's see, I have a

Re: [UPHPU] brasto seeks new LAMP OSS opportunities

2007-08-15 Thread Jonathan Duncan
On 11 Aug 2007, at 14:35, Wade Preston Shearer wrote: All I know is that as someone who has been on the other side of the interview table, I'm not interested in reading any more than one page and nine out of ten resumes I receive are way too cluttered. If nothing jumps out and strikes me,

Re: [UPHPU] separate logs for each site?

2007-09-04 Thread Jonathan Duncan
On 03 Sep 2007, at 15:43, Wade Preston Shearer wrote: For those of you that host multiple sites on a single box, do you have separate logs for each site or do you write them all to a single file? I use separate logs for all of my sub hosts. Much easier for log analysis. It also

Re: [UPHPU] Mind boggling MySQL error

2007-09-05 Thread Jonathan Duncan
On 04 Sep 2007, at 22:11, Kevin wrote: So I keep getting this mysql error: ERROR 5 (HY000) at line 41: Out of memory (Needed 1404208 bytes) It occurs when I do a INSERT INTO table SELECT from other table ON DUPLICATE KEY UPDATE statement. The two table in the above commands have about

Re: [UPHPU] Mind boggling MySQL error

2007-09-05 Thread Jonathan Duncan
On 05 Sep 2007, at 11:12, Mike Mackrory wrote: I think I ran into this problem a month or two back... I was uploading an Excel spreadsheet and then parsing it into a table. Your system may have plenty of resources, but there may be a setting in your php.ini that is limiting it to a

Re: [UPHPU] Confirm Email Address Form Field

2007-09-06 Thread Jonathan Duncan
On 05 Sep 2007, at 21:56, Brandon Stout wrote: I'm getting more and more annoyed with new web forms that make me confirm my email address. I realize that they are probably trying to keep people from mis-typing their email address, but it completely misses the point of a confirmation

Re: [UPHPU] TEST, 2007/09/13 @ 9:53

2007-09-13 Thread Jonathan Duncan
On 13 Sep 2007, at 09:54, Wade Preston Shearer wrote: Please disregard. Email disregarded and discarded. ___ UPHPU mailing list UPHPU@uphpu.org http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net

Re: [UPHPU] TEST, 2007/09/13 @ 9:53

2007-09-13 Thread Jonathan Duncan
On 13 Sep 2007, at 10:56, Wade Preston Shearer wrote: Email disregarded and discarded. I am actually glad that you replied to it. It am not getting my own posts for some reason. Receiving yours was good though as it helps track down the problem. I am glad I could help. =)

Re: [UPHPU] UPHPU Family Extravaganza!

2007-09-26 Thread Jonathan Duncan
On 26 Sep 2007, at 12:41, Victor Villa wrote: the new Timpanogos Park is very, very nice. Mt. Timpanogos Park Where is this Mt. Timpanogos Park? Google Maps link please? ___ UPHPU mailing list UPHPU@uphpu.org

Re: [UPHPU] UPHPU Family Extravaganza!

2007-09-26 Thread Jonathan Duncan
On 26 Sep 2007, at 14:24, Wade Preston Shearer wrote: Where is this Mt. Timpanogos Park? Google Maps link please? http://www.timpfest.org/about/site.html http://www.orem.org/index.php? option=com_contenttask=viewid=30Itemid=68limit=1limitstart=10 Oh THAT one. I can never remember the

[UPHPU] The Lost Sheep Challenge

2007-10-02 Thread Jonathan Duncan
Begin forwarded message: From: Sasha Pachev [EMAIL PROTECTED] A question was asked a friend of mine during his interview with Microsoft. It is hard to believe that I would have a friend that would even consider interviewing with Microsoft, or at least I would be ashamed to admit it on this

Re: [UPHPU] secure(ish) php writable directory

2007-10-05 Thread Jonathan Duncan
On 03 Oct 2007, at 12:02, phpninja wrote: Have a look at this security paper, it covers most everything you need to do a secure file upload with php. http://www.scanit.be/uploads/php-file-upload.pdf -phpninja On 10/2/07, Orson Jones [EMAIL PROTECTED] wrote: I am building the ability for

Re: [UPHPU] Objected Oriented question

2007-10-05 Thread Jonathan Duncan
On 17 Sep 2007, at 15:00, Justin Giboney wrote: I am trying to wrap my head around object oriented programming, but I am having a difficult time trying to figure out how to code something like this A car manufacturing company makes multiple models of cars (like, Toyota: Sienna,

Re: [UPHPU] mysql date calculation bug

2007-10-17 Thread Jonathan Duncan
On 16 Oct 2007, at 18:23, Jim Anderson wrote: still, interested in any other thoughts that might get me there more efficiently. :) :) Is there a specific reason you are trying to do it all within the DBMS? Why not let PHP do some of the work? Jonathan

Re: [UPHPU] Genetically coded website

2007-10-22 Thread Jonathan Duncan
On 22 Oct 2007, at 13:36, Justin Giboney wrote: So would using HSL then converting to RGB (for web browsers), and using crossovers instead of inheritance, be better? The only thing i can't get over, if the real way to do it is to randomly generate items in a pool, run through each item,

Re: [UPHPU] What is wrong here?

2007-10-29 Thread Jonathan Duncan
On 29 Oct 2007, at 15:48, Jake Spurlock wrote: I am at a little bit of a loss here. I have this string in Wordpress, and is throwing all kinds of text over the page. div class=book_itema href=http://digg.com/submit?phase=2url=?php the_permalink(); ?title=?php the_title(); ?bodytext=?php

Re: [UPHPU] Include file namespace collision detection

2007-10-29 Thread Jonathan Duncan
On 29 Oct 2007, at 16:51, Joshua Simpson wrote: Why not use classes in the include files and then you can instantiate and use the functions specifically? 1) Because wrapping a class around something that isn't a class to begin with is an awful, baby-Jesus-hating hack 2) these files

Re: [UPHPU] Include file namespace collision detection

2007-10-29 Thread Jonathan Duncan
On 29 Oct 2007, at 16:30, Joshua Simpson wrote: This file's namespace is filled with: x, y, z, and add_em This file's namespace consists of str1, str2, and add_em. master.php ?php include_once('include1.php'); include_once('include2.php'); ... some operations ... add_em(5, 3, 2); ? This

Re: [UPHPU] Include file namespace collision detection

2007-10-30 Thread Jonathan Duncan
On 30 Oct 2007, at 09:49, Joshua Simpson wrote: Wow, a lot of responses, I always appreciate the vigor of the UPHPU list. Here's how I was thinking it would work. I'm pretty busy at work, so I haven't even tested it, but if I get some free time at lunch I'll look at it: function

Re: [UPHPU] Utah Colocation

2007-12-12 Thread Jonathan Duncan
On 12 Dec 2007, at 09:11, Brandon Stout wrote: [EMAIL PROTECTED] wrote: Hi, I'm looking for a colocation host here in the Salt Lake City (Layton and further north is fine). I've looked at a few places but most are too expensive. The server won't have a lot of traffic so preferably I'd

Re: [UPHPU] Database Conventions

2008-01-09 Thread Jonathan Duncan
On 09 Jan 2008, at 11:04, Trevyn Meyer wrote: Does UPHPU have a recommended resource in database conventions? If not could we start to discuss the pros and cons of the different styles. What do you use? What are some of the most popular conventions? I personally am looking to adopt one,

Re: [UPHPU] weird looping image in td

2008-01-10 Thread Jonathan Duncan
On 10 Jan 2008, at 20:14, Caleb Call wrote: I know this is more of an HTML question but I have an odd problem. I have a banner that I am helping a friend out with that is kind of looping the image because I have it set as the background of the td. What can be done to stop this? I've

Re: [UPHPU] weird looping image in td

2008-01-11 Thread Jonathan Duncan
On 11 Jan 2008, at 09:11, Orson Jones wrote: Tables are meant for tabular data not visual layout, but it works well. CSS is meant for style not visual layout, but does ok. The problem is we don't have anything that was actually meant for visual layout, so we use whatever is available to do

Re: [UPHPU] UPHPU Meeting Thursday - PHP and Ecomm using

2008-01-14 Thread Jonathan Duncan
I USED to work with Travis. He rocks. I might come also, just so I can heckle him. Regards, Jonathan On 14 Jan 2008, at 10:10, Jim Anderson wrote: i work with travis and can vouch for his being energetic and enthusiastic. i will be inviting my whole team to come and berate, uh, i

Re: [UPHPU] UPHPU Meeting Thursday - PHP and Ecomm using

2008-01-15 Thread Jonathan Duncan
On 15 Jan 2008, at 11:22, Jennifer Charrey wrote: Kevin Gwynn wrote: Is anybody going NOT for the purpose of heckling Travis? I mean, don't get me wrong... I'll heckle too, but... Sorry, I'm also going in order to heckle Travis. Good luck Travis. :) LOL, I will bring the tomatoes.

Re: [UPHPU] PHP Frameworks

2008-01-23 Thread Jonathan Duncan
On 23 Jan 2008, at 10:01, Trevyn Meyer wrote: We have created our own.. The benefits out way the negatives at the moment. Knowing every line of code in the framework is nice. It does suck to know that you are re inventing the wheel. But if you can chalk it up to a learning experience,

Re: [UPHPU] PHP Frameworks

2008-01-23 Thread Jonathan Duncan
On 23 Jan 2008, at 13:41, Darrin Keller wrote: What about CakePHP? Is that a good framework? Is it any better/worse than CodeIgnitor? +1 CakePHP ___ UPHPU mailing list UPHPU@uphpu.org http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on

[UPHPU] Fwd: HB 139 (Wireless Internet Access Requirements, Chief Sponsor: Bradley M. Daw)

2008-01-23 Thread Jonathan Duncan
For those not on the other lists that got this message from Steve Morrey. Begin forwarded message: From: Steve [EMAIL PROTECTED] Date: 23 January 2008 16:09:16 MST To: [EMAIL PROTECTED], Provo Linux Users Group Mailing List [EMAIL PROTECTED] , Salt Lake Linux Users Group Discussions [EMAIL

Re: [UPHPU] eCommerce - what do you use?

2008-01-25 Thread Jonathan Duncan
On 25 Jan 2008, at 13:57, Brandon Stout wrote: PHP friends, I was fairly sold on Zencart from my Google searches, but as some of you may have noted, I'm not completely satisfied with it. If I find someone to help customize it, perhaps I'll go that route, but maybe there are eCommerce

Re: [UPHPU] eCommerce - what do you use?

2008-01-28 Thread Jonathan Duncan
On 28 Jan 2008, at 10:35, [EMAIL PROTECTED] wrote: While I don't believe this is a solution for most developers in this group, I'll mention this only because you've stated this is a media company. It strikes me that you may want to consider doing an RIA, like Flex (SDK is open source),

Re: [UPHPU] Thoughts on Flex

2008-01-31 Thread Jonathan Duncan
On 30 Jan 2008, at 22:06, Wade Preston Shearer wrote: Could be cool, but do you think promoting things like CF and FLEX are helping websites be cross platform/cross browser? Absolutely. Flash is 100% consistent between browsers and platforms. That doesn't mean that it is the correct tool

Re: [UPHPU] 40 signs of a lousy PHP programmer

2008-02-11 Thread Jonathan Duncan
On 11 Feb 2008, at 14:26, Roberto Mello wrote: On Feb 11, 2008 2:19 PM, Jonathan Duncan [EMAIL PROTECTED] wrote: I take umbrage with that last comment. I think people that use MySQL are just comfortable with that particular DBMS and have not yet found a need to switch to PostGRE

Re: [UPHPU] 40 signs of a lousy PHP programmer

2008-02-11 Thread Jonathan Duncan
On 11 Feb 2008, at 14:13, Roberto Mello wrote: trends. Lastly, my personal opinion is that people who use MySQL are lacking some fundamental knowlege. They tend not to be very smart either. I take umbrage with that last comment. I think people that use MySQL are just comfortable with

Re: [UPHPU] 40 signs of a lousy PHP programmer

2008-02-12 Thread Jonathan Duncan
On 12 Feb 2008, at 11:24, Rusty Keele wrote: Joshua Simpson [EMAIL PROTECTED] wrote: ... For a better, language agnostic, guide to becoming a superior software engineer, take a look at The Pragmatic Programmer [1]. [1] - http://www.pragprog.com/the-pragmatic-programmer --- In the loads

Re: [UPHPU] Source Code Control Options

2008-03-10 Thread Jonathan Duncan
On 10 Mar 2008, at 09:13, thebigdog wrote: subversion is a really good option imho. there are others out there...but i use and abuse svn. subversion is my choice also. It replaces it's older brother cvs. I have not used any others though, so my opinion is of little significances in

Re: [UPHPU] free books

2008-03-13 Thread Jonathan Duncan
On 13 Mar 2008, at 09:40, Richard K Miller wrote: I have a couple of tech books I no longer use -- PHP Hacks by Jack Herrington and a textbook on XML. Would anyone like them or should I donate them to the UPHPU Library? I would say donate them to the library (http://uphpu.org/books/

Re: [UPHPU] Source Code Control Options

2008-03-13 Thread Jonathan Duncan
On 12 Mar 2008, at 20:58, Mike Mackrory wrote: Thanks Dave, and everyone else who contributed to this. I think we're going to give subversion a try. I'm afraid I wasn't to sure on exactly what our needs were, but that's were it helps to have access to the combined experience of the

Re: [UPHPU] php frameworks. cake and such

2008-03-15 Thread Jonathan Duncan
On 14 Mar 2008, at 11:12, Richard K Miller wrote: A few people on the list are CakePHP pros. I think Jonathan is even on the CakePHP documentation team. (Is that right?) PHP on Trax was also developed by a local guy. It was supposed to be a line by line match of Ruby on Rails but it

Re: [UPHPU] Passwords

2008-03-17 Thread Jonathan Duncan
On 17 Mar 2008, at 16:34, Sean wrote: I found a nice article on how password crackers, particularly the brute forcer, try to crack your passwords and ways around them. http://www.schneier.com/blog/archives/2007/01/choosing_secure.html In the article he mentions a handy utility called

Re: [UPHPU] WebKit hits 98/100 on Acid3

2008-03-27 Thread Jonathan Duncan
On 27 Mar 2008, at 13:34, justin wrote: I just ran it on IE 6 for fun, and it scored a 4... Why am I not surprised? I think I am going to have a heart attack and die from not surprise. =) the only reason it didn't crash and take down my whole system is that it was running under wine

Re: [UPHPU] IE6 bugs make me crazy

2008-03-31 Thread Jonathan Duncan
On 31 Mar 2008, at 09:39, Wade Preston Shearer wrote: On 31 Mar 2008, at 8:29, Walt Haas wrote: This web site works with, as far as I can tell, every browser but IE6: http://clients.dharmatech.org/~inpga/ In IE6, the menu in the left sidebar ends up in the middle. No doubt I tripped

Re: [UPHPU] Jobs @ Bloosky

2008-05-06 Thread Jonathan Duncan
On 06 May 2008, at 11:33, William Attwood wrote: We're located in N. Orem near Orem Center St. If you know any OOP PHP5'rs looking for work, or you yourself are looking for work, toss me your resume and I'll see it gets to the right people. Trust me, the pay reflects your skillset.

Re: [UPHPU] Do people use UML to model their PHP web applications?

2008-05-07 Thread Jonathan Duncan
On 02 May 2008, at 15:02, Nathan Lane wrote: Sorry for the mass of questions and postings in the mailing list. That is what the is for. If we get annoyed, we will just yell at you or ignore you. Don't take it personally. Bring on the questions. =) Do people use UML to model their

Re: [UPHPU] .htaccess performance hit

2008-05-07 Thread Jonathan Duncan
On 07 May 2008, at 15:08, Wade Preston Shearer wrote: I have been told that using .htaccess files (specifically, mod rewrites in .htaccess files) can have a significant negative impact on performance. Is this .htaccess use period or just heavy .htaccess use? Meaning, is there a difference

Re: [UPHPU] Do people use UML to model their PHP web applications?

2008-05-07 Thread Jonathan Duncan
On 07 May 2008, at 11:11, Alvaro Carrasco wrote: Jonathan Duncan wrote: I recommend Martin Fowler's UML Distilled (along with almost all of Fowler's books). If you are interested in modeling as a programming practice I also highly recommend Eric Evans' Domain- Driven Design, you'll

Re: [UPHPU] Eclipse - Cutting Edge Version

2008-05-07 Thread Jonathan Duncan
On 07 May 2008, at 18:10, Jonathan Duncan wrote: What versions of Eclipse are others using? I am on an old 3.2 version that I have been using for a while. I recently looked to see what new updates are out there and found that there is: - 3.3.2 - 3.4M6 I like being on the cutting edge

Re: [UPHPU] Eclipse - Cutting Edge Version

2008-05-07 Thread Jonathan Duncan
On 07 May 2008, at 18:39, Walt Haas wrote: 3.3.2 PDT seems to work OK Good to know. I just checked out the PDT 1.0.3 Stable Build and it has 3.3.2 packaged with it. smime.p7s Description: S/MIME cryptographic signature ___ UPHPU mailing

Re: [UPHPU] I recommend the PLUG meeting this evening on MYSQL

2008-05-15 Thread Jonathan Duncan
On 14 May 2008, at 17:19, Wade Preston Shearer wrote: if anyone can make it to the PLUG meeting this evening, I would highly recommend it… the gentleman from MySQL that is presenting did a preview at my office this afternoon and it was exceptional I really really wish I could have

[UPHPU] PHP Contractor Search

2008-05-20 Thread Jonathan Duncan
Sorry for the crosspost. I am putting together the start of a list for uphpu.org. The list is similar to the UGAF and PLUG resource lists, but specific to PHP, of course. The list will contain all individual contractors and development agencies who develop with PHP. If you are such an

Re: [UPHPU] all IE versions tester in one app

2008-06-02 Thread Jonathan Duncan
On 02 Jun 2008, at 09:07, Wade Preston Shearer wrote: I just came across this this morning and thought that others would be interested as well. I installed it and it appears to work great. It is an application that allows you to test IE 5.5, 6, 7, and 8 beta within itself. No need to

Re: [UPHPU] Which PHP framework is slower?

2008-07-02 Thread Jonathan Duncan
Sheri Bigelow wrote: PHP::Impact just posted about a PHP framework benchmark study. What are your experiences with the PHP frameworks? Which PHP framework is slower? http://phpimpact.wordpress.com/2008/07/02/which-php-framework-is-slower/ The author is, of course, biased, since he is a CI

Re: [UPHPU] CNAME or A for MX value

2008-07-03 Thread Jonathan Duncan
On 03 Jul 2008, at 15:09, Wade Preston Shearer wrote: I have the following DNS record: example.com, MX, mail.example.com …then… mail.example.com, A, 192.168.1.1 Velda is right, so follow her advice. =) This works but would it be more proper to have the mail.example.com record be a

[UPHPU] TouchTerm

2008-08-05 Thread Jonathan Duncan
Who was it (aside from myself) that was looking for a terminal app for the iPhone? I found one! http://www.jbrink.net/touchterm/index.html I got it and it seems to work pretty well. It is basic, but works. They are working on a more advanced version too.

Re: [UPHPU] a wiki that doesn't suck

2008-09-08 Thread Jonathan Duncan
On 08 Sep 2008, at 13:00, Wade Preston Shearer wrote: Does anyone have a wiki that they can recommend that doesn't suck? One with an interface that isn't so counterintuitive that I'd rather be navigating irs.gov? Can you tell us the ones that you have already looked at that that match

Re: [UPHPU] a wiki that doesn't suck

2008-09-09 Thread Jonathan Duncan
On 09 Sep 2008, at 01:44, justin wrote: and it's open source and it even runs on linux, why does it matter that it's .net? I would not consider VM running on Linux. I'm not even that attached to this particular wiki, I'm just a bit irritated that you'd write off what appears to be a very

Re: [UPHPU] PHP Based Database Schema Revision Manager

2008-10-22 Thread Jonathan Duncan
Cool, I am interested, but cannot devote much time to it at the moment. Jonathan On 21 Oct 2008, at 01:06, Justin Carmony wrote: I've come up with a name for the project. It'll be called Open Chronicle, or Chronicle for short. I've set up a website (just a wordpress blog atm, svn trac to

Re: [UPHPU] PHP Exam

2008-11-10 Thread Jonathan Duncan
On 10 Nov 2008, at 08:48, [EMAIL PROTECTED] wrote: I started this site about a year ago, and I have just recently finished what it was originally intended for. I have completed a PHP Exam. I would like to know what you think of the site and idea.

[UPHPU] Joomla Training

2008-12-01 Thread Jonathan Duncan
PHPers, A friend of mine has a client that sent the following inquiry: Hello my computer savvy friends. I am looking for someone local to teach me Joomla!. It would be a paid gig. I need it to maintain and improve our company websites, and create some new ones. I figured that one of you

Re: [UPHPU] Looking for work...

2009-01-16 Thread Jonathan Duncan
On 15 Jan 2009, at 23:28, Brandon Stout wrote: I'm also getting tired of using Drupal for some of my sites, and having many plug ins to do what I want, having to keep them all updated, and having them not work like I want them to. I want to replace my Drupal sites with code I write from

Re: [UPHPU] Eclipse PDT 2.0 released

2009-01-21 Thread Jonathan Duncan
On 21 Jan 2009, at 07:05, Walt Haas wrote: Things are getting lively in the PHP IDE world: http://www.infoq.com/news/2009/01/pdt-20-released I haven't tried this one, don't know if it's as good as NetBeans 6.5 (which is awesome). I have been using PDT version 1 for quite a while and

Re: [UPHPU] regex creator?

2009-01-30 Thread Jonathan Duncan
I have used a regex plugin for Eclipse that was decent. On 30 Jan 2009, at 15:39, Travis Barney wrote: I ran across this a while ago, not exactly what you are talking about... but I just thought id pass it along and share the bookmark. http://www.strfriend.com/ visualize regular

Re: [UPHPU] Coding chops?

2009-02-09 Thread Jonathan Duncan
On 08 Feb 2009, at 22:52, Velda wrote: OK, relating it to music works for me, though as a brass girl, I'd always associated 'chops' more with embouchure than the rest of the technique. Good to know! Thanks for your help, guys. Since I'd say my programming chops aren't worth much, if you

[UPHPU] Request for recommendations for a Project Management/CMS system

2009-05-06 Thread Jonathan Duncan
(Please forgive the cross post.) I have a client who is looking for an already made product(s) that will meet his needs or is at least customizable enough to be made to meet his needs. Failing this search I am prepared to recommend he have a product built specifically for him. However,

Re: [UPHPU] Request for recommendations for a Project Management/CMS system

2009-05-07 Thread Jonathan Duncan
Cole, Heh, you are certainly welcome. I am glad someone else finds the humor in this. Interfacing with sales/marketing people even CEO's is often a humorous, if not exasperating, experience. Thank you for the suggestions. Regards, Jonathan On 06 May 2009, at 17:03, c...@colejoplin.com

[UPHPU] Re: Request for recommendations for a Project Management/CMS system

2009-05-07 Thread Jonathan Duncan
On 06 May 2009, at 17:17, Al Byers wrote: Look at the Apache Open for Business project (ofbiz.apache.org). It is a framework for developing all sorts of business webapps and it comes with many modules. It has a project management module and content management module, though much

Re: [UPHPU] Which application environment is proper for begining php?

2009-05-12 Thread Jonathan Duncan
On 12 May 2009, at 08:49, anil ozsoy wrote: Hi all Here are my new questions :) Could you pls tell me? which application environment is proper for begining php?Why? What is the beneficial side of using this productions? Thanks for help Komodo Zend Dreamweaver Eclips I use Eclipse,

Re: [UPHPU] store sensitive data in mysql + php web application

2009-06-30 Thread Jonathan Duncan
On 30 Jun 2009, at 11:00, CarSign wrote: I am needing to store sensitive data like a Social Security Number in our database that will be used by our web application. Should the data be encrypted by PHP before it is passed to mysql OR should it be encrypted by mysql OR should I encrypt in

Re: [UPHPU] Any Adobe FLEX Developers?

2009-09-22 Thread Jonathan Duncan
We have tons of them at Rain ( http://mediarain.com/ ). Regards, Jonathan On 22 Sep 2009, at 17:04, Wade Preston Shearer wrote: On 22 Sep 2009, at 16:44, Matthew Frederico wrote: The company I am working for is in need of flex developers. Anybody know where I could look locally to find

Re: [UPHPU] Progress ERD

2009-09-24 Thread Jonathan Duncan
On 23 Sep 2009, at 17:04, Daniel wrote: I will get odbc access to a Progress Openedge database soon and want to know how to visualize the database. We will not get a good ERD with it so I need to create one off the database. How would you suggest I do this? In OS X I use SQLEditor (

Re: [UPHPU] I need some more money to pay the bills.

2009-09-25 Thread Jonathan Duncan
On 25 Sep 2009, at 19:46, Nathan Lane wrote: Anybody know of a good quick way to make a few extra bucks for somebody working full time? Side projects. Want one? ___ UPHPU mailing list UPHPU@uphpu.org http://uphpu.org/mailman/listinfo/uphpu

Re: [UPHPU] TEST (network switch move)

2009-11-19 Thread Jonathan Duncan
On 18 Nov 2009, at 21:21, Wade Preston Shearer wrote: We had an upgrade at the data center. This is a test to confirm everything is functioning properly. Got it. ___ UPHPU mailing list UPHPU@uphpu.org http://uphpu.org/mailman/listinfo/uphpu IRC:

Re: [UPHPU] CMS Opinions?

2009-11-24 Thread Jonathan Duncan
On 24 Nov 2009, at 08:41, Chris Wood wrote: I'm looking at updating a few things on my employers website and am considering converting the site from static pages to a straight forward CMS so that marketing can update the site without my assistance. I've determined Joomla and Droople are

[UPHPU] array_slice offset inconsistency?

2010-01-30 Thread Jonathan Duncan
Maybe it is just late, but this is bugging me. I got this example from the PHP documentation (http://us3.php.net/manual/en/function.array-slice.php): $input = array(a, b, c, d, e); $output = array_slice($input, 2); // returns c, d, and e print_r($output); $output = array_slice($input, -2,

Re: [UPHPU] array_slice offset inconsistency?

2010-01-30 Thread Jonathan Duncan
On 30 Jan 2010, at 21:45, Wade Preston Shearer wrote: On 30 Jan 2010, at 21:38, Jonathan Duncan wrote: Maybe it is just late, but this is bugging me. I got this example from the PHP documentation (http://us3.php.net/manual/en/function.array-slice.php): $input = array(a, b, c, d, e

Re: [UPHPU] Amazon EC2 / High availability hosting

2010-02-05 Thread Jonathan Duncan
On 04 Feb 2010, at 14:43, Jordan Schatz wrote: Anyone have experience / opinions with Amazon EC2? Where I work is ready to move to managing our own hosts, and I am thinking this could save us alot of money over co-locating several hosts with Xmission or Consonus. Any thoughts? Our

Re: [UPHPU] Amazon EC2 / High availability hosting

2010-02-05 Thread Jonathan Duncan
On 05 Feb 2010, at 09:51, Merrill Oveson wrote: My question (and I can't seem to find a simple answer) is: Once this is all setup how do I actually get to the computer. If I request a windows instance, can I just remote desktop in? Or is there a special web interface? Does Amazon give

Re: [UPHPU] Managed Hosts

2010-02-09 Thread Jonathan Duncan
On 09 Feb 2010, at 00:16, Brandon Stout wrote: I was about to bring up this same topic. I've been a Verio reseller for a little while, but I've decided to close that business and part from Verio since their servers just don't compete anymore, even at reseller rates. Add to that the fact

Re: [UPHPU] Managed Hosts

2010-02-09 Thread Jonathan Duncan
On 09 Feb 2010, at 11:01, Daniel C. wrote: On Tue, Feb 9, 2010 at 10:22 AM, Jonathan Duncan jonat...@bluesunhosting.com wrote: While I agree that their platforms are not cutting edge, they are also very stable and completely maintained for you. If you are looking to manage your own

Re: [UPHPU] Managed Hosts

2010-02-09 Thread Jonathan Duncan
On 09 Feb 2010, at 11:52, Daniel C. wrote: On Tue, Feb 9, 2010 at 11:28 AM, Jonathan Duncan jonat...@bluesunhosting.com wrote: Speaking of Backups. Verio machines 3 forms of redundant backup that come standard with their systems. I have used them on several occasions and been very

Re: [UPHPU] hosting short video clips

2010-02-17 Thread Jonathan Duncan
On 16 Feb 2010, at 18:23, Wade Preston Shearer wrote: On 16 Feb 2010, at 16:35, Orson Jones wrote: Be aware that youtube does have ads that obscure part of the video. That is the cost of the free hosting. Not to say youtube isn't great, just make sure it works for what you want. I

Re: [UPHPU] Introductions

2010-02-22 Thread Jonathan Duncan
On 20 Feb 2010, at 10:32, Christer Edwards wrote: Who are you? Jonathan Duncan aka SunSparc Jack of all trades, master of none. I develop and sysadmin for Rain ( http://mediarain.com/ ) during the day and I run a small hosting business ( http://bluesunhosting.com/ ) on the side

Re: [UPHPU] Introductions

2010-02-22 Thread Jonathan Duncan
On 22 Feb 2010, at 14:14, c...@colejoplin.com wrote: Still love PHP also. I thought a requirement for being in this group was to hate PHP. ___ UPHPU mailing list UPHPU@uphpu.org http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on

Re: [UPHPU] Introductions

2010-02-22 Thread Jonathan Duncan
On 22 Feb 2010, at 15:07, Kevin wrote: On Mon, Feb 22, 2010 at 2:57 PM, Jonathan Duncan jonat...@bluesunhosting.com wrote: On 22 Feb 2010, at 14:14, c...@colejoplin.com wrote: Still love PHP also. I thought a requirement for being in this group was to hate PHP. Thats just

[UPHPU] Temporary Full-Time Contracting work for Rain

2010-03-12 Thread Jonathan Duncan
If you are available for about a month worth of temporary full-time contracting work for Rain Interactive, let me know. Regards, Jonathan Duncan ___ UPHPU mailing list UPHPU@uphpu.org http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu

Re: [UPHPU] Need CakePHP help bad!

2010-03-16 Thread Jonathan Duncan
On 16 Mar 2010, at 12:04, Adam Haymond wrote: I am working to build a job board with an admin side for adding jobs and categories, and a front end for browsing and searching. On the admin side I have a form for editing/creating jobs. Each job needs to be able to be assigned to multiple

Re: [UPHPU] Need CakePHP help bad!

2010-03-17 Thread Jonathan Duncan
I agree. It looks like a great article. I would still suggest going through the blog tutorial though, if you have not already. On 17 Mar 2010, at 13:02, Isaac wrote: You welcome, That link saved my life too xD, it's a little bit tricky use HABTM in CakePHP but that article clears all out.

Re: [UPHPU] dealing with file uploads over limit

2010-04-02 Thread Jonathan Duncan
On 02 Apr 2010, at 21:29, Wade Preston Shearer wrote: What can I do to provide good feedback to users who try to upload files that are so large that the script exceeds the memory limit (I have the allocated memory set high enough to accommodate any file that meets the minimum

Re: [UPHPU] SSL Cert Companies

2010-05-06 Thread Jonathan Duncan
On 06 May 2010, at 11:29, thebigdog wrote: I want to compile a list of companies that people on the mailing list have used for ssl certs. If there is a company that you have used in the past that you like or are still using for your ssl cert needs, can you please email me that company name

[UPHPU] Database Merge

2010-05-19 Thread Jonathan Duncan
UPHPU, Here is a database conundrum. I have two databases with identical tables (same structure different data). They have been on different sites though collecting data from different groups of people. I now need to merge that data. There is one table that relies on the 'id' key of

Re: [UPHPU] Database Merge

2010-05-20 Thread Jonathan Duncan
in a hurry, I hope that's easy to understand. I could have named the Arrays better. -Will On Wed, May 19, 2010 at 5:53 PM, Jonathan Duncan jonat...@bluesunhosting.com wrote: UPHPU, Here is a database conundrum. I have two databases with identical tables (same structure different data

Re: [UPHPU] Database Merge

2010-05-22 Thread Jonathan Duncan
into your second database. Did I miss anything? I'm in a hurry, I hope that's easy to understand. I could have named the Arrays better. -Will On Wed, May 19, 2010 at 5:53 PM, Jonathan Duncan jonat...@bluesunhosting.com wrote: UPHPU, Here is a database conundrum. I have two databases

Re: [UPHPU] Slightly OT: Local colocation options

2010-06-08 Thread Jonathan Duncan
are the requirements that you have that make you NEED co-location? Regards, Jonathan Duncan ___ UPHPU mailing list UPHPU@uphpu.org http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net

Re: [UPHPU] recruiters in LinkedIn Group

2010-06-15 Thread Jonathan Duncan
On 14 Jun 2010, at 22:19, Wade Preston Shearer wrote: About a third of the requests I receive to join our LinkedIn Group are from recruiters. I have been rejecting such requests so as far as I can determine their identity. This isn't because I am not interested in the jobs they have, but

Re: [UPHPU] Status of Utah PHP Users

2010-06-30 Thread Jonathan Duncan
HIP HIP HOORAY for Victor! You rock! Thank you for all that you have done for us. On 30 Jun 2010, at 14:37, Wade Preston Shearer wrote: I would like to offer a sincere thank you to Victor for his service. His efforts to coordinate and run our meetings and encourage growth and

Re: [UPHPU] to ORM or to NOT

2010-08-16 Thread Jonathan Duncan
On 15 Aug 2010, at 14:42, Chad Sollis wrote: Matt's post a few days ago has me thinking, as I have looked at various ORM projects for PHP. It seems like the few always referenced are Doctrine, Propel, and Redbean, (and I'm sure matt's NORM will be there soon ;). However, i know there is

  1   2   3   >