I love my journal
blogs write info begin my stuff
 
Tags
PERSONAL 339
LDS 314
SPIRITUAL 299
BOOK OF MORMON 239
SCRIPTURES 152
RELIGION 113
MUSIC 101
LINUX 79
AUDIO 70
COMPUTERS 64
LIFE 51
MISCELLANEOUS 50
GENERAL CONFERENCE 44
GENTOO 39
PROGRAMMING 32
CARS 28
FAMILY 26
AUDIO HARDWARE 25
MICROSOFT 23
STUDIO 21
FUN 20
BABBLINGS 20
I LOVE MY JOURNAL 19
DRUMS 19
MIXING 16
CHILDREN 15
VIDEO 14
CURRENT EVENTS 12
DRM 9
NATURE'S WAY 8
EVERYDAY THOUGHTS 7
FRIENDS 7
POETRY 7
HEROD THE FINK 6


RSS Feed

RSS FeedSubscribe!

Entries
Newest
Wed - Apr 02, 2008 : 02:33 pm
amazed
   rated 0 times
2.73 daily views
17181 total views
Linux Software RAID On Trial
PoeticIntensity
3 comments
Here at work, the time is fast coming where I will be required to put live, the server I've been working on for the past year. And we all know that when the rubber meets the road, things get a little bit more serious. I came to the conclusion that since I'm the only Linux person in this company, should the Linux servers ever decide to go *kap...
Computer Hardware / Computers / Linux / Programming
Wed - Mar 05, 2008 : 05:42 pm
content
   rated 0 times
0.77 daily views
4895 total views
Is OCI8 in PHP encrypted?
PoeticIntensity
1 comment
My job has me creating a website derived from data housed in an Oracle database. It's getting to the point now where we're going to co-locate the server and press the big green button. Well... My boss came in today asking about the connection between my postgresql database from which the website runs, and Oracle from which Postgres is populated...
Computers / Programming
Thu - Dec 13, 2007 : 05:25 pm
happy
   rated 0 times
0.95 daily views
6086 total views
Best Project Management Explanation Ever!
PoeticIntensity
0 comments
Words could not have said it any better. Makes me smile every time I look at it....
Programming
Tue - Oct 30, 2007 : 04:56 pm
irritated
   rated 0 times
0.47 daily views
3039 total views
No Extensions In Firefox?
PoeticIntensity
3 comments
Okay... I'm getting like crazy frustrated here... You know all those wonderful firefox extensions which allow web developers like me to work even faster and more efficiently?  Well...  They must all hate me. I've heard incredible things about Firebug and Y-Slow as far as web development tools go, but can I use them? Apparently no...
Gentoo / Programming
Tue - Sep 25, 2007 : 03:49 pm
blah
   rated 0 times
0.49 daily views
3195 total views
Creating XML - The Right Way
PoeticIntensity
0 comments
My last place of employment had a large amount of data being imported from multiple companies on a daily basis which was then imported into a database and processed throughout the company. I was the lucky guy who got to write the application which imported all of the data from as many as 10 different locations daily. Having never directly dealt...
Programming
Thu - Sep 20, 2007 : 06:13 pm
content
   rated 0 times
0.44 daily views
2833 total views
"Posting Forms to Sessions" - Trick
PoeticIntensity
0 comments
(how-to)
Any web developer who has been in the craft for more than a couple of days realizes how often forms are used in web development.  Well...  Where forms are used, form methods are used, and one of the crazily irritating problems with forms using a "POST" method is the fact that when the "back" button is pressed after lea...
Programming
Fri - Sep 14, 2007 : 05:39 pm
happy
   rated 0 times
0.56 daily views
3670 total views
Solid Programming
PoeticIntensity
0 comments
I am by no means a "versatile programmer" in the general sense of the word.  I know of many programmers who are much more well versed in various languages and best practices methodology.  In fact, I am not even a computer science graduate, and I don't have a masters degree in anything. *BUT* I do have a lot of experience i...
Programming
Fri - Aug 31, 2007 : 05:50 pm
excited
   rated 0 times
0.37 daily views
2433 total views
Survey Says... "The Data is GOOD!"
PoeticIntensity
0 comments
Okay, people.... I was hired on here at Nature's Way as the only person in the IT department who knows anything about web development.  Almost all people here are either networking, helpdesk, or SAP gurus.  They desperately needed help in the web development corner of IT.  So... They hired me.  Go figure. Anyway...  I w...
Personal / Programming
Thu - Aug 30, 2007 : 05:30 pm
content
   rated 0 times
0.36 daily views
2373 total views
Did I switch too soon?
PoeticIntensity
0 comments
Today was a good day.  I didn't get enough sleep, so after our work lunch party, which enabled us to eat large amounts of Korean food (seasoned beef 'n' stuff wrapped in lettuce was good, but I didn't like the "kimchi" which was nothing more than hot and spicy rotten cabbage), I felt a bit tired...  Too tired to work. So, I wen...
Programming
Wed - Aug 29, 2007 : 08:56 pm
tired
   rated 0 times
0.35 daily views
2278 total views
A New Frontier with PL/SQL
PoeticIntensity
0 comments
Man... At work, I've got .... well.. I was gonna say dilemma, but... it's not a dilemma because I know of a way out. My dilemma is, I've gotta have a website functional by Friday, which means I've got two days to get it to work. The database we're connecting to (postgres on gentoo, thank heavens) has a table with more than 12 million rows in it....
Programming
Highest Rated
Wed - Jul 06, 2011 : 05:59 pm
happy
   rated 0 times
0.97 daily views
4956 total views
PDFTK - Generate Issues
PoeticIntensity
2 comments
 So, I've been working on this PDF project for awhile, and I think it might be beneficial for me to add some notes which were somewhat elusive on the net. The FDF file which is generated by PDFTK generate is encoded in UTF-16 character set - and is very hard to work with.   I found this script which solves the problem, and allows the FD...
Linux / Programming
Wed - Mar 11, 2009 : 12:22 pm
sick
   rated 0 times
0.53 daily views
3144 total views
Frameworks
PoeticIntensity
2 comments
I'm gonna step out on this one because this topic has been a hot one in my head for quite some time now.  Not only with AJAX, but frameworks in general. To Framework, or Not To Framework...  That is the question... When I began programming, there were no frameworks for PHP, JavaScript, or AJAX (not sure if AJAX even existed back then...
Computers / Programming
Thu - Sep 20, 2007 : 06:13 pm
content
   rated 0 times
0.44 daily views
2833 total views
"Posting Forms to Sessions" - Trick
PoeticIntensity
0 comments
(how-to)
Any web developer who has been in the craft for more than a couple of days realizes how often forms are used in web development.  Well...  Where forms are used, form methods are used, and one of the crazily irritating problems with forms using a "POST" method is the fact that when the "back" button is pressed after lea...
Programming
Fri - Sep 14, 2007 : 05:39 pm
happy
   rated 0 times
0.56 daily views
3670 total views
Solid Programming
PoeticIntensity
0 comments
I am by no means a "versatile programmer" in the general sense of the word.  I know of many programmers who are much more well versed in various languages and best practices methodology.  In fact, I am not even a computer science graduate, and I don't have a masters degree in anything. *BUT* I do have a lot of experience i...
Programming
Thu - Aug 30, 2007 : 05:30 pm
content
   rated 0 times
0.36 daily views
2373 total views
Did I switch too soon?
PoeticIntensity
0 comments
Today was a good day.  I didn't get enough sleep, so after our work lunch party, which enabled us to eat large amounts of Korean food (seasoned beef 'n' stuff wrapped in lettuce was good, but I didn't like the "kimchi" which was nothing more than hot and spicy rotten cabbage), I felt a bit tired...  Too tired to work. So, I wen...
Programming
Mon - Jun 29, 2009 : 09:32 am
okay
   rated 0 times
0.71 daily views
4122 total views
Zend Studio on Gentoo AMD64
PoeticIntensity
1 comment
Since I've been job-hopping for the last bit, I've had the chance to install fresh gentoo builds on quite a few 64-bit computers in the last couple of months. I've also been looking at different IDEs for PHP development.  After using jEdit now for close to 5 years, I've gotta say the one which impresses me the most is Zend Studio for Eclips...
Computers / Linux / Programming
Thu - Apr 17, 2008 : 04:29 pm
excited
   rated 0 times
0.54 daily views
3403 total views
Nature's Way Site is Live!
PoeticIntensity
0 comments
I've been working on this entry for days, and I think I'm finally ready to get it out there. But first, let me say that this is quite possibly the most rewarding programming job I've done to date. I was hired on at Nature's Way last year in June.  I was hired on with the understanding that I was to completely re-develop the public Nature...
Computers / Nature's Way / Programming
Thu - Mar 12, 2009 : 04:18 pm
annoyed
   rated 0 times
0.68 daily views
4048 total views
Web Editors in Linux
PoeticIntensity
3 comments
I just got done lightly scanning over this article before I shook my head in disgust and decided to write this entry. Let me say this first.  I've been professionally employed in web development now for 6 years, and am by no means a genius on the subject, but I think I may have a clue or two. I have absolutely no idea why Bluefish seems to...
Computers / Linux / Programming
Tue - Feb 24, 2009 : 05:27 pm
happy
   rated 0 times
0.58 daily views
3484 total views
Oh, the Possibilities...
PoeticIntensity
1 comment
Ya know...  I really wasn't planning on writing anything today, but ah, what the hey.  It's 5:30 and I'm not going to be doing anything else within the next 20 minutes. So, lately I've been pondering this whole "ILoveMyJournal.com" thing I've created, and where I should take it.  So far, there aren't that many users, but ...
I Love My Journal / Personal / Programming
Wed - Mar 05, 2008 : 05:42 pm
content
   rated 0 times
0.77 daily views
4895 total views
Is OCI8 in PHP encrypted?
PoeticIntensity
1 comment
My job has me creating a website derived from data housed in an Oracle database. It's getting to the point now where we're going to co-locate the server and press the big green button. Well... My boss came in today asking about the connection between my postgresql database from which the website runs, and Oracle from which Postgres is populated...
Computers / Programming
Most Viewed
Wed - Mar 11, 2009 : 12:22 pm
sick
   rated 0 times
0.53 daily views
3144 total views
Frameworks
PoeticIntensity
2 comments
I'm gonna step out on this one because this topic has been a hot one in my head for quite some time now.  Not only with AJAX, but frameworks in general. To Framework, or Not To Framework...  That is the question... When I began programming, there were no frameworks for PHP, JavaScript, or AJAX (not sure if AJAX even existed back then...
Computers / Programming
Tue - Sep 30, 2008 : 03:06 pm
content
   rated 0 times
0.51 daily views
3112 total views
The Geek In Me
PoeticIntensity
2 comments
Ya know...  I'm not the best coder in the world, and I'm not the geekiest of geeks, either.  I personally know quite a few people who would classify me as a "mutt coder", because I really don't care too much about code purity. I'm not quite sure what in me makes me that way, but it's true.  Maybe it's because I learned p...
Computers / Miscellaneous / Programming
Tue - Sep 25, 2007 : 03:49 pm
blah
   rated 0 times
0.49 daily views
3195 total views
Creating XML - The Right Way
PoeticIntensity
0 comments
My last place of employment had a large amount of data being imported from multiple companies on a daily basis which was then imported into a database and processed throughout the company. I was the lucky guy who got to write the application which imported all of the data from as many as 10 different locations daily. Having never directly dealt...
Programming
Sat - May 23, 2009 : 10:43 pm
tired
   rated 0 times
0.48 daily views
2846 total views
Narcoleptic Snapshot of Life
PoeticIntensity
0 comments
Well....  It's late, and I'm tired, but I wanted to let you all know, that right now, I know that if I dig in and learn the Zend framework, immerse myself in it as much as I can, while maintaining some semblance of a balance in my life, short-term, I'll make it with my new employment.  I've just gotta jump in, so I sink or swim.  I t...
Computers / Personal / Programming
Tue - Oct 30, 2007 : 04:56 pm
irritated
   rated 0 times
0.47 daily views
3039 total views
No Extensions In Firefox?
PoeticIntensity
3 comments
Okay... I'm getting like crazy frustrated here... You know all those wonderful firefox extensions which allow web developers like me to work even faster and more efficiently?  Well...  They must all hate me. I've heard incredible things about Firebug and Y-Slow as far as web development tools go, but can I use them? Apparently no...
Gentoo / Programming
Tue - Apr 22, 2008 : 12:11 pm
spiritual
   rated 0 times
0.46 daily views
2865 total views
Gen. Conf. - Spcl Exprncs - Rasband
PoeticIntensity
0 comments
I feel very connected with this talk.  He speaks of the importance of remembering those special experiences we have with the Spirit which enrich our testimonies.  Some of the quotes I love from this talk are as follows: Our personal journey through life provides us with many special experiences that become building blocks of faith and t...
General Conference / Personal / Programming / Spiritual
Mon - Apr 09, 2007 : 07:38 pm
no mood
   rated 0 times
0.44 daily views
2938 total views
I'm a MySQL veteran, but...
PoeticIntensity
0 comments
The majority of my coding life has been spent with two tools. PHP MySQL I don't claim to be a guru programmer, but the various professional problems which have been presented to me have always found their solution using these two tools. They're great tools. *sigh* Recently I've found out that Oracle owns both sleepy cat's db en...
Computers / Programming
Thu - Sep 20, 2007 : 06:13 pm
content
   rated 0 times
0.44 daily views
2833 total views
"Posting Forms to Sessions" - Trick
PoeticIntensity
0 comments
(how-to)
Any web developer who has been in the craft for more than a couple of days realizes how often forms are used in web development.  Well...  Where forms are used, form methods are used, and one of the crazily irritating problems with forms using a "POST" method is the fact that when the "back" button is pressed after lea...
Programming
Thu - Apr 05, 2007 : 12:43 pm
no mood
   rated 0 times
0.42 daily views
2774 total views
Javascript form submission gotcha
PoeticIntensity
0 comments
I spent about 2 hours today trying to debug something so stupid and simple as the following code. <script> function submit_me() { document.form1test.submit(); } </script> <form name="form1test" method="post" action="newuser.php"> <input name="submit" type="button" value=&...
Computers / Programming
Fri - Aug 31, 2007 : 05:50 pm
excited
   rated 0 times
0.37 daily views
2433 total views
Survey Says... "The Data is GOOD!"
PoeticIntensity
0 comments
Okay, people.... I was hired on here at Nature's Way as the only person in the IT department who knows anything about web development.  Almost all people here are either networking, helpdesk, or SAP gurus.  They desperately needed help in the web development corner of IT.  So... They hired me.  Go figure. Anyway...  I w...
Personal / Programming