Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~16.1K People Reached
About Me

Been out of IT for 10 years, driving truck now. I am bored out of my skull. Married, happily too.

Favorite Tags
Member Avatar for vitaquous

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 …

Member Avatar for alc6379
0
169
Member Avatar for vitaquous

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) …

Member Avatar for rubberman
0
304
Member Avatar for scheppy

Good Day Lets say i have a array of integers.... -always differs in length I need to know all the possibilities the numbers in the string have to add up to a certain number. let say 5; and my array contains 1,3,4,3,5,8,2,1; than the possibilites would be.... (3,2)(4,1)(3,1,1) But i …

Member Avatar for JamesCherrill
0
252
Member Avatar for shlokka

hi guys, i have an image of a box i would like to use as backgrounds for certain content boxes around my site. i can insert the corners ok, but the centre images overlap the corners. how would i style this to output my box image correctly? it needs to …

Member Avatar for vitaquous
0
96
Member Avatar for vitaquous

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 …

Member Avatar for vitaquous
0
199
Member Avatar for vitaquous

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 …

Member Avatar for vitaquous
0
233
Member Avatar for vitaquous

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 …

Member Avatar for vitaquous
0
15K