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.

~6K People Reached
Favorite Tags
Member Avatar for aPPmaSTer

Hi, I have a rather simple problem, and I hope the solution is just as simple, but I just can't seem to find anything about this specific situation on the internet. I created [URL="http://www.bosal.rs/dizajnirajte"]this web application[/URL] which allows for custom door creation. What I would like to do is to …

Member Avatar for aPPmaSTer
0
95
Member Avatar for aPPmaSTer

Hi, I've been searching the forum as well as the net for a solution to this problem, but can't find anything that's exactly like my situation, although it seems like a very common scenario. I have a Scientific Atlanta cable modem with 1 Ethernet port through which I used to …

Member Avatar for jingda
0
367
Member Avatar for RobynJ

I have a secondhand Intel motherboard DQ965GF that I am trying to install it has a 3g CPU and 2 g RAM with a serial DVD drive and an 80g hard drive. If I try to boot install Windows 7 I get “can not read from CD code 5” When …

Member Avatar for aPPmaSTer
0
275
Member Avatar for aPPmaSTer

Hey all, I'm looking for a way to insert values from one table from another in a pretty straightforward way, I just can't get the syntax... If table 1 has fields A,B, and C, and table 2 has 20 fields... I want to insert into: A a value that I …

Member Avatar for aPPmaSTer
0
4K
Member Avatar for aPPmaSTer

Hey everyone, I'm working on a web application that's supposed to be compatible with all browsers, yet IE, as usual, is giving me one hell of a headache. I'm posting the code below, it's very straightforward... 3 divs containing ordered lists are made hidden/unhidden via a select menu. The problem …

Member Avatar for matricol
0
137
Member Avatar for aPPmaSTer

Hey everyone, I've made a web application that allows a user to construct an object, in my case a door, which is a collection of overlapping divs and imgs, and I'd like to take this final object and change it into a jpg image or pdf (like a screenshot) for …

Member Avatar for aPPmaSTer
0
48
Member Avatar for aPPmaSTer

Hi, I'm working on an application that is supposed to allow a user to upload a picture, which would be immediately displayed... how do I go about doing this?

Member Avatar for tomato.pgn
0
87
Member Avatar for aPPmaSTer

Hi, I'm working on an application that is supposed to allow a user to upload a picture, which would be immediately displayed... how do I go about doing this?

Member Avatar for ko ko
0
73
Member Avatar for aPPmaSTer

Hello! I'm trying to flip an image horizontally on the client side. Is it possible to rotate or change the orientation of an image by using JavaScript or CSS2?

Member Avatar for tinymark
0
197
Member Avatar for aPPmaSTer

Hi everyone, I am pretty new to SQL and I would like to know how can I add a prefix or postfix to all records in one field. Example: I want to add "PK-" before all barcodes in my database.

Member Avatar for aPPmaSTer
0
74
Member Avatar for aPPmaSTer

Hey all, I'm trying to create a simple <select> menu in which the options are not text, but images. How can I go about doing this? I tried <option value="x"><img src="xx" /></option> with no success... If no solution exists with HTML, is there a solution with JavaScript or any other …

Member Avatar for aPPmaSTer
0
170
Member Avatar for aPPmaSTer

Hi, I'm currently making a java-based web services application and want to embed the Google API. The trouble is that I can't fir their API files anywhere, can anybody help?

Member Avatar for saurav
0
82
Member Avatar for aPPmaSTer

I have a program that I made with OpenGL, but it doesn't work on PCs that don't have OpenGL installed. Is there a way to embed the necessary OpenGL files into the .exe file through the compiler?

Member Avatar for John A
0
106
Member Avatar for Lavitz

hey guys. i was given a project today in my C++ class. The directions are as follows: A. solicit from the user a positive integer n. B. Generate and display a list of all the possible permutations of the first n integers. in other words, the user inputs 3, the …

Member Avatar for Lavitz
0
158
Member Avatar for aPPmaSTer

I made a dynamic 2D array using 'calloc', but when I try to fill it, I get the following error: [INLINECODE]name lookup of `j' changed for new ISO `for' scoping [/INLINECODE] Here's the part of the code where it stops: [CODE=c] for(int j=count;j<prod;j++); { ct[j][0]=50+(j-count+1)*offset; //error here count++; } [/CODE] …

Member Avatar for aPPmaSTer
0
200
Member Avatar for aPPmaSTer

Hey everyone! I've been trying for a couple of days now to make a function and it's driving me crazy. I need a function that takes a set of numbers in an array, for example: int array[]={4,3,5,7} and produce another array with all possible combinations of those numbers, or just …

Member Avatar for aPPmaSTer
0
103