Tag: Development

  • How To Install Java 7 on Mac OS X

    For most, this would come in handy with those using the latest browser extensions/add-ons that use Java, especially version 7 (in the time of this writing). There are two ways to go about this. First, for most users, they just need the JRE. The second are those doing development work and need the JDK. Before…

  • Responsive Web Design Process

    As I’ve said recently, there has been a surge of #RWDprocess insights. To my fellow web workers who couldn’t make it to Austin for #SXSW, be sure to read up on the current #RWDprocess (topic). #webdev #design — Sherwin Techico (@stechico) March 10, 2013 Just an overview, as I was reviewing my notes from years…

  • Increase File Upload Size Limit

    I am working on a project that requires high-level users to be able to upload more than the default WordPress file-upload limit. I’ve done this in the past but I have set it to a multi-domain setting. Meaning that it encompasses all of my domains being hosted in a particular Dreamhost user account. I wanted…

  • Replication for Learning

    [youtube]http://www.youtube.com/watch?v=c929TzzsplM[/youtube]

  • Converting a Subversion SVN Repository to Git

    Converting a Subversion SVN Repository to Git

    I’ve used DreamHost’s SVN hosting with past projects I’ve done. It wasn’t till recently that I had time to migrate them over to Git. Searching the net, I found JohnAlbin’s steps on how to do so efficiently (written in August 2010). ((If you have Ruby, you may try svn2git tool, which will skip steps 1-6.))…