User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 455,998 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,844 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 40 of 54
Search took 0.01 seconds.
Posts Made By: rexibit
Forum: Web Developers' Lounge Sep 16th, 2008
Replies: 11
Views: 1,133
Posted By rexibit
Re: Google Crawling Problem

Hello cakka,

I suggest that you sign up for Google Webmaster Tools (http://www.google.com/webmasters/). This will allow you to see crawl statistics, site errors, etc. You might have problem with...
Forum: HTML and CSS Sep 7th, 2008
Replies: 5
Views: 417
Posted By rexibit
Re: CSS, Style Sheet Internally or Externally ?

As others have said, External style sheets are your best method for designing a website.

1) You don't have to edit multiple places to change styles.
2) It allows you to have pages appear differently...
Forum: Web Developers' Lounge Sep 7th, 2008
Replies: 8
Views: 1,142
Posted By rexibit
Re: Seeking advice with Dreamweaver...

Javascript hit counters can be misleading. Since not everyone will have Javascript enabled. In fact, a number of large businesses have it off on all their computers. So, someone from a school's...
Forum: Web Developers' Lounge Sep 7th, 2008
Replies: 4
Views: 691
Posted By rexibit
Re: Sitemaps Generator Problem

Sitemaps are generated with generators based on the links they follow to find a page. If you want to include the category, and especially if the generator is picking up no category; then you should...
Forum: Growing an Online Community Aug 5th, 2008
Replies: 17
Views: 2,002
Posted By rexibit
Re: Getting Members To Register

Before you start having a member's area, consider what members will get for registering. Can they get all the good articles and discussions without it? Can they view all the articles you have,...
Forum: Internet Marketers' Lounge Aug 5th, 2008
Replies: 3
Views: 770
Posted By rexibit
Re: SEO vs PPC

They are two very different beasts.

PPC is like any other marketing campaign, you spend money to make money for a targeted product or service. This is a near immediate result.

SEO is optimizing...
Forum: Advertising Sales Strategies Aug 5th, 2008
Replies: 4
Views: 897
Posted By rexibit
Re: would you accept work offering from net?

Outsourcing to other firms over the Internet is not for everyone. You have to consider that anything you outsource, the customer still will come to you if they need something or are unhappy.

When...
Forum: Search Engine Optimization Aug 5th, 2008
Replies: 4
Views: 673
Posted By rexibit
Re: Blog Promotion Techniques

A very nice guideline. The key is cross linking with related blogs that you have associated with in the past. Form a community and word will spread.
Forum: Search Engine Optimization Aug 5th, 2008
Replies: 12
Views: 934
Posted By rexibit
Re: Changes in Google SERP!

Google has changed their algorithm to remove old penalties on some things, allow for basic text reading and indexing for flash movies, and a few other things. They also pushed their in-house PR to be...
Forum: Search Engine Optimization Aug 5th, 2008
Replies: 11
Views: 848
Posted By rexibit
Re: Give Result in Top 10 in One Month

Everyone is constantly trying to improve their site, so if you stop trying you will lag behind.

Another thing to consider is the quality of the keywords you are competing for. Anyone can get in the...
Forum: Search Engine Optimization Aug 5th, 2008
Replies: 16
Views: 1,099
Posted By rexibit
Re: Which sites are good to learn SEO?

Visit webmaster forums, blogs, and news sites to learn what others like to share.
Forum: Search Engine Optimization Aug 5th, 2008
Replies: 4
Views: 454
Posted By rexibit
Re: SEO Standards

What kind of standards are you looking for? It looks like you are just promoting your links. Give specifics and people would be able to help you.
Forum: Search Engine Optimization Aug 5th, 2008
Replies: 7
Views: 515
Posted By rexibit
Re: Question on keyword density

A density of 3-5% is the general norm. You really should not worry about density from the start. Write your pages for something that would be reader friendly, then look in the content for areas you...
Forum: Search Engine Optimization Aug 5th, 2008
Replies: 9
Views: 814
Posted By rexibit
Re: SEO Tricks

The cool thing about SEO is that it is constantly changing. For instance, Google and Yahoo just changed their algorithms last week. They were left in stasis (or as close to it as possible) for a...
Forum: Site Layout and Usability Aug 5th, 2008
Replies: 10
Views: 2,261
Posted By rexibit
Re: webpage dimension in DW

If you want to develop your site for someone on a "1024px" width, then specify in CSS that the wrapper DIV will have that width. The same would be said for the height.
Forum: Site Layout and Usability Aug 5th, 2008
Replies: 1
Views: 577
Posted By rexibit
Re: involvement in project

Hello Anuj576.

In order for someone to fully understand what you are asking, please elaborate what sort of project you are interested in.

Do you want to be involved in developing a Content...
Forum: Site Layout and Usability Aug 5th, 2008
Replies: 9
Views: 1,665
Posted By rexibit
Re: Form in dreamweaver

If you just want to have the form mail the results to an e-mail account, add "mailto:email@server.com" where the e-mail address is that of the account. This would be placed in the "action" property...
Forum: HTML and CSS Aug 5th, 2008
Replies: 8
Views: 936
Posted By rexibit
Re: td under div

Well spotted Midi.

One thing that should also be pointed out is that Javascript should not be used for site functionality. If someone doesn't have JS enabled (a number of companies have it disabled...
Forum: HTML and CSS Aug 5th, 2008
Replies: 6
Views: 919
Posted By rexibit
Re: Form select not working in IE

You can style your form elements in CSS. Perhaps your browser has different default settings than others, or perhaps you have a larger default text size.

The only semi-guaranteed way to ensure that...
Forum: HTML and CSS Aug 5th, 2008
Replies: 6
Views: 670
Posted By rexibit
Re: IE7 adds blank space to all my website, in other browsers it looks normal

I am glad that you found the help you needed. :) If you require some explanations to them, don't be afraid to Google a keyword that has been mentioned on this thread such as "CSS Box Model" or...
Forum: HTML and CSS Aug 5th, 2008
Replies: 2
Views: 543
Posted By rexibit
Re: dynamic pop down list

Here is a website for what you are after. It is made purely with CSS and works with most browsers. http://www.tjkdesign.com/articles/keyboard_friendly_dropdown_menu/default.asp

I assume that when...
Forum: HTML and CSS Aug 5th, 2008
Replies: 6
Views: 338
Posted By rexibit
Re: [urgent]Searching the static site...

With a static site, it would involve some sort of tie with your browser's search feature. Real searches are tied to a database, and since you don't have a tie there it would need to access a search...
Forum: HTML and CSS Jul 30th, 2008
Replies: 9
Views: 851
Posted By rexibit
Re: Web building for beginners

Dreamweaver is not a bad program. However, it is not the best program to learn on. It has many "good" coding techniques, but only if you know what to look for. It makes very jumbled up code if you...
Forum: Website Reviews Jul 29th, 2008
Replies: 4
Views: 423
Posted By rexibit
Re: New Look for Rexibit.com

Thank you for your reply cambeyk. I am currently working on expounding upon each of the services I offer. The prices will be in each of those sub-pages. First, I need to design a Terms and Conditions...
Forum: Website Reviews Jul 28th, 2008
Replies: 6
Views: 437
Posted By rexibit
Re: My Website HTML is Good Give Your Review

Hello jcauaeaudits,

I will give you the same reply I gave you on http://www.yourdesignforums.com

"The first suggestion I could give you is to ensure that all the links on your website work. For...
Forum: Website Reviews Jul 28th, 2008
Replies: 4
Views: 393
Posted By rexibit
Re: My Online Website Builder needs review

I think it is an interesting concept. Your color scheme seems a bit "amateurish." I say this because it looks thrown together with little consideration.

I like the concept, and wish you would...
Forum: HTML and CSS Jul 25th, 2008
Replies: 13
Views: 1,574
Posted By rexibit
Re: Save notepad as CSS file

You can also help speed up the process by saving the file with "quotes" around the name. This forces Windows to accept the file type.

Example:

SAVE AS: _________________

SAVE AS:...
Forum: HTML and CSS Jul 25th, 2008
Replies: 6
Views: 832
Posted By rexibit
Re: DreamWaver help

There are some great tutorials on the Internet about how to use Dreamweaver. The thing you should remember is that Dreamweaver is only an application for building web pages. It is not a language in...
Forum: HTML and CSS Jul 25th, 2008
Replies: 15
Views: 11,815
Posted By rexibit
Re: How to center align the whole page?

The simplest way to center a page horizontally is to make a wrapper div and give it a margin: auto;. That works on all browsers that are used by the majority today.
Forum: Web Developers' Lounge Jul 25th, 2008
Replies: 5
Views: 768
Posted By rexibit
Re: I am creating a recruiting site!.... Plz help

Okay, Alimoe, you will need to develop some type of CMS (Content Management System) that will enable people to go on the site and add their information without you having too. You will also need to...
Forum: Web Developers' Lounge Jul 25th, 2008
Replies: 5
Views: 579
Posted By rexibit
Re: help to find free website templates

You might consider searching on Google for something related to what you were wanting. Say for instance you were wanting Dreamweaver templates, you would search for that.
Forum: Web Developers' Lounge Jul 25th, 2008
Replies: 2
Views: 386
Posted By rexibit
Re: Embedding Images Withing Emails

If you are using Outlook, you need to have it reference the location on your computer. You also need to enable "HTML" in the E-Mail in order to add images.
Forum: Web Developers' Lounge Jul 25th, 2008
Replies: 6
Views: 445
Posted By rexibit
Re: Help

There are a number of free file hosting sites on the Internet. Just paste the url to the file from that site into the link you have on your page.
Forum: Web Developers' Lounge Jul 22nd, 2008
Replies: 4
Views: 587
Posted By rexibit
Re: What should I learn next.

Concentrate on PHP, ASP, CSS, JavaScript, and Ajax and you will be fine. :)
Forum: Web Developers' Lounge Jul 22nd, 2008
Replies: 1
Views: 301
Posted By rexibit
Re: Need some suggestion as to whom to post my question to

Area you wanting to purchase software to handle this, or hire someone to produce it?
Forum: Web Developers' Lounge Jul 21st, 2008
Replies: 8
Views: 1,239
Posted By rexibit
Re: What is Web 2.0?

Those are some useful articles Shanti Chepuru, but what is your opinion on it?
Forum: HTML and CSS Jul 20th, 2008
Replies: 5
Views: 576
Posted By rexibit
Re: CSS Help

PHP can't do it alone. You will need to be sending data to it from somewhere for it to calculate and run on the server prior to the page loading.

CSS would be used to format the data as the page...
Forum: HTML and CSS Jul 20th, 2008
Replies: 6
Views: 670
Posted By rexibit
Re: IE7 adds blank space to all my website, in other browsers it looks normal

What you are going to need to do is put that in your CSS. you are not trying to float the DIV containing the images, just the images. So, you want to target the images inside the DIV.

Here is a...
Forum: Website Reviews Jul 20th, 2008
Replies: 4
Views: 423
Posted By rexibit
Re: New Look for Rexibit.com

Thank you for your advice WealthAve. I took it and filled in an H2 next to my logo. As for the content, I am working on it. :) I kinda got rushed into getting this site done for several reasons.

I...
Forum: HTML and CSS Jul 20th, 2008
Replies: 6
Views: 670
Posted By rexibit
Re: IE7 adds blank space to all my website, in other browsers it looks normal

IE has an issue with doing an accurate box model. It also likes to double the margins on floated elements, and collapse margins. These are all triggered from hasLayout.

If you want to target IE...
Showing results 1 to 40 of 54

 
All times are GMT -4. The time now is 9:48 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC