modular

codeigniter modular seperation problem php mvc

Hi, Ok so Im running 1.7.2 and I installed the codeigniter-modular-seperation library (the newest version which is maintained by Phil Sturgeon , as the wiki said to install that version if Im using 1.7 or above) -- anyways, the documentation is super light, just says put MY_Router and MY_Loader in the libraries folder which Ive done, a...

Putting UIView with alpha 1 on top of UIView with alpha 0.5

Hello everyone, I'm trying to have a modular uiview that will be placed on top of another view. The modular view has an alpha value of 0.5, and appears in the middle of the main view. Now, I would like for text to be rendered on that modular UIView. However, whenever I: [modularView addSubview:text] it looks all hazy. How can I m...

JSF modular web application

Hello, talking about a modular web application like a Content Management System, where you can upload and install separated modules, I would like to know what is the best way to develop separeted modules (like News, rss Reader, Forum, etc...) using JSF, that could be put in packages and uploaded into the modular web application. Thank ...

Numpy Modular arithmetic

Hi, How can I define in numpy a matrix that uses operations modulo 2? For example: 0 0 1 0 1 0 1 1 + 0 1 = 1 0 Thanks! ...

Has anyone used a modular shopping cart platform?

Hey all, I've stumbled across Modular Merchant during my search for a subscription based eCommerce solution. Their website does not look that great, and I'm not entirely sure on the capabilities of their package (it looks like they host the site/store for you?) I was curious if anyone knew anything about them. My primary question how...

codeigniter modular extensions

I'm trying to implement modular extensions into a codeigniter 2 setup but am having a few problems. I followed the installation instructions on the wiki and everything was working fine. Then I started to play around a bit and try and use it. All I did was create a new module called users with the required folders and added a model class ...

Modular system architecture

I'm trying to implement modularity in my POS system to allow 3rd parties to do some kind of modules/plugins/add ons. I have started implementing a SPI and an API, my question is: the access to the data on database has to be by this way or I need to provide a Service? At this point you may have noticed that I have few experience in this,...

Creating domain model objects from oracle ref cursor

Hi I am using an Oracle Stored procedure that returns ref cursor. Then fill a datatable with that cursor and then iterate datatable and create my model objects. That seems a bit lame and time consuming. What would be a better aproach without using ORM tools of Entity Framework. The other problem with using datatable is that I cant reuse...

Zend doesn't seem to want to load the form I've created

Hey, I seem to be climbing a pretty horrible learning curve. It's taking me hours to even get to the point where I can structure/write code. I originally wanted to be able to store a form or a model inside its respective module, for example: ./application/module/ModuleName/forms/ClassName.php but when I tried to instantiate a class w...

javascript functions not working when in put in different files.

I'm new to this whole thing, and am making a web app that relies heavily on dynamically loaded html pages into a div on the main page. The main page links to various js files including jquery and some of my own. As well as this, each of the loaded html files links to its own js file to control user interaction. And some of them also ...

Techniques for Modular CSS

I want to start using modular CSS, but I'm having trouble figuring out the best way to implement it. I was thinking I could just use a bridging technique, where I have one in my HTML and then @import statements for each module. While I like the simplicity of that method, I'm concerned about the negative effects it has on performance, si...