Author: port_admin

  • Temporary Hiatus…Back Now

    Sorry everyone! My laptop broke last week. Heat sink and fan totally went dead. That was an interesting experience. I have taken apart and put back together my desktop 100 times for parts and improvements. I had not done anything major on my laptop, save for installing more memory. So… taking apart and putting together…

  • Antmore corporate site 75% finished

    I have finished the general layout and integrated it with the company’s WordPress blog. It was the first time I did that sort of thing, but it was really easy to follow the tutorial found here: http://www.websitedesign411.com/blog/integrate-wordpress-using-twentyten-2011/ I have to do some modifications to the style sheet to clean up the Sidebar content, but otherwise…

  • Antmore.com

    I am working on my corporate website, while I am on the job hunt. Currently I am using Netbeans, Codeigniter, and XAMPP to develop the site locally. However, I should have something before he weekend begins.

  • Portfolio Site Codeigniter + WordPress hybrid

    In the past I spoke about a non-WP to WP integration using sessions/cookies for a login system. Well this very site is a Codeigniter and WordPress hybrid. I am able to use all of the WordPress functions on my Views without having to make a function in the Controller. I added a few lines of…

  • Social Media Links finished

    I added functionality to all my social media links. They now link to their corresponding subject matter.  

  • Latest Work Section

    That is under construction. I have no decided if I am going to use that section to showcase new additions to my gallery section or the latest four additions to my websites section of my portfolio. I am also thinking of deleting it altogether. stay tuned!

  • Social Media Links coming soon

    I am going to connect the links to the various social media sites sometime this week.

  • My First PHP/WordPress Hybrid

    My Capstone project for my Master’s degree is called Car-Mds. It stands for Car Doctors. It is a website that I eventually plan to make money from. I designed it from an SEO/Business-building standpoint. I wanted the comfort of regular PHP, but also add some WP elements. I found that there isn’t alot of hybridization…

  • Next Steps for the site

    The next thing I am going to tackle is the Portfolio page. I intend to make a screenshot of websites I have worked on, with a height/width (TBD), then call it via database function. This functionality will come in handy when I build an Admin portion of the site, where I can add pictures, captions…

  • Success!

    After about 3 days of researching and plugging away at a solution, I finally figured out how to use WordPress functions in my CI Framework root with WP being the subfolder of the root. I found plenty of ways where WordPress is the root and CI is the subfolder, but I was not going to…