Goto Page: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ... 762
Actual Results
- joebert
- Foro: General Discussion
- Tema: Where do I need to start if I want to break into freelance programming?
- Subject: Where do I need to start if I want to break into freelance programming?
- Respuestas: 12
- Vistas: 969
Posted: Marzo 10th, 2013, 7:30 am
What do I need to learn first? English. Attention to detail. There's no excuse other than laziness for the spelling mistakes in your post. You obviously have a computer, and a web browser. Both give you access to spell checkers, modern web browsers typically have them built-in and inform you of mis...
- joebert
- Foro: Suggestions / Comments
- Tema: Networking Catagory
- Subject: Networking Catagory
- Respuestas: 6
- Vistas: 295
- Subject: Networking Catagory
Posted: Marzo 6th, 2013, 4:52 pm
Computer networking, or social networking?
- joebert
- Foro: Suggestions / Comments
- Tema: BBCode versus Markdown
- Subject: BBCode versus Markdown
- Respuestas: 7
- Vistas: 302
- Subject: BBCode versus Markdown
Posted: Marzo 6th, 2013, 4:49 pm
Makes no difference to me, I'll use whatever's available. 
Though, given I'm moving more towards browsing the web from my phone, something that works well with speech-to-text would be nice. That might just be me pondering about how to program from my phone lately though.
Though, given I'm moving more towards browsing the web from my phone, something that works well with speech-to-text would be nice. That might just be me pondering about how to program from my phone lately though.
- joebert
- Foro: General Discussion
- Tema: Happy birthday grinch!
- Subject: Happy birthday grinch!
- Respuestas: 4
- Vistas: 808
- Subject: Happy birthday grinch!
Posted: Marzo 1st, 2013, 5:15 pm
Happy birthday, man!
- joebert
- Foro: Website Design Forum
- Tema: XSLT SPLIT function ?
- Subject: XSLT SPLIT function ?
- Respuestas: 2
- Vistas: 3025
- Subject: XSLT SPLIT function ?
Posted: Febrero 17th, 2013, 1:24 pm
Not with any of the standard selectors. It will be easier to write a script that fixes the XML input than it will be to find and figure out any non-standard XSL based solutions.
- joebert
- Foro: General Discussion
- Tema: The Future, as I See it
- Subject: The Future, as I See it
- Respuestas: 5
- Vistas: 1654
- Subject: The Future, as I See it
Posted: Febrero 13th, 2013, 6:25 pm
As a forward, I direct you to Thomas Edison VS George Westinghouse , AKA AC Power VS DC Power. I believe that age old knowledge of AC being better than DC is going to change in my life time. Reason being, more and more of the things we use in our homes operate on low voltage DC power. Also, we are c...
- joebert
- Foro: Programming / Scripting / Coding Forum
- Tema: PHP Handling SimpleXMLElement Errors
- Subject: PHP Handling SimpleXMLElement Errors
- Respuestas: 4
- Vistas: 5819
- Subject: PHP Handling SimpleXMLElement Errors
Posted: Febrero 12th, 2013, 4:47 pm
Try/Catch ?
http://php.net/manual/en/language.exceptions.php
http://php.net/manual/en/language.exceptions.php
- joebert
- Foro: Website Security
- Tema: non-static IP tolerant whitelisting for SSH/FTP/etc
- Subject: non-static IP tolerant whitelisting for SSH/FTP/etc
- Respuestas: 3
- Vistas: 238
Posted: Febrero 6th, 2013, 5:24 pm
I hadn't, but I like the sounds of it.
Kinda funny, I was just watching a documentary about a gambling regulator that rigged slot machines to pay jackpots when specific sequences of coins were entered.
Kinda funny, I was just watching a documentary about a gambling regulator that rigged slot machines to pay jackpots when specific sequences of coins were entered.
- joebert
- Foro: Website Security
- Tema: non-static IP tolerant whitelisting for SSH/FTP/etc
- Subject: non-static IP tolerant whitelisting for SSH/FTP/etc
- Respuestas: 3
- Vistas: 238
Posted: Febrero 5th, 2013, 1:49 pm
I don't want the overhead of managing "bad" addresses with iptables, so I'm thinking have iptables DROP all SSH/FTP/etc traffic except for mine. Problem with doing that though, is when my IP changes I'm locked out, if I want to login from anywhere else I'm locked out. So, I figured I can s...
- joebert
- Foro: Programming / Scripting / Coding Forum
- Tema: Newline in PHP email
- Subject: Newline in PHP email
- Respuestas: 4
- Vistas: 1224
- Subject: Newline in PHP email
Posted: Enero 24th, 2013, 10:32 pm
I learn quicker under public scrutiny too. I think the pressure of looking like a moron makes us forget the distracting elements of our lives and focus on the task at hand. 
- joebert
- Foro: Programming / Scripting / Coding Forum
- Tema: Output creation date of most recently created directory
- Subject: Output creation date of most recently created directory
- Respuestas: 3
- Vistas: 366
Posted: Enero 20th, 2013, 2:10 pm
One of the issues I've run into with the time attributes of the directories, is that when I update or add a file in one of the previous directories, the ctime/mtime of that old directory gets updated. So it makes that old directory look new since ctime and mtime are the same on this particular syste...
- joebert
- Foro: Programming / Scripting / Coding Forum
- Tema: Output creation date of most recently created directory
- Subject: Output creation date of most recently created directory
- Respuestas: 3
- Vistas: 366
Posted: Enero 19th, 2013, 4:14 pm
I haven't been able to find anything to find the creation date of a directory, but I do create directories by copying a template directory and there's a file in that directory that doesn't change so I can use the last modified date of that file. It seems crude, but it works. [code]find /path -name \...
- joebert
- Foro: Programming / Scripting / Coding Forum
- Tema: Output creation date of most recently created directory
- Subject: Output creation date of most recently created directory
- Respuestas: 3
- Vistas: 366
Posted: Enero 19th, 2013, 10:32 am
I'm looking for a bash/sh command I can use to output only the creation date of the most recently created directory in a sub-directory.
- joebert
- Foro: Website Security
- Tema: URL keeps redirecting to a random site
- Subject: URL keeps redirecting to a random site
- Respuestas: 6
- Vistas: 1277
Posted: Diciembre 30th, 2012, 5:19 pm
Sounds like the server selectively redirects visitors depending on the referrer. Who is responsible is up for debate, but behavior like this is typically the result of the website being hijacked.
- joebert
- Foro: Programming / Scripting / Coding Forum
- Tema: PHP script to determine if letter Y is a consonant or vowel
- Subject: PHP script to determine if letter Y is a consonant or vowel
- Respuestas: 33
- Vistas: 13963
Posted: Diciembre 20th, 2012, 5:57 pm
Try experimenting with metaphone. If Y is a constant, it should show up in the resulting metaphone string.
