-
Created How do I gauge potential effectiveness of 3rd party blog writeup?
I do some work for a guy who manufactures some of their own products. The product in question costs about $150 to the customer. Sometimes we get approached by people … -
Began Watching Custom intranet or use existing CMS/other platform?
I am needing to build a custom portal for very specific needs in my client. They work with dozens of outside contractors and so the basic idea is that the … -
Created Custom intranet or use existing CMS/other platform?
I am needing to build a custom portal for very specific needs in my client. They work with dozens of outside contractors and so the basic idea is that the … -
Replied To a Post in Which is best CMS platform for web development ?
I hated Wordpress (with WooCommerce) for a professional store with millions in revenue. It was a complete mess to work with, needing over 50 plugins to work together just to … -
Replied To a Post in What do you use to accept payments for your work?
Just as an update, I am expirementing with Dwolla. They are an ACH direct bank transfer service and the entire fee structure is 25 cents to receive anything over $10. … -
Created What do you use to accept payments for your work?
I don't know if this is the right section, but it was under "web design" and that works for me. I assume that many of the members here actually do … -
Created Programming jobs, education, and job hunting
I hope I can ask this here, but really I just want a watercooler discussion on the topic. I am a hobbyist programmer, been using PHP/MySQL/Apache for years. I've use … -
Replied To a Post in How do I manage PHP programming in larger projects?
I do tend to use OOP principles and write DRY code, I just wonder what the super pro people do who work on large projects, how they track every little … -
Created How do I manage PHP programming in larger projects?
Hi, I'll try to make this quick. I'm used to programming PHP in context of building websites, to add random bits of dynamic functionality, but every once in a while … -
Created Some MySQL variables with huge values??
Recently I've need to do some table repair and got into my variables and noticed some bizzare numbers. For those of you that know MySQL, these may be familiar to … -
Began Watching Complete PHP logon system
Guys, I got a quick question, I want to know what you guys use or what resources you have for a complete secure PHP login system. Using salts, hashes and … -
Replied To a Post in Complete PHP logon system
My general method is something like this: step 1: Open session and see if a user is active. step 2: Perform your routing functions and see if the user has … -
Replied To a Post in PHP specific row select?
Not sure I understand perfectly, but in your WHILE loop you can just check if it's a picture by using some kind of post type field? For example have a … -
Replied To a Post in Help with logic/database flow of a finance app
Except in the case where I would see an existing "unpaid" entry, but also the future entries. How could there be a single DB record but showing an unpaid AND … -
Began Watching Help with logic/database flow of a finance app
I'm writing a PHP/MySQL app for myself as both a tool I want to use, and a learning excersie for coding. The app is a very basic finance or budget … -
Replied To a Post in Help with logic/database flow of a finance app
Thanks for the ideas, it may be a separate table is needed in the end. Perhaps I'm thinking this the wrong way. My financial "register" is actually less like a … -
Created Help with logic/database flow of a finance app
I'm writing a PHP/MySQL app for myself as both a tool I want to use, and a learning excersie for coding. The app is a very basic finance or budget …