No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
I used npm node-persist but I wish to use it in two modules as well, 'set()' and 'get()' var storage=require('node-persist'), set=require('./set.js'), get=require('./get.js'); storage.initSync(); passing as; `set(foo, bar, storage);` my problem is the package does not seem to work when passed. Is there a way to pass a npm package such …
there are five tables (personTb, addressTb,churchTb) each holds data pertinent to an individual; (personAddress,personChurch) each hold the primary key for the person table and corresponding table IE personAddress holds primary key for addressTb. both snippets work, my question is;** Is my join correctly formatted? ** select concat(personTb.p_fName,' ',personTb.p_mName,'. ',personTb.p_lName) …
Not sure I understand, it sounds like you are attempting to loop through your array and find all the combinations that add to a certain sum IE 5. Plus you would like to have the index of each element of the array used to obtain 'sum' your array being 1,3,4,3,5,8,2,1 …
It would help if I knew what type of image, because if it is just a background image design then just make the overflow not visible? If it is a image of trees or such why not have various images of the same thing and sprite them showing which ever …
Hi I am trying to create a background I like the way [Maxthon](http://i.maxthon.com/) built theirs it is simple and yet attractive. How did they do this? I am also using the 960 grid system, I have tried to create an image but the image messes up on the bottom by …
I have no idea if I am doing this correctly. Eight years ago I was a C++ programmer, then I left the industry. I am lost and have been reading heaps on the web but do not know where to begin. I wrote a MySQL DB, I have populated the …
I would like to be able to take data from a MySQL DB and place it in various div elements. I would like to do this after the page has been rendered. I know I could do this using JavaScript with innerHTML, but do not know what function to use …
The End.
vitaquous