Wednesday, December 14th, 2011 at
11:00 am
Elie Tahari used IBM Cognos® to create a seamless reporting framework that provides granular, real-time information from the sales floor to its suppliers’ inventory and production schedules.
Video Rating: 5 / 5
Tuesday, December 13th, 2011 at
6:01 pm
Advertising & Marketing Collateral When executed strategically, advertising & marketing collateral can make an immense impact and contribution to your company’s branding efforts & awareness. Creative marketing collateral, such as advertising, custom stationery, company brochures, monthly newsletters, posters, direct mail campaigns & outdoor advertising can develop strong, stable & long-lasting client relations, while producing an extremely effective & valuable marketing impression. BeeRound Design Studio simplifies the creative process by designing & developing custom designed advertising campaigns & creative marketing media for large, medium & small-scale clients, companies & organizations. For more information please contact us at: info@BeeRound.com or info@BeeRoundDesign.com
Video Rating: 0 / 5
Monday, December 12th, 2011 at
9:37 pm
HP rp5700 Point-of-Sale (POS) System

Image by HP PSG APJ
Monday, December 12th, 2011 at
11:00 am
Question by Meia: Simple Java coding problem?
I need some help. I’m new to Java and I am doing a coding that requires average of cars sold and the month with the lowest value. I managed to get the average but when I get to the lowest part, I got stuck. I have no idea how to assign a number to the month I have. But here is the coding that I have.
import java.util.*;
import java.lang.*;
class CarSold
{
public static void main (String args[])
{
int number[] = {191, 196, 269, 308, 236, 145};
String month[] = {“January”, “February”, “March”, “April”, “May”, “June”};
int result = 0;
int i;
for (i=0; i… Continue reading
Sunday, December 11th, 2011 at
7:37 pm
Question by Kevin W.: I am making an RPG in Java, and I can’t figure out one of my methods and why it is not working…?
I continuously get a String IndexOutOfBouds error @ -72….-72!!!
I don’t understand why is is doing this, any help would be appreciated.
public static ArrayList toBM(String info)
{
ArrayList bMagic = new ArrayList();
String temp;
/**for (int i = 0; i… Continue reading