Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

28
votes
35answers
4k views

I can learn either C or Java, which one should I choose first? Should I take them concurrently? [closed]

I realize this is a subject of hot debate, but I'm interested in opinions that relate to my specific situation. I want to learn the basics and fundamentals of programming, so I'm already taking a ...
10
votes
10answers
704 views

Resources for getting started with web development?

Let's say I woke up today and wanted to create a clone of StackOverflow.com, and reap the financial windfall of millions $0.02 ad clicks. Where do I start? My understanding of web technologies are: ...
6
votes
6answers
341 views

Good Intro to COM Programming

Is there a good book or website with a basic introduction to COM programming? I am using C++, but I am hoping for a good overview.
3
votes
2answers
395 views

Make Eclipse RCP Intro part of a perspective

For a product we are creating, we want to be able to have the welcome screen display in a perspective (which we are calling "Start Here"). The intro is the only thing that needs to be in that ...
2
votes
3answers
2k views

Make my own welcome page

I am facing difficulties to make my own Eclipse Intro Page (as shown here). It seems that I have some probleme with my product ID but I dont know how to get a product ID, I have tried to extend ...
1
vote
1answer
71 views

How To Show An Intro View For 5 Seconds

How is possible show an intro view for 5 seconds, to show after another view? With this code I will wait for 5 second and after I will see the second view, but never the first. public void ...
1
vote
3answers
446 views

fading in a webpage after jquery intro

I basically created a small sequence with jquery, a logo changing colors, and then I it to fade out and the webpage to fade in. I understand how to make this work for images, I'm just having issues ...
1
vote
1answer
41 views

same page transparant intro

we are looking to place a semi-transparent welcome image on a clients Wordpress main index page, exactly like this http://www.editionsof100.com/. I suspect this has been created using Jquery, would ...
1
vote
1answer
756 views

Virtuemart Add to Cart Sends to User Homepage Due to URL When Using an Intro Page

I am using Joomla 1.5x and have installed Virtuemart. I've got an intro page to the main site which is a child of "Home" in the main menu. In order to make the intro page the first thing you see, ...
0
votes
1answer
57 views

Display ALL Blog Intros in Joomla Category Blog (Hide 'More Articles')

I would like to feature ALL blog intros in Joomla. Currently I can post only 5 articles before it adds a "more articles" link afterward. I want to be able to display ALL blog article intros, ...
0
votes
0answers
36 views

Intro screens in flash for touch screen Kiosk

I am new to flash. I just want some free templates/tutorials for creating intro screens in flash for touch screen
0
votes
0answers
30 views

Setting an html file as eclipse universal welcome page

I' m new to this site but I' ve been looking at here for help for a long time, now I' m having internship at a company and they' re extending eclipse IDE for their business purposes, so they gave me ...
0
votes
0answers
26 views

(iphone) play sound from intro view(modal) and play the sound continuously in root view?

I'd like to play a bg sound from intro view(which is currently modal view) Even user dismisses the modal view and go to root view, I'd like to play the same music without interruption. Is this ...
0
votes
0answers
45 views

what are the ways to introduce enduser about our web application

I want to introduce my end users about my product, they may be confuse that what this links means and why this button is used here and many Please suggest me different ways Thanks
0
votes
1answer
228 views

Load intro page before index

I would like to load an index.html file for 3 seconds just before my usual index.asp file. How can I do it? THANKS!
0
votes
2answers
661 views

Image Intro at iphone application starting

hi guys i wanna create an intro image (fade in and fade out ) for my my application here is my code but ! when i run app on the device i have some problem : 1-my main nib page been displayed ! ...
-1
votes
3answers
485 views

Hangman Program Help (Intro to C Programming)

I have spent many hours working on this program that is supposed to play a game of hangman. The assignment is as follows: In this modified game of Hangman, the computer chooses a secret word and the ...