blog.calebnance.com

It's So Loud, Inside My Head...

Caleb Nance

Caleb Nance

Website URL: http://demo.calebnance.com

Yeah I took that title from a lyric from Mac Miller.. It's all good, his mix tape Macadelic is pretty awesome. I was shocked. But that is here nor there. I wanted to just write today so here I am..

Tuesday, 31 January 2012 13:05

Mehhh

I have so much I want to do it is getting ridiculous. There are so many extensions I want to make, and most are amazing components that have not been done yet or big upgrades to what is currently out there. I also have to update all my current extensions to Joomla 2.5! I love it though, wouldn't have it any other way.

Sunday, 15 January 2012 19:08

My E-commerce for Joomla 1.5?

I have been toying around with an E-commerce Component for Joomla for a while now. I have used Virtuemart for one site, and that is the last time I will be using that component. It is too bulky, yes it is free, and comes with a huge options library, but what about the smaller stores? Do you honestly think that a regular user could use Virtuemart with ease? I want to put something out there (Commercial or free, undecided) that will be easy to use and straight to the point. That is what I try to do with all the extensions I have made so far. I think that is where everything is going, I want to help someone that is a regular user on the internet to be able to download my component, and have a store set up within 30 minutes. I have a lot of code for the E-commerce already created, but what about Joomla 1.7 and 2.5? I honestly think people jumped the gun with creating live websites with Joomla 1.7. It is great, but no where near the stable version Joomla 1.5.25. I still think it will be a good year before 2.5 is where Joomla 1.5.25 is.

Today I wanted to show you how easy it is to add a content editor in your Joomla component form.

Today I want to show you how to set multiple markers in Google Maps V.3 with each marker having their own infowindow.

Monday, 12 December 2011 13:25

Modest Mouse In All Their Awesomeness

I just wanted to sit down and put some songs out there that I just love from Modest Mouse.. Their Best Songs to me... That is all :)

  • The whole freaking album - "This Is A Long Drive With Nothing To Think About"
  • The whole freaking album - "Good News For People Who Love Bad News"
  • King Rat - "No One's First, and You're Next"
  • Gravity Rides Everything - "The Moon & Antarctica"
  • I Came As A Rat - "The Moon & Antarctica"
  • Doin' The Cockroach - "The Lonesome Crowded West"
  • Here It Comes - "Everywhere and His Nasty Parlour Tricks"
  • Night On The Sun - "Everywhere and His Nasty Parlour Tricks"
  • Satellite Skin - "No One's First, and You're Next"
Friday, 09 December 2011 12:15

Creating A CSV File In PHP

Today I want to talk about how you would go about creating a CSV file from scratch, with all of your data from the database.

Friday, 02 December 2011 10:54

Skyrim - The End of Your Life

SO I have been playing The Elder Scrolls V: Skyrim for the past 2 weeks now, which in actual game play time is close to 70 hours. I honestly think it is the best game ever. Is it bad, that now that I have seen some of the things that are important in the game, perks and skills, that I can't wait to finish the game just to be able to start it over again and be more strategic with my perks and skill leveling? I thought not.

First we want to have the array of States in our code. See Below.

$states = array("AK","AL","AR","AZ","CA","CO","CT","DC","DE","FL","GA","HI","IA","ID",
"IL","IN","KS","KY","LA","MA","MD","ME","MI","MN","MO","MS","MT","NC","ND","NE","NH",
"NJ","NM","NV","NY","OH","OK","OR","PA","RI","SC","SD","TN","TX","UT","VA","VT","WA",
"WI","WV","WY");

Then you want to create the list (select list options). Above is the simplest way of creating a state array, but right now the key of each array is 0, 1, 2. This is not what we want, we want the key and value of the array to be the same. So this next line fixes just that.

<< Start < Prev 1 2 3 Next > End >>
Page 1 of 3