<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title><![CDATA[its random]]></title><description><![CDATA[Articles]]></description><link>http://drew.lagbox.org/</link><atom:link href="http://drew.lagbox.org/rss-articles/" rel="self" type="application/rss+xml" /><copyright><![CDATA[Copyright its random]]></copyright><generator>sNews CMS</generator><managingEditor>drew@lagbox.org (its random)</managingEditor><item><title><![CDATA[Hyzerflip Coming Shortly]]></title><description><![CDATA[ <p> Hyzerfip is up as a first version. Pretty much just to show what the site is looking like. Products aren't up but the homepage gives you the feel of the site. </p> 

 <p> More work will be coming shortly and always under construction. </p> 

 <p> 
 <a href="http://hyzerflip.com"> Hyzerflip </a> 
 </p> 

 <p> This site is using my framework and we will see how far I can stretch it. </p> ]]></description><pubDate>Wed, 16 Dec 2009 03:03:43 +0000</pubDate><link>http://drew.lagbox.org/sites/hyzerflip-coming-shortly/</link><guid>http://drew.lagbox.org/sites/hyzerflip-coming-shortly/</guid></item><item><title><![CDATA[Find Rocky Lockridge]]></title><description><![CDATA[ <p> 
I am trying to find Rocky Lockridge. Former Boxing Champion, now living on the streets in Camden, NJ. If anyone has any information of his whereabouts or knows anyone that knows how to contact him, please inform me pronto.
 </p> 
 <p> 
Star Ledger -
 <a href="http://www.nj.com/sports/njsports/index.ssf/2009/06/former_boxing_champ_rocky_lock.html"> Former boxing champ Rocky Lockridge living on streets of Camden, estranged from family, abusing drugs and alcohol </a> 
 </p> ]]></description><pubDate>Wed, 16 Dec 2009 01:22:34 +0000</pubDate><link>http://drew.lagbox.org/home/find-rocky-lockridge/</link><guid>http://drew.lagbox.org/home/find-rocky-lockridge/</guid></item><item><title><![CDATA[Sorry for the absence ]]></title><description><![CDATA[ <p> Sorry everyone. Been very out of it as well as occupied with the Halloween site I had built and my new Personal Vaporizer, Revolver Elite.
 </p> 
 <p> 
The halloween site is up, didn't get to finish everything on it and never went back to add more.  <a href="http://dev.lagbox.org/halloween/"> Halloween Site </a> .
 </p> 
 <p> 
I am currently using my framework on HyzerFlip store at the moment. We will be starting with PayPal payments.
 </p> 
 <p>  <b> My PV (Personal Vaporizer) </b>  <br /> 
I am in love with my  <a href="http://www.revolvercig.com"> Revolver Elite </a> . It is fantastic and a fantastic replacement for an "analog" (traditional) cigarettes. Check them out and give them a shot if you are a smoker. <br /> 
I have added a new category to the blog for PV's and will have a review and some information up soon ( including some pictures and maybe a video)
 </p> 
]]></description><pubDate>Sat, 28 Nov 2009 00:17:41 +0000</pubDate><link>http://drew.lagbox.org/home/sorry-for-the-absence-/</link><guid>http://drew.lagbox.org/home/sorry-for-the-absence-/</guid></item><item><title><![CDATA[Another New Site]]></title><description><![CDATA[ <p> 
I am putting together a quick site for the Halloween party we just had. This site is for people to upload their photos and see all the photos from everyone else at the party. Sure beats tracking photos down across all the social media sites
 </p> 
 <p> 
 <a href="http://dev.lagbox.org/halloween/"> HALLOWEEN '09 </a> 
 </p> 
 <p> 
Site Features:
 <ul> 
   <li> Quick User System </li> 
   <li> Upload of multiple photos with descriptions </li> 
   <li> Ability to see everyone else's photos </li> 
   <li> Ability to comment on photos </li> 
   <li> Coming Soon:
     <ul> 
       <li> Tag Other People in Photos </li> 
       <li> Search photos by tagged people </li> 
     </ul> 
   </li> 
 </ul> 
 </p> 
 <p> 
This is going to be an example of using my own simple framework to build a quick site. I may use a POG DB conn or my own, haven't decided, but this is very much my own simple from scratch mvc(page controller) framework. <br /> 
This is looking to be a much simpler and quicker way to develop so far. I will want to create a good class to abstract the HTML Form stuff so CRUD doesn't have to be rewritten, but that is template stuff anyway.
 </p> 
 <p> 
This "non"-framework has its own template system for the view object, which is easy because PHP is a template language. I am going to implement some minor caching for menus into the framework to cap it off. <br /> 
This framework is being derived from my work on  <strong> Eaters </strong> , which I will mention soon in another post.
 <br /> 
Thank you Rasmus.
 </p> 
]]></description><pubDate>Mon, 02 Nov 2009 03:39:57 +0000</pubDate><link>http://drew.lagbox.org/sites/another-new-site/</link><guid>http://drew.lagbox.org/sites/another-new-site/</guid></item><item><title><![CDATA[SJDGC Forum - Completed ... Finally]]></title><description><![CDATA[ <p> 
So after a nice length of time (20+hours) I have finally finished the migration of the SJDGC vanilla forum to SilverStripe forum. It took a lot of hours for something so small.
 </p> 
 <p> 
The beauty of these types of projects for me is I get to use what ever method I would like to get things done. I get to use my old DB classes I have used for years and some straight no framework PHP coding.
 </p> 

things i missed when first planning
 <ul> 
    <li> html ->  bbcode </li> 
    <li> db collation issues </li> 
 </ul>    
things overlooked
 <ul> 
    <li> posts last edited field when not a topic starter </li> 
    <li> Members in the Community Member Status </li> 
 </ul> 
 <p> 
After doing some test imports of the topics for the forum I realized a bunch of things I had missed when planning the migration. I forgot the fact that one database was using latin_swedish_ci for collation and one was using utf8-general-ci which led to some funky characters. This was fixed by the following.
 </p> 
 <ol> 
  <li> if text field change to blob in db table </li> 
  <li> change back to your previous text field type </li> 
  <li> set collation to utf8 ... general_ci </li> 
 </ol> 

 <p> 
The end result of all of this is the complete migration of the old forum into the new system. The users are linked to their respective posts. All the topics and comments are in place and the text is all correct. <br /> 
A nice bundle of scripts for a Vanilla-> SS Forum migration. Also some nice utility scripts for fixing text strings I had to make after some DB corruption/errors/mistakes. And the cherry on top is some nice snippets for my PHP editor for silverstripe and my libraries... gedit :-)
 </p> 
    
  //&nbsp;a&nbsp;super&nbsp;simple&nbsp;to&nbsp;strip&nbsp;non-ascii&nbsp;characters&nbsp;from&nbsp;a&nbsp;string <br />     preg_replace    (    '/[^(x20-x7F)]*/'    ,    ''    ,&nbsp;    $text_to_clean    ); <br />   

  
  ]]></description><pubDate>Sat, 17 Oct 2009 05:28:13 +0000</pubDate><link>http://drew.lagbox.org/sites/sjdgc-forum-completed-finally/</link><guid>http://drew.lagbox.org/sites/sjdgc-forum-completed-finally/</guid></item><item><title><![CDATA[relaunch our lewis family ]]></title><description><![CDATA[ <p> 
i have relaunched  <a href="http://ourlewisfamily.org" title="ourlewisfamily.org"> ourlewisfamily.org </a> . this site is for lewis family members to stay in touch and up to date with family happenings and each other.
 </p> 
 <p> 
this is another display of a silverstripe site. i will be including some customizations as the site gets more use and am thinking of a new look for the homepage.
 </p> ]]></description><pubDate>Sun, 04 Oct 2009 20:40:59 +0000</pubDate><link>http://drew.lagbox.org/sites/relaunch-our-lewis-family-/</link><guid>http://drew.lagbox.org/sites/relaunch-our-lewis-family-/</guid></item><item><title><![CDATA[reinstall ubuntu 8.10]]></title><description><![CDATA[ <p> 
after some issues with Ubuntu9.04, i finally did a complete reinstall. nice and fresh and vanilla version of Ubuntu8.10. in my mind the latest stable release. they need to work on 9.04 some more before calling it a stable release like they did.
 </p> 
 <p> 
some steps for anyone that wants to know how to do a reinstall of linux without losing your data.
 <ol> 
 <li> make sure you system is using multiple partitions on the tree 
 <br /> 
i never suggest doing a single partition install of any operating system including linux. <br /> 
i have 11 partitions for my single harddrive to maintain mount point sanitation. </li> 
 <li>  <strong> backup all data in "/home", "/root" and any other custom mount points you may have created. </strong>  <br /> 
if you have a webserver like apache installed you will want to backup "/var/www" aswell.
 <br /> 
you may also want to make a backup of "/usr/local/src" if you have downloaded and built any program sources. </li> 
 <li> backup services/servers datas. if you use mysql do a dump of you databases.
 </li> 
 <li>  <strong> BACKUP "/etc/" </strong>  <br /> 
you may need some old configuration files, especially if you have altered any of them yourself in the past </li> 
 <li> make sure you have copies of any modules you will need. </li> 
 <li> double check "/usr/share/" to see if you have any plugins, extensions, themes, icons, fonts that you need to have for applications you will be reinstalling. </li> 
 <li>  <strong> *record your partition schema on paper so you can reference it later* </strong>  </li> 
 <hr /> 
 <li>  <strong> after backing up everything </strong> 
 <br /> you may start the install
 </li> 

 <li> download, if you haven't, the ubuntu8.10 livecd Desktop edition. </li> 
 <li> when finished burn this image to disc or create a usb autoboot drive </li> 

 <li> reboot your computer and set to boot from cd or usb </li> 
 <li> go through the whole setup and when asked for the partitions delete everything but your "/home" partition and the partition you backup your data too. </li> 
 <li> install will format drives and start installation.
 </li> 
 <hr /> 
 <li> after installation reboot and you should be set </li> 
 <li> copy data back into the folders you want </li> 
 <li> reisntall your server softwares </li> 
 <li> import your mysql backup </li> 
 </ol> 
 </p> 
 <p> 
for the most part when using linux if you remember to segregate your data into different partitions you will be much safer and faster. smaller drives are easier to clean and you can unmount a partition and not worry about damaging any of the data.
 </p> 
  
my schema
/dev/sda1   /boot
/dev/sda2   swap
/dev/sda3   /
/dev/sda5   /usr
/dev/sda7   /tmp
/dev/sda8   /home
/dev/sda9   /data
/dev/sda10  /var
/dev/sda11  /extra
  ]]></description><pubDate>Sun, 04 Oct 2009 20:34:22 +0000</pubDate><link>http://drew.lagbox.org/linux/reinstall-ubuntu-810/</link><guid>http://drew.lagbox.org/linux/reinstall-ubuntu-810/</guid></item><item><title><![CDATA[issues ubuntu 9.04]]></title><description><![CDATA[ <p> after upgrading from 8.04-> 8.10-> 9.04 in less than a month i was stuck with a system that wasn't good enough. which as a linux lover was upsetting. </p> 
 <p> 
i have been a linux user for a decade and a ubuntu user for half of that time. i haven't seen such issues with upgrading since the old days. <br /> 
 <strong> current issues with 9.04 for me: </strong> 
 </p> 
 <ul> 
 <li> Xorg version doesn't support older FGLRX driver </li> 
 <li> USB problems </li> 
 </ul> 

 <p> 
 <strong> system specs: </strong> 
 <ul> 
 <li> AMD Turion64 1.8gz Mobile </li> 
 <li> 2 GB DDR PC2700 </li> 
 <li style="color: #ff0000;">  <strong> ATI Radeon Xpress 200M - mobile </strong>  </li> 
 <li> HP Pavilion DV5000z - laptop </li> 
 </ul> 
 </p> 

 <p> 
the new Xorg server doesn't support the previous versions of the fglrx drivers and you have to use the community driver ATI or Radeon. this would be great on 8.04/8.10, when i was running them previously i stopped using the proprietary fglrx driver and used the ATI with much better performance and a better desktop experience. though in 8.10 reinstall the ATI/Radeon drivers are working just as bad as when I had 9.04 running. this also bothers me because i shouldn't have such issues and should have the correct open source ATI driver like the last install. funny how things work.
 </p> 

 <p> 
ultimately to get this version of Ubuntu running at the moment you need to hack your system a little bit.
on 9.04 i pretty much completely downgraded the Xorg server to the one from 8.10 which is a little hacky for my liking. but it allowed correct fglrx driver performance.
 </p> 

 <p>  <strong> USB issues are still there. </strong>  long delay on autodetect and mounting. often times not having access to my wireless trackball and complications with touchpad. <br /> 
i am thinking maybe the wireless being on the usb_core system might be messing up the enumeration. not sure though.
 </p> 
 <p> 
 <strong> conclusion ]]></description><pubDate>Sun, 04 Oct 2009 20:16:52 +0000</pubDate><link>http://drew.lagbox.org/linux/issues-ubuntu-904/</link><guid>http://drew.lagbox.org/linux/issues-ubuntu-904/</guid></item><item><title><![CDATA[time ... past, future and how to get there]]></title><description><![CDATA[ <p> this is a holder entry for my section on time, theory and social theory. </p> 
 <p> 
 <ul> 
 <li> relativity - einstein </li> 
 <li> back to the future - and it illustration of paradoxes </li> 
 <li> grandfather paradox </li> 
 <li> quantom mechanics </li> 
 <li> quantom theory </li> 
 <li> cause and effect relationship </li> 
 <li> effect and cause relationship </li> 
 <li> string theory </li> 
 <li> society and how we could be and will have to be </li> 
 <li> ... and even JC will make an appareance here believe it or not.
  <ul> 
  <li> lastly i will be showing how my theories and philosophy can fit into any system of belief </li> 
  <li> this is possible because they are all talking about the same nonreligious principles i will be showing  <br />  <em>  <strong> * </strong> this is not to endorse a faith or to give it any backing or credit, this is to allow others to take these philosophies and fit them into their beliefs effectively. the point is to not shun these ideas but understand how important they are no matter where your beliefs come from, even if that means using religious texts to back these concepts <strong> * </strong>  </em>  </li> 
  </ul> 
 </li> 
 </ul> 
 </p> 
 <p> 
 <strong> this will all end up to be "the future - how do we get there". </strong>  <br /> 
i have a vast ammount to talk about on the subject and will try to make this as objective and informative as possible by trying to include all my references and sources. i don't like just throwing out opinions that are more than educated guesses without proof or evidence for the conclusions. to much of a political thing to do.  <br /> 
and as always if anyone would like to challenge anything or needs anything to be clarified please feel free to contact me or leave a comment.
 </p> 
 <p> 
 <strong> further information: </strong>    none of this will be meant to debunk or refute anyones beliefs or opinions. this will be my theories on life, people, philosophy and society with as much evidence from observation and knowledge as possible. i don't jump to conclusions quickly and i immerse myself into these topics before i have a formal "belief" ... law/theory ... for how things work. i don't take BS as evidence and theories are theories because they haven't been disproven not because they are correct. i am not the final answer on anything.
 </p> 
 <p> 
 <strong> goal: </strong>  <br />  to inform and educate people on ideas that exist and to make people think. ultimately this is to get people to wake up and think as well. the social theory and society side will blow your mind if you allow the time to think about it ... about 3 weeks worth of thinking straight to get one point.
 </p> 
]]></description><pubDate>Sun, 04 Oct 2009 19:57:32 +0000</pubDate><link>http://drew.lagbox.org/philosophy/time-past-future-and-how-to-get-there/</link><guid>http://drew.lagbox.org/philosophy/time-past-future-and-how-to-get-there/</guid></item><item><title><![CDATA[silkscreenexpressions moving forward]]></title><description><![CDATA[ <p> we are moving forward with  <a href="http://silkscreenexpressions.com" alt="Silk Screen Expressions"> silk screen expressions </a> . we have spent time today updating some things and adding some flare.
 </p> 
 <p> 
newest udpates:
 <ul> 
  <li> homepage
   <ul> 
    <li> updated right side of page with icons instead of nubmers </li> 
    <li> updated navigation and removed numbers </li> 
    <li> implemented slideshow </li> 
   </ul> 
  </li> 
    <li> updating site header <br /> will now be using a javascript slide show to show off the latest tshirt designs. </li> 
  <li> will be updating the navigation accross the whole site and removing the numbers </li> 
  <li> new pages coming soon </li> 
 </ul> 
 </p> 
 <p> 
i hope everyone else is as excited as me about these sites. i can't wait to get all the content up and functioning 100%. i am completely immersed in these sites and am going to make sure they get done this time :-) .
 </p> 

]]></description><pubDate>Fri, 25 Sep 2009 00:30:48 +0000</pubDate><link>http://drew.lagbox.org/sites/silkscreenexpressions-moving-forward/</link><guid>http://drew.lagbox.org/sites/silkscreenexpressions-moving-forward/</guid></item></channel></rss>