You can create your own web site design using one of our templates from www.allreadytemplates.com without having to hire a professional web site designer. Watch this video web design tutorial part 2 of 2. Video Rating: 4 / 5
Question by Lexibaby: help on a “web page design” quiz. ?? please?
HERE IT IS
TRUE OR FALSE
1. an attribute is a further description of the tag
2. you can use two tags at once to affect the same text
3. The flag creates a line break and skips a line (creates a double space)
4. There are six different font size tags availiable to use
5. when you create a linked image, it automatically creates a border around it
6. you can make horizontal reference lines different lengths
SHORT ANSWER
1. What tag should you use to start every html document?
2. Where does the
show up when viewing your actual web page? Be specific
3. write the code to right-align the sentence: This sentence is aligned to the right.
4. What does HREF stand for?
5. What does HREF do?
6. Write the code so that you delete the blue border that shows up around a linked image. Use “computer.jpg” as your image.
7.
Best answer:
Answer by icnintel 8. http://www.w3schools.com/html/default.asp
This week, Jon Stockwell takes us through a detailed look at a symbol being created from start to finish.
Question by Sheree P: Has anyone downloaded the Podcast “Lost” from Yahoo?
I did a search on Google “Yahoo podcasts” and went to a page that was offering Lost – has anybody downloaded this and if so is it series 3 in its entirety – all the separate episodes or is it an advertising gimmick?
Best answer:
Answer by WasntMe It’s a podcast, not the episode. Probably. I listen to the LOST podcasts, and it’s interviews with the cast, and the producers answer viewer questions.
You can download the actual episodes from iTunes, but it’s not free.
This is Richie Kotzen performing the song Stand. Stand was the first single from Poison’s 1993 release Native Tongue. This version is Richie’s original pre Poison version of the song.
Question by priyanka n: please help me to correct this program;program runs but when we multiply 3 digit no. give wrong answer?
/*Question 2 . Accept any two numbers from the user.
Perform the following operations on it using functions:
1. Addition
2. Subtraction
3. Multiplication
4. Swap the values
5. Print both the numbers in reverse order for example (if a given number is 234, it should
be printed as 432)
CONCEPT : Using SWITCH statement and functions
SYNTAX : switch
{
case 1: statements;
Break;
case 2: statements;
Break;
…
default: statements;
}
*/
// Declaration for the preprocessor::
#include
#include
// Main function begins::
void main()
{
// Declaration of variables::
int a,b,c,t,n,num;
long int i;
int l;
char ch;
// Declaration of functions::
char num_status(int);
void sum(int,int);
void sub(int,int);
void mul(int,int);
void swap(int,int);
int reverse(int);
// To clear the screen before printing ::
clrscr();
// Printing SCDL student details for code-authentication::
printf(“\n***************************************\n NAME : PRIYANKA”);
printf(“\n COURSE: PGDIT [1st Sem.]“);
printf(“\n REGISTRATION NUMBER: 200705826″);
printf(“\n SUBJECT: Assignment for C Programming \n***************************************”);
// printing the directions for user to select::
printf(“\n\nPerform the following operations:\n”);
printf(“\n1.Addition:\n”);
printf(“\n2.Subtration:\n”);
printf(“\n3.Multiplication:\n”);
printf(“\n4.Swap the values:\n”);
printf(“\n5.Print the numbers in reverse order:”);
printf(“\n\nSlect your operation:\n”);
scanf(“%d”,&l);// accepts the operation choice
ch=num_status(l);// calling function for selectiong choice
//switch statement for the calculation
switch(ch)
{
case ’1′:
printf(“Enter the first number:\t”);
scanf(“%d”,&a);
printf(“Enter the second number:\t”);
scanf(“%d”,&b);
sum(a,b);
break;
case ’2′:
printf(“Enter the first number:\t”);
scanf(“%d”,&a);
printf(“Enter the second number:\t”);
scanf(“%d”,&b);
sub(a,b);
break;
case ’3′:
printf(“Enter the first number:\t”);
scanf(“%d”,&a);
printf(“Enter the second number:\t”);
scanf(“%d”,&b);
mul(a,b);
break;
case ’4′:
printf(“Enter the first number:\t”);
scanf(“%d”,&a);
printf(“Enter the second number:\t”);
scanf(“%d”,&b);
swap(a,b);
break;
case ’5′:
printf(“Enter the first number:\t”);
scanf(“%d”,&a);
printf(“The reverse of %d is %d”,a,reverse(a));
printf(“\nEnter the second number:\t”);
scanf(“%d”,&b);
printf(“The reverse of %d is %d”,b,reverse(b));
break;
}
getch();
}
// Function definition for selecting choice::
char num_status(int l)
{
if(l==1)
return ’1′;
else if(l==2)
return ’2′;
else if(l==3)
return ’3′;
else if(l==4)
return ’4′;
else
return ’5′;
}
// Function definition for addition of 2 numbers::
void sum(int a,int b)
{
int c;
c=a+b;
printf(“Addition of 2 numbers:\n a=%d\t b=%d\n c=%d\n”,a,b,c);
}
// Function definition for subtraction of 2 numbers::
void sub(int a,int b)
{
int c;
c=a-b;
printf(“Subtraction of 2 numbers:\n a=%d\t b=%d\n c=%d\n”,a,b,c);
}
// Function definition for multiplication of 2 numbers::
void mul(int a,int b)
{
int c;
c=a*b;
printf(“Multiplication of 2 numbers:\n a=%d\n b=%d\n c=%d\n\t\t “,a,b,c);
}
// Function definition for swapping of 2 numbers::
void swap(int a,int b)
{
int t;
t=a;
a=b;
b=t;
printf(“After swapping 2numbers:\n a=%d\n b=%d\n”,a,b,t);
}
// Function definition for reversing 2 numbers::
int reverse(int n)
{
int r,rev;
rev=0;
while(n!=0)
{
r=n%10;
n=n/10;
rev=rev*10+r;
}
return rev;
}
Best answer:
Answer by tbshmkr What function multiplies 3 integers?
=
The program asks for 2 integers.
www.matthewbredel.com – RSS Feeds are one of the most underused tools currently available online. By using your existing Google account, you can create your own, customized news channels using the Google Reader. See how it is done. Video Rating: 5 / 5
(PRWEB) July 5, 2006
A new RSS feed search engine is creating a bit of buzz in the RSS world.
Octora.com has launched a new RSS feed search engine that gives RSS users another great option for discovering RSS feeds.
Even though the company is on a very limited budget and is self funded, it has still managed to churn out some pretty good and in some cases, better results when compared to RSS feed leaders Bloglines and Syndic8.
The website is very simple and to the point. You enter your tag and click search and it displays web feeds with brief feed descriptions and the feed url. On clicking a web feed, a nifty ‘preview’ box appears that displays the feed. From here you can add the feed to a number of popular feed readers out there.
Octora also gives the useful options of a feed url search and a deeper search option.
Octora.com developers are dedicated to producing the best possible experience for the average RSS user and features such as adding personal feedboxes and an item search have been discussed but not implemented publicly as yet.
The Barbados based company is looking for seedling financing that would really help it to grow and produce even higher quality results and a more complete RSS user experience.
Kevin Allman, the chief development engineer can be contacted for more information through www.octora.com
# # #
Question by Rassy: What is “RSS” that I have seen in yahoo pages?
Best answer:
Answer by gladerade RSS (Really Simple Syndication) is an easy way for you to keep up with your favorite news and information. An RSS feed contains headlines and links to full news stories. Instead of you having to go to Web sites for the latest news and information on the topics you care about most, you can use category-specific RSS to stay informed as news changes.
Know better? Leave your own answer in the comments!
An interview with Jim Rucker discussing automotive search engine optimization for car dealer websites. As Vice President of Marketing for TK Carsites, Jim has an insight into how to get dealer websites to the top of search engine rankings.

SEO.com Consistently Ranked in the Top 20 of Search Engine Optimization Firms
Provo, UT (Vocus) March 26, 2009
For the eighth month in a row, SEO.com has ranked in the top 20 organic optimization firms by industry ranking firm TopSEOs. Rankings are evaluated based on quality of SEO services, overall efficiency, overall performance, customer service and pricing. In addition to evaluating the technical aspects of the company, TopSEOs also contacts clientele and uses customer satisfaction as an important metric of the rankings.
“Weâre excited to consistently be recognized in the rankings for our SEO services. We continue to achieve great results for all of our clients, and are committed to superior service” said Dave Bascom, CEO of SEO.com. SEO.com is recognized world-wide as an industry leader in organic search optimization services.
“The whole industry looks to us to identify reliable and accurate benchmarks and SEO.com has proven by its performance that they deserve to be on this coveted list,” said TopSEOs partner Jeev Trika.
One of things that SEO.com attributes to their great success is their company structure. “The unique way in which our company is structured gives each client the attention and expertise they desire, regardless of size or industry. Each client is the beneficiary of an expert SEO team collaborating in brainstorm sessions, in-depth competitive analysis, keyword research, link building and site optimization,” says Bascom.
This approach not only resulted in SEO.com ranking in top 20 organic SEO companies, but also earned the company a nomination for the best Search Engine Marketing Company of 2008 in PromotionWorld.
SEO.com has proven to its clients to be a true ârecession proof marketingâ tool. During the worst part of the recession in November, SEO.com had its highest number of new clients and has continued to sustain a high client retention rate. The main focus of the SEO.com continues to be helping their clients achieve their goals.
About SEO.com
SEO.com is an internet marketing firm that specializing in organic search engine optimization and pay-per-click advertising (PPC) management. SEO.com has helped numerous clients climb to the top of Google for their targeted keywords. Clients range from small, startup businesses to Fortune 100 companies. For more information about SEO.com, please visit www.SEO.com.
Mitsubishi MU-300 Diamond, Beech jet, Hawker / Raytheon 400, taking off from Santa Monica Airport Rwy21. This aircraft is 2002yr model, so should be called as Raytheon 400A.
www.webhostingbrief.com – Go Daddy was founded in 1999. According to the Company, it is the world’s largest provider of hosting and domain services with over 30 million domains in service. go daddies, go daddy, go daddy hosting, go daddy web hosting, godaddy, goddaddy, goddaddy hosting, goddaddy promo code, goddady, goddady hosting, goddady promo code, godday, godday hosting, godday promo code Video Rating: 4 / 5
Los Gatos, CA (PRWEB) February 21, 2006
Cheap Web Hosting Companies.com launched the industry’s first cheap web hosting review service today that is dedicated to teaching new webmasters how to avoid being ripped off by their web hosting company or worse, being fired by their employer for choosing the wrong cheap web hosting company.
The cheap web hosting review service is a valuable resource for current and prospective webmasters as it details the many ways web hosting companies can rip you off and how you can avoid them.
Cheap Web Hosting Companies.com is the brainchild of 10 year industry veteran and business web hosting expert. He has put his ten years of industry experience into an easy to understand format that helps new webmasters avoid the many cheap web hosting rip off scams.
“I created Cheap Web Hosting Companies.com because I wanted to help new webmasters avoid getting ripped off the way I have been,” said Cheap Web Hosting Companies.com President. “Over the past 10 years of building and hosting web sites, I have been ripped off a good number of times and have the outrageous credit card bills to prove it. My goal with Cheap Web Hosting Companies.com is to make sure you never get ripped off by your ecommerce web hosting company the way I have been.”
About Cheap Web Hosting Companies.com
Cheap Web Hosting Companies.com is the only web site in the industry dedicated to teaching new webmasters how to avoid being ripped off by their web hosting company or worse, being fired by their employer for choosing the wrong web hosting company. Run by a 10 year industry veteran, Cheap Web Hosting Companies.com brings straight answers to tough linux web hosting questions to ensure you never get ripped off by your web hosting company again.
# # #
Question by tentativechaos: What is the best free web hosting website?
I already own a domain name, and I am looking for a good place to host the actual website without paying anything for it.
Also I’m looking for people to recommend websites based on personal experience, not just googleing “free web hosting”
Making a web site using a Content Management System. A step-by-step web design tutorial using the worlds favorite database driven web design system, Joomla! Part 2 : “Creating Sections, Categories, and Content”
Question by Me myself and I: so i would like to take classes…”web design”………http://www.sessions.edu/portal/?
http://www.sessions.edu/portal/…….I found this school and i talked to them on the phone today and they seemed like they really did know what they were talking about but ive never herd of them…….do you know anything about them?…if you have the time check out the school and let me know what you think…….what do you think i should do before i sign up and take classes with them?….i plan on going to NYC in two weeks to check out the school but i dont want to waste my time or $ …..if you have any advice for me please do tell……….Thanks all
http://www.sessions.edu/
Best answer:
Answer by BlueBoden Being certificated has proven to be of little value in practice.
They also seam to charge a smaller furtune ($ 8550 US) for something you can learn for free online, they do however mention hand-coding which is a good sign.
After i’ve reviewed their “Training Program”, i must recommend that you leave it alone. They have not mentioned much about JavaScript / AJAX, or server-side programming such as PHP / MySQL.
They also seam to teach a lot of obsolate stuff, how to layout your pages using tables for instance. Its stuff like that you can figure out simply by doing a search on google. Why teach bad design practices?
Learning HTML + CSS shouldnt take longer then a few days, simply by following tutorials online, the same could be said about obsolate tools as dreamweaver, which some web designers for some reason insist on using.
I’ve never seen any useful point with WYSIWYG tools, and i’ve yet to encounter the tool to replace good old hand-coding, however there are many nice hand-coding editors, which make things easier.
You should know, that few recognized certificates exists, and even more are outdated and obsolate. They have stated on their website that they will be teaching XHTML, well thats rather ridiculous considering the difference between html and xhtml today is minimal. xhtml isn’t exactly what i would chose for new sites, since the specification isn’t fully supported by browsers, and since HTML 4.01 Strict performs just as well.
I’m waiting for HTML 5 and XHTML 2.0, at that point i’ll decide if xhtml actually is better, but right now it seams ridiculous to chose xhtml just to add extra slashes to img tags and meta tags, not to mention br tags.
Sites of interest:
http://www.w3schools.com/cert/cert_html.asp – Certification
http://www.w3schools.com/ – Tutorials and References
http://www.brugbart.com/ – Tutorials and References
Know better? Leave your own answer in the comments!
Directed by Joseph Rodrigues Marsh. Single out 27th September as download single and video. Taken from the album Scatterbrain released 4th October on Xtra Mile Recordings. Pre-order at www.xtramilerecordings.com For more on The XCERTS go to www.thexcertsband.com TV REQUESTS SCUZZ Email: requests@scuzz.tv Text: 64343 Twitter: @ScuzzTV NME Email: nmechart@nme.com Twitter: @NMETV KERRANG Email: www.kerrang.com Email: cloud.boxtv.co.uk Telephone: 09056 525 666 Email: tvfeedbackmusic@emap.com RADIO REQUESTS: Radio 1 — Rock Show Telephone: 08700 100 100 Text: 81199 Email: rock.show@bbc.co.uk Radio 1 — Punk Show Email: punk.show@bbc.co.uk Text: 81199 – (between 2am-4pm Tues) Radio 1 – Zane Lowe Email: zane.lowe@bbc.co.uk Text: 81199 – (between 7pm-9pm Mon-Thu) Twitter: @zanelowe XFM Telephone: 0871 222 1049 Text: 83936 Email: www.xfm.co.uk
Question by Aki: for what type of situations is indexedsequential file organization suited.justify your answer?
MCA 2nd Sem. “DATA AND FILE STRUCTURES”
Best answer:
Answer by jlacroix1758 Indexed sequential files are important for applications where data needs to be accessed…..
sequentially
randomly using the index.
Example: A company may store details about its employees as an indexed sequential file. Sometimes the file is accessed….
sequentially-For example when the whole of the file is processed to produce payslips at the end of the month.
randomly. Maybe an employee changes address, or a female employee gets married and changes her surname.
An indexed sequential file can only be stored on a random access device