skip to main | skip to sidebar

The Best Cars Gallery

The Best Cars Gallery,Audi Car,Ford Car,Holden Car,Datsun Car,Opel Car,Kia Car,Honda Car,Suzuki Car,Yamaha Car,Ferrari,Sport Car,Opel Car,Lexus,Bugatti

  • HOME
  • AUTOMOTIVE AUTO
  • FASHION
  • NEW BODY PAINTING
  • BLOGS INSPIRED
  • ACTRESS HOT PHOTOS
Powered By Blogger

Blogroll

  • Cool Womens Hairstyles Pictures
    Me and My James!!!
    13 years ago
  • Actress Hot Photos
    Elegant Wedding Dresses
    13 years ago
  • BLOGS INSPIRED
    selena gomez in bikini wallpapers
    13 years ago
  • New Body PaintingBody Painting Art
  • Fashions
  • Tattoo vs Body PaintingSun Tattoos
  • Automotive Auto

Tattoo vs body painting

Tattoo vs body painting
TopOfBlogs  blogs Blogs Topsites - TOP.ORG My Zimbio Motor Sport Blogs - BlogCatalog Blog Directory
Review http://otomobil-tutkunu.blogspot.com/ on alexa.com

Subscribe To

Posts
Atom
Posts
All Comments
Atom
All Comments
Official Free Search Engine Submission
acne

Dave and Liz Oxandale

This was my little sister Liz's wedding to her now husband Dave. I cannot say enough about the great vendors that helped us out. Celebration Party Rental did the tenting, lighting, tables, chairs, etc. that helped transform my parents' back...yard. The very talented Nick Allen captured the event better than any of us could ever have hoped for. delish! catering did an amzing job with the food and wonderful service. Branches & Twigs provided the gorgeous flowers - which did amazing considering the oppressive heat that day! Iced Art did one of the most beautiful cakes I have seen recently! And Lonnie McFadden provided the most entertainment I've ever seen from a wedding band. It was so much fun and thank you to everyone who helped pull it off. Congrats Liz and Dave!
 
Rentals: Celebrations
Photography: Nick Allen
Cake: Iced Art
Flowers: Branches and Twigs
Catering: Delish!
Entertainment: Lonnie McFadden

Read More...
0 komentar

Inautix Test Questions



The Selection process of Inautix Technologies is of 3 levels -
1. Written Test
2. Group Discussion
3. Interview.


The Written test questions include Aptitude, C, C++, Unix and more.  Here is a collection of few questions asked in Inautix test.


1. cin is an

a.function

b.object

c.class.





2. what is the use of scope resolution operator?



3. Advantage of inline function?



4. copy constructor is



5. vertual destructor?



6. How will u terminate the statement?



7. select the wrong one

a. a+=1;

b. a*=2;

c. a**=1;(ans)

d. a>>=1;



8. main(){

int n,i=1;

switch(n)

{

case 1:

some stuff;

case 2:

some stuff;

default:

i=10;

}

printf("i=%d",i);

}

what will be value of i;



9. How do loop works?



10. pick the odd one

a. malloc

b. calloc

c. new



11. char *ptr;

p=malloc(20);

How will u de allocate the memory?a. delete.

b. free.



12. How will you do version maintaince?



13. Asked the output of a program in shell script?



14. Which signal you can't catch?



15. Core dump is due to ?



16. Output of - Echo "todays date is 'date'";



17. process synchronisation is done by ?



18. main()

{

char **p=="Hello";

printf("%s",**p);

}



19.main()

{

printf("%d%c\n");

printf("%d%c\n");

}





20. main()

{

int x==5;

printf("%d%d",x++,++x);

}



21. main()

{

int x==4;

printf("%d",printf(" %d %d ",x,x) );

}



22. main()

{

union

{

int i;

char p;

{

int t;

char e;

char o;

}w;

}l;

printf("%d\n",sizeof(l) );

}



23. main()

{

int i==0,n==6;

while(n--0);

i+==n;

printf("%d\n",i);

}





24. main()

{

char a[]=="Hello";

printf("%c\n",*a++);

}





25. a==3,b==2,c==1;

What's the value of k?

k== a< b < c-1;





26. main()

{

int a==3;

do{

printf("%d", a);

a==-1;

} while(a0);

}





27.

main()

{

char c==-32;

int i==-64;

unsigned u==-26;

if(ci) printf("PASS1");

if( i < c) printf("PASS2");

else printf("FAIL1");

if(i printf("PASS2");

else printf("FAIL2");

}



28.

main()

{

int i==0;

for( i==0; i<= ;i++)

{

switch(i)

{

case 0: i+==5;

case 1: i+==2;

case 2: i+==5;

default: i+==4;

break;

printf("%d",i);

}





29. main()

{

int sum==0,count;

for(count==1;sum+==count)

printf("%d\t",sum);

}





30. #define cond(a) a=e && a<= main()

{

char s=='R';

if( cond(s) )

printf("UPPER CASE");

else

printf("LOWER CASE");

}







31.main()

{ int i==4; switch(i) }

{ case 1: printf("HEllo"): case default: // "case" should not come with "default" printf("****");}





32.I there are 132 instructions in a processor and there are 7 registers. If 14 of the ins share the address of the registers then the no of bits in each inst will be?

1.132

2.8

3.11

4.64



33.If there are 12 address lines and if 2 more i/o devices are to be added ,then the no of address lines (excluding the circuit for the i/o devices is

1.2 power 12-2

2.2 power 12

3.2 power 11

4.2 power 10



34.context switching means..



35.abCD+abcD+abCd+... compliment of a is A(similar type of qa)



36.conversion of a binary number to base 7.



37.Which of the following is not a protocol?

1.ICMP

2.UDP

3.SNMP

4.RFC





38.A man is moving 50 m north. He turns left and walks 30 m.again he turns left and walk for 50 m.He turns left and walks 50.What is the distance from his starting point?

1.25m

2.50m

3.35m

4.none of the above



39.Reshma is standing in front of her room.Ramu is coming from north towards her and he can see his shadow falling on his right. In which direction she is standing?

1.north east

2.east

3.south east

4.west





40.Instead of multiplying by 53,Narmada multiplied it by 35 and got the answer as 1206.What is the exact number to be multiplied?

1.77

2.67

3.87

4.97



41. main( )

{

int i = 1;

if(!i )

printf(“Recursive calls are real pain!”);

else

{

i = 0;

printf(“Recursive calls are challenging\n”);

main( );

}

}

a) Recursive calls are challenging

b) Recursive calls are challenging

c) Error

d ) None



42.

;

main( )

{

printf(“in main i =%d\n”, i);

i ++;

val( );

printf(“in main i =%d\n”, i);

}

val( )

{

int i = 100;

printf(“in val i = %d\n”, i);

i ++;

}

a) 101 1

b) Error message

c)1 100

d) None



43.#define NO

#define YES

main( )

{

int i = 5, j;

if( i > 5)

j = YES;

else

j = NO;

printf(“%d”, j);

}



a) Yes Yes Yes Yes Yes Yes

b) Error Message

c) None

d ) No No No



44. #define AND &&

#define OR ||

#define LE <=

#define GE >=

main( )

{

char ch = ‘D’;

if((ch GE 65 AND ch LE 90) OR (ch GE 97 AND ch LE 122))

printf(“Alphabet”);

else

printf(“Not an alphabet”);

}

a) No Alphabet

b) Alphabet

c) error

d)None



45.main( )

{

int n[25];

n[0] = 100;

n[24] = 200;

printf(“%d %d”, *n, *(n + 24) + *(n + 0));

}

a) 200 100

b) 100 300

c) 100 200

d) None





46.main( )

{

int arr[ ] = { 0, 1, 2, 3, 4};|

int i, *ptr;

for(ptr = arr + 4; ptr = arr; ptr--)

printf(“%d”, *ptr);

}

a) 0 1 2 3 4

b) 4 3 2 1 0

c) 1 2 3 4 0

d)None



47.main( )

{

static char str[ ] = { 48, 48, 48, 48, 48, 48, 48, 48, 48, 48};

char *s;

int i;

s = str;

for(i = 0; i <=9; i++)

{

if(*s)

printf(“%c”, *s);

s++;

}

}

a)0 0 0 0 0 0 0 0 0 0

b) 1 1 1 1 1 1 1 1 1 1

c) 48 48 48 48 48 48 48 48 48 48

d) None





48.main( )

{

struct employee

{

char name[25];

int age;

float bs;

};

struct employee e;

e.name = “Hacker”;

e.age = 25;

printf(“%s%d”, e.name, e.age);

}

a) Hacker25

b) Error message

c) 25 Hacker

d) None



49.main( )

{

struct s1

{

char*str;

int i;

struct s1*ptr;

};

static struct s1 a[ ] ={

{“Nagpur”, 1, a + 1},

{“Raipur”, 2, a + 2},

{“Kanpur”, 3, a}

};

struct s1*p = a;

int j;

for (j = 0; j <=2; j++)

{

printf(“%d”, --a[j].i);

printf(“%s\n”, ++a[j].str);

}

}

a) 1 aipur b) 0 agpur c) 0 aipur d) None

0 agpur 1 aipur 1 agpur

2 anpur 2 anpur 2 anpur



50. #define NULL 0

main( )

{

struct node

{

struct node *previous;

int data;

struct node *next;

} ;

struct node *p, *q;

p = malloc(sizeof(struct node));

q = malloc(sizeof (struct node));

p->data = 75;

q->data = 90;

p->previous = NULL;

p->next = q;

q->previous = p;

q->next = NULL;

while(p!=NULL)

{

printf(“%d\n”, p->data);

p =p->next;

}

}

a) 90 75

b) 75 90

c) 90 90

d) None





51.main( )

{

struct a

{

int i;

int j;

};

struct b

{

char x;

char y[3];

};

union c

{

struct a aa;

struct b bb;

};

union c u;

u.aa.i = 512;

u.aa.j = 512;

printf(“%d%d”, u.bb.x, u.bb.y[0]);

printf(“%d%d”, u.bb.y[1], u.bb.y[2]);

}

a)2020

b) 0022

c) 0202

d) None



52.main( )

{

int a = 3, b = 2, c =1, d;

d = a| b & c;

printf(“d = %d\n”, d);

d = a| b & ~ c;

printf(“d =%d\n”, d);

}

a) d = 2 d=2

b) d = 3 d-3

c) d = 1 d=1

d) None



53. main( )

{

static char a[]=”Bombay”;

char *b=”Bombay”;

printf(“%d %d”,sizeof(a),sizeof(b));

}

a. 1 6

b. 1 1

c. 6 6

d. None



54. main( )

{

int i=3;

i=i++;

printf(“%d”,i));

}

a. 3

b. 4

c. undefined

d. Error



55.What error would the following function give on compilation.

f (int a,int b)

{

int a

a=20;

return a;

}

a. Missing parantheses in return statement.

b. The function should be defined as int f(int a,int b)

c. Redeclaration of a.

d. None of the above.



56. main( )

{

int b;

b=f(20);

printf(”%d”,b);

}

int f(int a)

{

a>20?return (10):return (20);

}

a. 20

b. 10

c. No output

d. Error



57.#define sqr(x) (x*x)

main( )

{

int a,b=3;

a=sqr(b+2);

printf(“%d”,a);

}

a. 25

b. 11

c. Error

d. Garbage value



58. #define str(x) #x

#define Xstr(x) str(x)

#define oper multiply

main( )

{

char *opername=Xstr(oper);

printf(“%s”,opername);

}

a. oper

b. multiply

c. Error

d. None



59.main( )

{

printf(“%c”,7[“sundaram”]);

}

a. S

b. m

c. \0

d. Error



60. main( )

{

int a[ ]={10,20,30,40,50};

char *p;

p=(char *)a;

printf(“%d”,*((int *)p+4));

}

a. 50

b. 10

c. Error

d. None



61. main( )

{

printf(“%c”,”abcdefgh”[4]);

}

a. a

b. e

c. Error

d. None



62. main( )

{

printf(“%d %d %d”,sizeof(‘3’),sizeof(“3”),sizeof(3));

}

a. 1 1 1

b. 2 2 2

c. 1 2 2

d. 1 1 1

Note: Assume size of int is 2 bytes.



63. main( )

{

struct emp{

char n[20];

int age;}

struct emp e1={“david”,23};

struct emp e2=e1;

if(e1= = e2) printf(“structures are equal”);

}

a. structures are equal

b. No output

c. Error

d. None



64. main( )

{

char a[ ];

a[0] = ‘A’;

printf(“%c”, a[0]);

}

a) Compilaltion Error

b) No output

c) A

d) None





65. What is the name of the programming technique, which emphasizes breaking large and complex tasks into successively smaller sections?

a. Scrambling

b. Structured Programming

c. Micro Programming

d. Sub Programming

66. Data integrity refers to

a. Privacy of data

b. The simplicity of data

c. The validity of data

d. The security of data



67. Which data communication method is used for sending data in both directions at the same time?

a. Super duplex

b. Simplex

c. Half duplex

d. Full duplex



68. What is the usual number of bits transmitted simultaneously in parallel data transmission used by microcomputers?

a. 6

b. 9

c. 8

d. 7



69. The transfer of data from a CPU to peripheral devices of a computer is achieved through

a. Modems

b. Computer ports

c. Interface

d. Buffer memory



70. The channel in the data communication model can be

a. Postal mail services

b. Telephone lines

c. Radio signals

d. all the above



71. The systematic access of small computers in a distributed data processing system is referred to as

a. dialed service

b. multiplexing

c. polling

d. conversational mode



72. A characteristic of a multi programming system is

a Simultaneous execution of Program instructions from two applications

b. Concurrent processing of two or more programs

c. Multiple CPU’s\

d. All the above



73. In the IBM PC - AT, What do the words AT stand for

a. Additional Terminal

b. Advance Technologies

c. Applied Technologies

d. Advanced terminology



74. Different components on the motherboard of a PC processor unit are linked together by sets of parallel electrical conducting lines. What are these lines called?

a. Conductors

b. Buses

c. Connectors

d. Connectivity



75. Execution of instructions from different and independent programs by a computer at the same instant time is called

a. Multiprogramming

b. Multiprocessing

c. Concurrent Programming

d. Multitasking



76. Which of the following terms is the most closely related to main memory?

a. non-volatile

b. permanent

c. Control unit

d. Temporary



77. Which of the following are true?

a. Fields are composed of bytes

b. Fields are composed of characters

c. Records are composed of fields

d. All the above



78.Which of the following hardware component is most volatile?

a. ROM

b. RAM

c. PROM

d. EEPROM



79. Which of the following affects the processing power?

a. Data bus capacity

b. Addressing scheme

c. Register size

d. All the above



Directions for use : The following set of Questions is based on a brief premise and a set of rules. For each question, select the best answer from the five choices.

A particular seafood restaurant serves dinner Tuesday through Sunday. The restaurant is closed on Monday. 5 entrees – Egg, Chicken, Mutton, Fish and Lamb – are served each week according to the following restrictions.



  • Chicken is served on 3 days each week, but never on a Friday

  • Mutton is served on 1 day each week

  • Fish is served on 3 days each week but never on consecutive days

  • Chicken and Egg are both served on Saturday and Sunday

  • Lamb is served 5 days each week

  • No more than 3 different entrees are served on any given day

80. On which of the following pairs of days could the restaurant’s menu of entrees be identical?

a. Friday and Sunday

b. Tuesday and Wednesday

c. Saturday and Sunday

d. Wednesday and Friday

e. Thursday and Friday



81. Which of the following is a complete and accurate list of the days on which Chicken and Mutton may be served?

a. Tuesday, Thursday

b. Tuesday, Wednesday, Thursday

c. Monday, Tuesday, Wednesday

d. Tuesday, Wednesday, Thursday, Friday

e. Tuesday, Wednesday, Thursday, Saturday



82. If Fish is served on Saturday, it could be true that

a. Egg and Fish are both served on Sunday

b. Egg and Chicken are both served on Tuesday

c. Mutton and Chicken are both served on Thursday

d. Lamb and Egg are both served on Saturday

e. Mutton and Egg are both served on Friday



83. Which of the following statements provide sufficient information to determine on which 3 days Chicken is served?

a. Fish and Mutton are served on same day

b. Mutton and Egg are both served on Tuesday

c. Lamb is served on Saturday and Mutton is served on Tuesday

d. Fish is served on Saturday and Egg is served on all but one of the six days

e. Lamb is served on Sunday and Egg is served on Tuesday and Thursday



84. Which word inside the brackets is always part of the word outside the brackets? Trigonometry (a. Solids, b. Calculus, c. Progressions, d. algebra, e. angles)





85. One man can dig a trench in 2 hours

A second man can dig a trench in 3 hours

A third man can dig a trench in 5 hours

A fourth man can dig a trench in 6 hours

How many hours will it take to dig a trench if they all work together at their own speeds?

a. 0.43,

b. 0.63

c. 0.83

d. 1.03

e. 1.23





86. A B C D E F G H

Which letter is two to the right of the letter immediately to the

left of the letter three to the right of the letter immediately to the

left of the letter E?

a. C,

b. D

c. A

d. H

e. G





87. How many minutes past 11a.m. is it, if two hours ago it was three times as many minutes past 8 a.m.?

a. 55 minutes

b. 35 minutes

c. 25 minutes

d. 1 hour

e. 30 minutes





88. How many minutes before 12 noon is it, if one hour ago it was three times as many minutes after 8 am?

a. 30 minutes

b. 25 minutes

c. 35 minutes

d. 45 minutes

e. 40 minutes





89. Insert the missing number below.

a. 156

b. 34

c. 124

d. 40

e. 104





90. The recipe for a cake called for 2/3 cup of sugars. How many cakes did Jane bake for a baked goods sale if she used 4 cups of sugar?

a. 2

b. 3

c. 4

d. 5

e. 6



91. A new copy machine can run off 1,500 workbooks in 8 hours, while it takes an older copy machine 12 hours to do the same job. What is the total number of hours that it would take both copy machines working at the same time, but independently, to run off the 1,500 workbooks?

a. 4.4

b. 4.6

c. 4.8

d. 5

e. 10





92. If the width of a rectangle is increased by 10% and the length is decreased by 20% by what percent does the area decrease?

a. 2%

b. 12%

c. 16%

d. 20%

e. 21%





93. Suppose half of the people on a bus exit at each stop and no additional passengers board the bus. If on the third stop the next to last person exits the bus, then how many people were on the bus?

a. 20

b. 16

c. 8

d. 6

e. 4





94. A car traveled 75% of the way from town A to town B by traveling at T hours at an average speed of V mph. The car travels at an average speed of S mph for the remaining part of the trip. Which of the following expressions represents the average speed for the entire trip?

a. .75V + .25S

b. .75T + .25S

c. VT / (3S)

d. 4VT / (T+S)/3

e. 4VS / (3S+V)





95. If you had a piece of paper that was 0.001 inches thick, how tall a pile would it make if it were folded in half 10 times?

a. 2.047

b. 1.024

c. 1.023

d. 0.512

e. 2.048





96. When he was a child, Gopal wanted to buy his mother 3 red roses for her birthday. He decided to start saving on the first day of the month. On the first day, he put ONE paise in his piggybank; on the second day he put TWO paise, on the third day he put THREE paise and so on.

a. 13th day of the Month

b. 19th day of the Month

c. 24th day of the Month

d. 30th day of the Month

e. 21st day of the Month



97. Mary was both 13th highest and the 13th lowest in a spelling contest. How many people were in the contest?

a. 13

b. 25

c. 26

d. 27

e. 28





98. t an international party all the Indian guest ate 2 sandwiches, each American guest ate 4, each Australian ate 8, and all Russians guests ate 12. There had been a total of 234 sandwiches served. The number of guests from each country was equal. How many guests in total were in the party?

a. 12

b. 24

c. 36

d. 48

e. 9





99. ABCDEFG Which letter is immediately to the right of the letter three to the left of the letter immediately to the right of the letter which is four to the right of the letter which comes midway between the letters A and C?



a. F

b. G

c. E

d. D



100. A logic gate is an electronic circuit which

a. Makes logic decisions

b. Allows electron flow in only direction

c. Works on binary algebra

d. Alternates between 0 and 1



101.The process of converting analog signal into digital signals so they can be processed by a receiving computer is referred to as

a. Modulation

b. Demodulation

c. Synchronizing

d. Desynchronizing



102.A distributed data processing configuration in which all activities must pass through a centrally located computer is called

a. Ring Network

b. Spider network

c. Hierarchical Network

d. Data control Network



103. Multiprogramming was made possible by

a. Input/Output units that operate independently of the CPU

b. Operating Systems

c. Both c and d

d. Neither a and b



104.What is the alternative name for application software?

a. Utility software

b. Specific software

c. End-user software

d. Practical software



105. Compared with the secondary storage, the primary storage is:

a. slow and inexpensive

b. fast and inexpensive

c. fast and expensive

d. slow and expensive



106. EBCDIC ca code up to how many different characters?

a. 8

b. 16

c. 32

d. 64

e. 256



107. main( )

{

int z = 4;

printf( “%d”, printf(“ %d %d “, z, z));

}

a) 4 4 3

b) 4 4 5

c) 4 4 4

d) Error



108. int i =0;

main( )

{

printf(“i = %d”, i);

i++;

val( );

printf(“After i=%d”, i);

val( );

}

val( );

{

i =100;

printf(“val’s i=%d\n”, i);

i++;

}

a) i =0

b) i=100

c) Error

d) None of the above

val’s i=100 val’s i =100

i =1 i=101

val’s i =100 val’s i =100



109. main( )

{

int a[ ] = { 10, 20, 30, 40, 50};

int j;

for (j = 0; j < 5; j++)

{

printf(“ \n %d”, * a);

a ++;

}

}

a) 0..5 b

) 0..4

c) Error

d) None of the above



110.main( )

{

int a[5] = {2, 4, 6, 8, 10);

int i, b =5;

for(i=0; i<5; i++)

{

f(a[i], &b);

printf(“\n %d %d”, a[i], b);

}

}

f(int x, int *y)

{

x = *(y) +=2;

}

a) 2 7

b) 4 9

c) 7 2

d) Error

4 9 6 11 9 4

6 11 8 13 11 6

8 13 10 15 13 8

10 15 12 17 15 10



111. main ( )

{

int n=20, i = 0;

while(n- - >0);

i = i +n;

}



The end value of i is

(a)210

(b) 20

( c) -1

(d) 200



112. main( )

{

int i = 0;

char ch = ‘A’;

do {

printf(“%c”, ch);

} while (i++ <5| | ++ch < =’F’);

}

The output of above program is

 (a) ABCDEF

(b) AAAAAA BCDEF

(c) A will be displayed infinitely

(d) None of the above



113. Assume that a,b,c are integer variables. Values of a,b and c are 2,3 and 1 respectively. Which of the following statement is correct regarding the assignment d = a < b < c - 1;

(a) Above statement is syntactically not correct

(b) Value zero will be stored in variable d

(c) Value one will be stored in variable d

(d) Value -1 will be stored in variable d



114. int count, sum;

main( )

{

for(count = 4; sum + = - - count);

printf(“%d”, sum);

}

(a) Programs goes into an infinite loop

(b) 356653 will be displayed

(c) 354453 will be displayed

(d) None of the above



115. What will be the result of executing following program

main( )

{

char *x="New";

char *y="Dictionary";

char *t;

void swap (char * , char *);

swap (x,y);

printf("(%s, %s)",x,y);

 char *t;

t=x;

x=y;

y=t;

printf("-(%s, %s)",x,y);

}

void swap (char *x,char *y)

{

char *t;

y=x;

x=y;

y=t;

}

a).(New,Dictionary)-(New,Dictionary)

b).(Dictionary,New)-(New,Dictionary

c).(New,Dictionary)-(Dictionary,New)

d).(Dictionary,New)-(Dictionary,New)



116. main( )

{

static float a[ ] = { 13.24, 1.5}

float *j, *k;

j = a;

k = a + 2;

j = j * 2;

k = k/2;

printf(“%f%f ”, *j, *k);

}

a) Error

b) Some value

c) No output

d) None of the above

Read More...
0 komentar
Label: Placement Papers

Mercedes Limousines

Mercedes Benz is the ultimate in German engineering and quality. Founded in 1881, they are the world standard for a luxurious and refined automotive experience. Mercedes Benz has introduced many new technological and safety innovations into their vehicles that have become commonplace in the automotive industry. You can experience one first hand by renting a Mercedes limousine.

Mercedes limos can be rented based on the S-Class and E-Class models. The S600 is gorgeous in limousine form, typically sporting Mercedes' 5.5-liter V-8 engine that produces nearly 400 horsepower. Mercedes S-Class Limos are typically near twelve feet long and can hold up to 10 passengers. These vehicles purchased new cost well over one hundred thousand dollars.

Mercedes limousines may have exterior features such as metallic paint, large chrome rims, and a fifth door for easy entry and exit. On the inside, mercedes limos may offer such features as sumptuous leather, strobe lighting, fiber optic lighting, flat panel television, a bar, privacy divider, and a CD/DVD player with a state of the art surround sound system. Their interiors offer all the amenities of a city's hottest nightspots. They have to been to be believed.

Whether it is for prom, a wedding, bachelor party, bachelorette party, birthday party, concerts, sporting events, corporate events, wine tasting, anniversary, holiday party, airport service, casino trip, or simply a night out on the town with friends, a Mercedes Benz limo will really turn heads. They are perfect for any occasion and allow you to arrive in the ultimate of luxury and comfort.

Read More...
0 komentar
Label: Mercedes Limousines

How Limo Builders Manufacture Custom Coach Stretch Limousines

Limo builders do a lot more work than most of us realize in order to create a stretch limousine. The reason is that limos are all custom built by hand from stock cars. There are no mass production lines, welding robots, or motorized auto-picking of parts as far as custom coach building is concerned.

Here are just some of the steps involved -- in no particular order -- that limousine manufacturers go through in creating a stretch limo.

First, they buy a stock car that is going to be stretched. While you can make a limo from pretty much any type of car, some of the more popular car models used for limousines are Lincoln Town Cars, Mercedes, BMWs, Rolls Royces, Ford Excursions, and Hummers.

The limo builder then strips the interior of the car. They remove the rug, seats, interior vinyl top, and electrical wiring. Depending on the model of car the electrical can be difficult to extend because of the complexity of the wiring between the dashboard and the rest of the car. Mercedes cars are notorious for having complex wiring systems.

The limousine manufacturer then masks the windows, dashboard, door panels, and interior to prevent damage from cutting and welding sparks.

They mount the whole car on rails with rolling dollies. This will allow for separating or "stretching" the car after it is cut and at the same time keep the two halves supported and aligned.

Next, temporary supporting braces are added to the frame in order to prevent it from warping when the car is cut. The weight of the supporting steel as well as the act of cutting can cause the metal to bend.

Once the car is cut these items -- at a minimum -- are added to stretch the car.

  • Extend the exhaust pipe.
  • Attach new mounts and frame for the existing doors.
  • Add extended electrical wiring.
  • Add new floor panels.
  • Add extended frame structure.
  • Add supporting steel to prevent the middle part of the car from sagging.
  • Add extended ceiling panels.
  • Add new mounts for extra doors.
  • Add more supporting structural steel and side sheet metal skin.
For the interior these custom items are usually added.

  • Interior bars.
  • Interior side seating.
  • Mirrored ceilings.
  • TV panels.
  • Speakers and sound system.
  • CD and DVD players.
  • Extended interior top.
  • Electrical lines extended for lights, interior electrical disco lights, fog machine, etc.
Finally, for the outside there is typically new carriage undercoating as well final body work to smooth out the welding edges and a new coat of primer and paint.

These are just a few highlights of what limo builders have to do in order to build a custom stretch limo that can take you and your party out on the town.

Read More...
0 komentar
Label: How Limo Builders Manufacture Custom Coach Stretch Limousines

Tips on Choosing the Kind of Limo You Want to Rent

Do you have any important occasion coming up? A wedding, an engagement party, a romantic date, or even an important business partner coming into town? Nothing better than hiring a limousine. You can't beat it for style, luxury and comfort.

Limousine services have come up all over the US and even across important cities all over the world. People now do it consider hiring a limo service as something they can not afford. Instead they have started believing that because of the style and image a limo projects, the cost is well worth it.

Cities like Los Angeles, New York and San Francisco have their fair share of Limousine Rentals. And any reputed limousine service will have a decent fleet with different kinds of Limousines on offer. It would be a good idea to check with the Limo rental service on what kinds of limos they have on offer.

More often than not all the good LA limo services would have these varieties of limos. You could then figure out which type to rent. Factors to be considered are the occasion for which you want to rent a limo, how many people would have to be transported and of course the price to figure out if it is worth it.

The Standard stretch Limo

This is the kind of limo which comes into mind when you think Limousines.

Most of these stretch limos are converted Bentleys. They are very formal and used for important occasions like weddings and funerals. In fact these are the most rented of all limos. You will be surprised to know that the price of renting them does not cost a fortune. Preferred by the older generation though.

The old fashioned classic limo

These limos represent total class and style. They have gorgeous plush interiors with all the trappings wanted by a Head of State or a billionaire oil sheikh. These kinds come into mind when you think of all those old Hollywood movies.

The Hummer

The Hummer Limo has become very popular - mostly because they are so unconventional. They come in different jazzy colors and they can carry quite a load! Use them if you want to make a funky statement.

The SUV Limo

These Limos are regular SUV's converted into Limos. They are large interiors and can store quite a bit. Used mainly for longish excursions.

The Sedan limo

This name is actually a misnomer; they are essentially quality vehicles like Mercedes Benz, Jaguars, Cadillac's etc. They have a swanky looking chauffeur and used mostly to transport important business visitors who would not want to stand out unnecessarily.

Read More...
0 komentar
Label: Tips on Choosing the Kind of Limo You Want to Rent

Limousine Styles - Selecting a Modern, Unique, Or Antique Model For Your Special Event

Read More...
0 komentar
Label: Limousine Styles - Selecting a Modern, Or Antique Model For Your Special Event, Unique

Customize ReportViewerWebPart in C# and render in SharePoint Pages

This is one of the major milestone I have achieved recently to customize the report viewer web part for SharePoint sites. The issue I was facing: the SharePoint site which I have developed was too complex and it exposed via 3 zones. http://intranetsite, http://extranetsite, https://internetsite
  1. http://intranetsite – which is Windows based authentication site and for intranet people.
  2. http://extranetsite – Which is Windows based authentication site and for extranet people
  3. http://internetsite – Which is Forms based authentication site and for internet people.

For each sub site in our implementation it should show the SSRS dashboard report of the site we are in which will contains all information of the site through reports. But, SSRS reporting services and report viewer web part has a limitation in SharePoint integration mode:

System.Web.Services.Protocols.SoapException: The specified path refers to a SharePoint zone that is not supported. The default zone path must be used. ---> Microsoft.ReportingServices.Diagnostics.Utilities.SecurityZoneNotSupportedException: The specified path refers to a SharePoint zone that is not supported. The default zone path must be used.

For example, you have added a report viewer web part to a SharePoint page. And when you opened the site in any other zones other than default zone then you will see above exception. So, how to solve this problem??? No way without customizing the default ReportViewerWebPart. So, I chosen this method and the implementation I have done is working very well.

Implementation:
  1. Create a simple C# Project in Visual Studio to create a web part.
  2. The web part contains logic to render Report Viewer Web Part.
  3. The Report Viewer Web Part will take the default zone web url to render reports.
  4. Supply report parameters to the report viewer.
  5. Add any properties to the report viewer web part like toolbar mode, document map mode etc.
CODE:
public class CustomReportViewerWebPart : System.Web.UI.WebControls.WebParts.WebPart
{
#region Properties

#endregion // Properties

#region Constructors

public CustomReportViewerWebPart()
{
this.ExportMode = WebPartExportMode.All;
}

#endregion // Constructors

#region Privates

//-----------------------------------------------------------------
//Simple error handler for pre-render subs
//-----------------------------------------------------------------
private void HandleErrors(Exception ex)
{
Page.Response.Write(ex.ToString());
}

#endregion // Privates

#region Overrides

//-----------------------------------------------------------------
//Render this Web Part to the output parameter specified.
//-----------------------------------------------------------------

protected override void CreateChildControls()
{
base.CreateChildControls();

try
{
ReportViewerWebPart wp = new ReportViewerWebPart();
this.ChromeType = wp.ChromeType = PartChromeType.None;
wp.PromptAreaMode = CollapsibleDisplayMode.Hidden;
wp.ToolBarMode = ToolBarDisplayMode.None;

string defaultZoneURL = ConfigurationManager.AppSettings["SharePoint_Default_Zone_URL"];
if (string.IsNullOrEmpty(defaultZoneURL))
defaultZoneURL = "http://defaultzoneurl";

string reportPath = ConfigurationManager.AppSettings["SP_Report_Path"];
if (string.IsNullOrEmpty(reportPath))
reportPath = "reportpath"; //If it is the same report everywhere then use it. Otherwise create a web part property. So that user can input report path and use it here.

string parameter1 = "parameter1 value";

if (!string.IsNullOrEmpty(defaultZoneURL))
{
if (defaultZoneURL.EndsWith("/"))
defaultZoneURL = defaultZoneURL.Trim('/');

wp.ReportPath = string.Format("{0}{1}", defaultZoneURL, reportPath);

ReportParameterDefaultCollection parame = wp.OverrideParameters;
parame.Add(new ReportParameter("Parameter1", parameter1)); //Add all report parameters here.
Height = Unit.Pixel(1000);
wp.Height = Height.ToString(); //If you are using single report everywhere then you can hard-coded the height property. Otherwise leave it.

this.Controls.Add(wp);
}
}
catch (Exception ex)
{
Literal litMsg = new Literal();
litMsg.Text = "There is some problem in rendering the dashboard report. Please try again later." + ex.Message;
this.Controls.Add(litMsg);
}
}
#endregion //Overrides
}
I believe the above code is simple to understand and you got it. Please let me know if there are any issues in understanding or run this code. I am always here to help.

Conclusion:
With the above code, you can solve the problem of viewing the report in any zone not only other than "SharePoint default Zone".

Limitation:
As we are customizing the report viewer web part through code, we cannot make the webpart works for all reports. If there are one or two reports in your site and they are in use everywhere then this will be a perfect solution. So, I will work on doing this applying for all reports in couple of days and post in this blog.

Note:
The ReportViewerWebPart class will be reside in the namespace "Microsoft.ReportingServices.SharePoint.UI.WebParts" in the DLL "Microsoft.ReportingServices.SharePoint.UI.WebParts.DLL". The DLL will not be available directly through the file system. You have to get it from GAC. To get it, please follow my another post "How to get the files from GAC in Windows".

This will not be a problem in the new version of Sql Server. Sql Server 2008 R2 AAM has solved this problem. So, this solution will be helpful to the people who are still on earlier versions of 2008 R2. 
Read More...
0 komentar
Label: C#, ReportViewerWebPart, SharePoint, SSRS

e-Filing of Income Tax Returns online INDIA

Yes, using the e-filing process one can file in tax returns just within a few clicks at any time of the day and that too without any hassles. Using this technology all you have to do is fill the form and submit it, online or offline.

This is one of the best option available to us. It is very difficult to file for the income tax returns in regular process. Where as the e-filing process is simple and there is no need to dependent on anyone and you can do yourself with the required documents and information. The very first time you will face simple issue but it will be the nicer process once you get in. So, start using this feature and enjoy.

How to file Income Tax Returns

Process of E-filing of tax returns

The above links are quite enough to do what you are looking for. So, please use them to not miss to get your income tax returns.
Read More...
0 komentar
Label: e-Filing, Income Tax

Water babies...

Why is it that some women can spend an afternoon swimming in clorine water, or dirty lake water, or even in and out of the shower and come out looking like a million buckaroos...


No, silly...thats not me!  Its the most "family friendly" google image I could find of a woman getting out of the water...all the rest are itsy bitsy teeny weeny bikinis and boobs.  Yup...so instead you get the hair fling.

Anywho...I have not nor will I ever come out of the pool looking like anything other than a drowned rat.

Its true.  So, instead we took underwater photos...mostly because I love the bubbles from being underwater...

Bella is a SWIMMER!  She loves the water and with water wings on takes off across the pool and wants nothing to do with me helping her out.


She doesn't really go under the water yet so this was the best shot of her that I could get...her little doggy paddle legs going 100 miles per hour...



Eric is a little afraid of the water...it took a lot of coaxing to get him to stick his head under the water...but then he tried it over and over again...by the end of the month he stayed with us he was actually swimming!





Yours truly...well, lets just say its not a pretty sight, but I have to embrace the "drowned rat" persona and forget about the "hair flip" diva when it comes to swimming...and I like swimming way too much to not do it just because of the drowned rat persona...



And then there is John...who we took multiple video of too...but for today we'll just show a couple of the underwater photos...

Whoops...lets try that again...the bubbles masked his face completely...


Much better...


Rock on with your bad self, amore mio.

All this was compliments of the Hotel Merloni in El Grande Uniti, Italy. 



We can't WAIT to go back... Read More...
0 komentar
Label: eurotrip, family, Italy, swimming

There is a reason...

There is a reason why Switzerland is considered one of the most beautiful countries in the world.  While on vacation we drove through Switzerland to get back to Germany.  The scenery was amazing...we simply could not get enough of it.

You may not be fully impressed with the photography.  I'm ok with that.  I've had my moment of acceptance that photography taken from a moving vehicle is not always going to capture the full "essence" of what you want, but that just makes these photos even MORE amazing to know you are getting really shoddy photos and yet still the view is breathtaking.

Like this mountain.  In the middle was a giant glacier.  I wish you could see it better, but you'll just have to take my word for it.




Oh wait...no you don't...


And once you got to the other side you could see the full extent of that glacier and the "change" it had caused on that mountainside.   It reminded me of a trip many years back when I went with my sister Sarah and my dad into an actual glacier high up on a Swiss Mountian...googling it...be back soon...


Dang...couldn't find it, but I remember it had this rickity bridge you walked over to get into the ice cave and then it was just this pristine almost neon blue color...absolutely amazing.

And here we have one of many "natural bridges" we drove through, under, over and around...


And after getting below this little tunnel look what was on the other side!



And if that wasn't enough waterfall you should know that you can see one about every 100 feet or so as you drive through the alps...



The Swiss, like the Germans are very very careful about the beautification of their space, homes..even the freeway coming into their towns...



Which from further away look more like this...



The color of this water made my teeth chatter.  Glacier runoff...there is no color quite like it in the crayola pack...

We rounded a corner and saw this amazing lake.  I just love the lone sailboat...


And last, but not least...a glimpse of what we drove on...check out these hairpin turns.  Did I mention John gets carsick?  muwahahahahaha....


And, just for a laugh...at least it was funny to a recently returned soldier from Afghanistan...we drove through this town and aren't they nice...a parking lot specifically for the Taliban.  :)


Until next time, lovely lovely Switzerland... Read More...
0 komentar
Label: beautiful, eurotrip, Switzerland

Now that its August...

Yes...now that its August I thought I'd better write about the 4th of July this year.  I figure we can always use a reminder of America's Independence Day.  Right?

So, our family...we spent the 2nd, 3rd and 4th of July in Garmisch, Germany at the Edelweiss Resort and Lodge.  Its a beautiful hotel set next to the Army base and they had a bunch of great special events planned for that weekend.  They all kinds of kid-friendly activities that Eric and Bella could hardly wait to see...



The day started with the Eric and Bella having the chance to try the bungee trampolines...




Then we went to the shooting range...where I actually scored 3 out of 4 shots.  (the SAME as my expert shooter husband!  Woot!)


Eric had a blast on this giant bouncy slide...it reminded me of our family reunion...only no water or swimsuits...or broken bones.  :)

Meanwhile, John and I looked on and just enjoyed watching the kids play play play....


And then the evening rolled around and we went to the "Traditional Bavarian show" that was playing in the conference center.  It was really cool.

Just a sampling of videos of traditional Bavarian activities...I'm glad I don't consider these blase' yet!

We started it off with the traditional German Long Horns.  They are so beautiful sounding.  I was surprised at the tone of these horns...I don't know what I expected, but it wasn't this!



Then they had two couples that did a traditional Bavarian dance.  I love the guy's part in this.  The girls just pony and twirl...boring.  And yes, the boys are wearing half sock things...apparently that is traditional wear. 



Then, of course, its not traditional Bavarian without the cow bell music.  (sorry if the sarcasm was too much.)  I found this lady quite talented, but she was extremely obsessed with the placement of her bells.  I cut out the footage where she moves them 1/2 centimeter to the right and left over and over again...but I guess if you have to play the cow bells you gotta do what you gotta do to make it work for you...



Last, but not least...and my FAVORITE part of the show was the yodeling guy.  I loved this.  Love. Love. Love.  I want to learn to yodel.



When the show was over it was time for the fireworks.  You may not know this about me, but I LOVE fireworks.  Its my favorite part of any 4th of July.  I nearly divorced my husband over missing the fireworks one year not so long ago...  In fact, let me just share you this side story...I think you can appreciate it like I do now.  July 4, 2008 and we were in Ft. Huachuca, Arizona.  I was pregnant with Bella and we were living in the guest housing and sleeping on the most uncomfortable beds ever made on the 3rd floor (with no elevator) of basically what would be considered barracks housing.

I wanted to see the fireworks.  John did not.  He promised me we'd be able to see them from the common room window.  So we cooked some dinner and then started to play Phase 10.  It was the worst game of Phase 10 ever.  John repeatedly killed me...and soon he was on Phase 8 and I was on Phase 2 when I caught him trying to LET ME WIN a hand.  John can say he had a near death experience that night. 

Anywho...I'm about to call it quits and stomp out of the room headed straigh for legal and divorce paperwork when the fireworks start...and it was the WORST fireworks show I ever had.  Watched from miles away...I could see tiny bursts of red and white in the sky and that was about it.

Lets just say that every day of our marriage since has been better than that day...and yes, I can laugh about it now...a little.

So, back to our magnificent fireworks...here they are in all their glory!



And dear little Bella...she tried so hard to watch the show...how one manages to sleep during fireworks is beyond me...I love this little clip. 



So, another 4th of July here and gone.  This one was spent with family that I love.  I truly am thankful for the beautiful country I call "home." Read More...
0 komentar
Label: Bella, eric, family, fireworks, Germany

Zugspitz!

Zugspitz!  The highest peak in Germany.  Part of the chain of mountains called the Alps.  Heard of them?  ha ha

We decided to visit the top of the world in Germany during our vacation this summer.  I didn't really stop and think very well about what we were doing...I mean...I didn't think about where we were going...what I'm trying to say is that I ended up in the snow...



...in flipflops.

Aiya.

But, I managed to slip and slide my way around and really it wasn't THAT cold up there and it wasn't like we were going to hike around the peak or anything like that...

We ended up taking the funicular up the mountain....



With breathtaking views of the actual peak...



...the Eibsee (Eib lake)



...the Alps...


...the adorable children...


...and the LARSONS...


We took the train back down...




And then remember that Eibsee we saw up on top?  We decided to dip our toesies in it...it was a beautiful day, after all...



I was glad I wore my flipflops!  :) Read More...
0 komentar
Label: family, Germany, vacation, Zugspitz
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)
Related Posts with Thumbnails
GiF Pictures, Images and Photos

Followers

Archive

  • ▼ 2011 (708)
    • ► October (14)
    • ► September (13)
    • ▼ August (28)
      • Dave and Liz Oxandale
      • Inautix Test Questions
      • Mercedes Limousines
      • How Limo Builders Manufacture Custom Coach Stretch...
      • Tips on Choosing the Kind of Limo You Want to Rent
      • Limousine Styles - Selecting a Modern, Unique, Or ...
      • Customize ReportViewerWebPart in C# and render in ...
      • e-Filing of Income Tax Returns online INDIA
      • Water babies...
      • There is a reason...
      • Now that its August...
      • Zugspitz!
      • Campfire
      • I like dad's pecs.
      • G5 Irons - The Value of Proper Equipment
      • Ping Hybrid Golf Clubs
      • Ping Golf Clubs - The Power of 10
      • Tips For Buying Golf Clubs Online
      • Ping G5 Irons - An Honored Tradition
      • Set Page Layout programatically for a publishing page
      • Set default Page Layout for a SharePoint site
      • Get default Page Layout for a SharePoint site
      • Copy users from one SharePoint group to another group
      • Cisco Placement Questions
      • Luscious Cathedral Dessert
      • Baking Tips To Help You Turn Out Luscious Cakes an...
      • The KitchenAid Mixer 6 Quart - Buy It, But Don't P...
      • Why You Should Buy a KitchenAid Pasta Maker
    • ► July (50)
    • ► June (8)
    • ► May (9)
    • ► April (13)
    • ► March (17)
    • ► February (528)
    • ► January (28)
  • ► 2010 (785)
    • ► December (60)
    • ► November (22)
    • ► October (21)
    • ► September (24)
    • ► August (29)
    • ► July (15)
    • ► June (37)
    • ► May (37)
    • ► April (84)
    • ► March (195)
    • ► February (177)
    • ► January (84)
  • ► 2009 (509)
    • ► December (78)
    • ► November (57)
    • ► October (36)
    • ► September (44)
    • ► August (41)
    • ► July (50)
    • ► June (49)
    • ► May (36)
    • ► April (34)
    • ► March (24)
    • ► February (33)
    • ► January (27)
  • ► 2008 (142)
    • ► December (28)
    • ► November (3)
    • ► October (8)
    • ► September (8)
    • ► August (16)
    • ► July (16)
    • ► June (10)
    • ► May (14)
    • ► April (18)
    • ► March (7)
    • ► February (2)
    • ► January (12)
  • ► 2007 (14)
    • ► December (11)
    • ► November (3)
 
Get paid To Promote at any Location

© Copyright by The Best Cars Gallery | Template by Free Tips 4U