Jump to content

chopsumbongw

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

About chopsumbongw

  • Birthday 07/28/1988

Contact Methods

  • Website URL
    http://www.sparkdigitus.com

Profile Information

  • Gender
    Male
  • Location
    Bahrain

chopsumbongw's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. What you need is asynchronous loading of data! I believe you can get the job done with JavaScript/jQuery Try this. 1) Add the latest jQuery library to your project 2) Create separate pages for the content you would like to put in the main div. 3) Use "click" function to trigger "load" function. You can look up the exact syntax as it would be good if your read up on it. It is freely available on the interenet. click - http://api.jquery.com/click/ load - http://api.jquery.com/load/ Using above concept you can write a few lines of script to load a particular html file into a div. It would make sense to use $(window).load so that you dont slow down the loading of you page. Cheers
  2. Hey, I have just been assigned a project along the lines of 99designs.com and activeden.net The SRS has not been finalized as yet but i want research the same. From what i understood in course of the PDM is as below. 1) The project would be require two roles for users namely designers and customers 2) On login both would be taken to their respective portal page. 3) Portal Page woul display relevant information like [*]Designer Active Projects Job requests Client Notifications Payment Completed Time line for projects 2. Customer Project Status Payment Due Reviews Remaining Suitable Designers This is primarily the basic functioning of the website there is more functional logic that i have omitted from this summary. It has been a while since i have worked on a core php project. Since the past two years I have worked solely with CMSs namely Joomla and Wordpress and augmented their functionality with extensions when necessary. The last e-commerce project I worked on was something you would call "a website that is also shop". Simple integration of virtuemart was all the functionality i needed. Now coming to my actual question is whether i should create an extension for the project to integrate it with a CMS or should i build it from scratch. The only thing that might be updated on the website might be the blog section but i can work that out without the CMS as there would be a dedicated developer for the project once it is complete. Thanks for any help
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.