EllisLab text mark
Advanced Search
     
New CodeIginter / JQeury / MySQL application (social networking and wiki site)
Posted: 22 October 2012 05:50 PM   [ Ignore ]
Joined: 2012-10-22
4 posts

Some time ago, we decided to use CodeIgniter to build our site, and thanks to the CodeIgniter forum and documentation, we are finally able to demo the new site.

CodeIgniter certainly helped us to reduce the development time, and new programmers have had easy time getting started on the framework.

Please come and check it out, and we’ll be happy to assist other forum members who want to build similar features for their sites in CodeIgniter.

http://www.hypejar.com

 
Posted: 25 October 2012 11:41 AM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Avatar
Joined: 2011-03-25
220 posts

This site is actually really cool! Great work! I love the premise of your site too. Care to say anything specific in the technologies you used to create it all?

 
Posted: 26 October 2012 02:45 AM   [ Ignore ]   [ # 2 ]   [ Rating: 0 ]
Joined: 2012-10-22
4 posts

It was pretty much standard CodeIginter / JQeury / MySQL. And we just recently started using Amazon S3 to test it out. What kind of specifics are you looking for? I can definite answer your questions. I’m really glad you liked the site!

 
Posted: 26 October 2012 07:30 AM   [ Ignore ]   [ # 3 ]   [ Rating: 0 ]
Avatar
Joined: 2011-03-25
220 posts

Just libraries you might be using. Or did you code all the JS from scratch?
Also, on a side note, it looks like you are using .live() a lot. Just a heads up..

As of jQuery 1.7, the .live() method is deprecated. Use .on() to attach event handlers. Users of older versions of jQuery should use .delegate() in preference to .live().

 
Posted: 26 October 2012 08:35 AM   [ Ignore ]   [ # 4 ]   [ Rating: 0 ]
Avatar
Joined: 2011-10-12
103 posts
regal2157 - 26 October 2012 07:30 AM

Just libraries you might be using. Or did you code all the JS from scratch?
Also, on a side note, it looks like you are using .live() a lot. Just a heads up..

As of jQuery 1.7, the .live() method is deprecated. Use .on() to attach event handlers. Users of older versions of jQuery should use .delegate() in preference to .live().

TRUE ! Have had that issue some days ago.


Btw: Cool site smile

 Signature 

SMC - full CRUD Model for CodeIgniter:
forum: http://codeigniter.com/forums/viewthread/223845/

 
Posted: 27 October 2012 07:19 PM   [ Ignore ]   [ # 5 ]   [ Rating: 0 ]
Joined: 2012-10-22
4 posts

Thanks for the heads up! We’ll fix those right away. This is my first time using Jquery, so I’m not quite an expert yet.

Our image/video viewer is Floatbox we paid for.

We also use
FitVids.js
jquery.fittext.js
modernizr-2.5.3.min.js


and of course,

jquery-1.7.2.min.js
jquery-ui-1.8.21.custom.min.js
jquery.lazyload.min.js
jquery.form.js

the rest is page specific js files to make AJAX work for each page.

Please let me know if I’m not answering all your questions.

Thanks for the feedback again.

 
Posted: 27 October 2012 10:23 PM   [ Ignore ]   [ # 6 ]   [ Rating: 0 ]
Avatar
Joined: 2011-03-25
220 posts

sweet! never heard of lazyload before. Might have to use that in a future project!

 
Posted: 29 October 2012 02:06 AM   [ Ignore ]   [ # 7 ]   [ Rating: 0 ]
Joined: 2012-10-22
4 posts

Nice! My fellow programmer discovered Lazyload for us. It saves some bandwidth and improves the perceived load time. Have fun.