Hyzerflip Coming Shortly
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.
More work will be coming shortly and always under construction.
This site is using my framework and we will see how far I can stretch it.
Tags · sites · hyzerfilp · framework · news
Comments (0) December 16, 2009 3:03 am
Another New Site
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
Site Features:
- Quick User System
- Upload of multiple photos with descriptions
- Ability to see everyone else's photos
- Ability to comment on photos
- Coming Soon:
- Tag Other People in Photos
- Search photos by tagged people
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.
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.
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.
This framework is being derived from my work on Eaters, which I will mention soon in another post.
Thank you Rasmus.
Tags · php · development · coding · sites · framework
Comments (0) November 02, 2009 3:39 am
SJDGC Forum - Completed ... Finally
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.
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.
things i missed when first planning- html -> bbcode
- db collation issues
- posts last edited field when not a topic starter
- Members in the Community Member Status
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.
- if text field change to blob in db table
- change back to your previous text field type
- set collation to utf8 ... general_ci
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.
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 :-)
// a super simple to strip non-ascii characters from a string
preg_replace('/[^(x20-x7F)]*/','', $text_to_clean);
Tags · sites · silverstripe · issues · sjdgc · coding · php · development · update
Comments (0) October 17, 2009 5:28 am
relaunch our lewis family
i have relaunched ourlewisfamily.org. this site is for lewis family members to stay in touch and up to date with family happenings and each other.
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.
Tags · sites · silverstripe · lewis
Comments (0) October 04, 2009 8:40 pm
silkscreenexpressions moving forward
we are moving forward with silk screen expressions. we have spent time today updating some things and adding some flare.
newest udpates:
- homepage
- updated right side of page with icons instead of nubmers
- updated navigation and removed numbers
- implemented slideshow
- updating site header
will now be using a javascript slide show to show off the latest tshirt designs. - will be updating the navigation accross the whole site and removing the numbers
- new pages coming soon
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 :-) .
Tags · silke · design · development · js · update
Comments (0) September 25, 2009 12:30 am
Categories:
Articles:
Tag Cloud:
advice assistance bio coding design development framework future goals help howto hyzerfilp information issues js lewis life linux me news philosophy php pv reinstall silke silverstripe sites sjdgc society theology theory thoughts time time space todo ubuntu ultrastuff update
Comments:
- devnull (@UPDATE the packages i needed to re...)
- devnull (Looks pretty now.)
- John Jacob Dubbington (Looking forward to the f...)