» Web Design & Development
Home ::  Forums ::  Portal ::  WikiYourFriends.com  
Register  •  Log In
New Topics At a Glance
User Panel

Welcome guest. You are currently not logged in. Please log in if you are already registered. If you are not yet a member we invite you to register below.

Register

Username:
Email:
Password:
Confirm Password:
 


Use of this site constitutes acceptance of the Terms of Use


Menu
  Home Page
  Forums
Categories
  Education & Reference
  Arts & Entertainment
  Original Art & Writing
  Literature
  Debate
  News & Politics
  Technology & Web
  Home & Family
  Travel & Culture
  Job & Careers
  Fun & Games

Login
Username:

Password:

auto login


Latest Discussions
Javascript
VBA help needed
vbulletin vs phpbb
vbScript help
will you help me?

Poll
does this offer interest you?
yes [ 0 ]
no [ 2 ]
dont bother me [ 1 ]
You must log in to vote.

Search:
Keywords:
In Association with Amazon.com
Web Design & Development
The Web Design & Development Forum :: Ask us a Question!

Web Design & Development :: Are you a budding novice or seasoned pro? Maybe you're just an average user and wondering "Why do they do that?" or a hobbyist with your own small Web site. 

The Web Design Forum covers every aspect of Web programming and design. From the most complex database interfaces to simple text formatting of a single page. Ask for ideas and make your WWW site the stunning masterpiece you dream of while making it compatible with the latest browsers, accessible to those with special needs and hundreds of other aspects you may never have considered. 

This is the place to ask your "how to" questions and post answers about design of your WWW site as well as hearing about utilities and programs to make your task easier. You can even post a URL to your site and ask others for advice/opinions! Ask us a Question!


Ask a question Go to page 1, 2, 3 ... 153, 154, 155

Javascript
Posted by meesa on May, 16. :: 0 Comments
I would like a JavaScript code to stpo another that I don't know how to take it out! The program I'm using does allow me to add code, but I don't know how to take out this code! Anyways, I don't want/need a solution to that, I just want a code that will stop that function, is there any possible way?

Please just post a code! Thanks!

Reply to Javascript

VBA help needed
Posted by Chai on March, 24. :: 22 Comments
I have the following code in a macro, that is intended to have the user select 2 rows from the sheet named Seton, and move it to the sheet named SAustin.

If the user forgets to choose 2 rows, they get a message box "Must select 2 rows", but when two rows are selected, I still get the message.

I need and ELSE command in there somewhere, and I can figure out where, or what the verbage should be.

I tried putting ELSE after the 2nd line, but what happens then is instead of the message box, the marco selects all the rows on the sheet.

Can anyone help? .....Robert Genteel, are you out there?


If TypeName(Selection) <> " " Then
MsgBox "MUST SELECT TWO ROWS"
Exit Sub
End If
Selection.Cut
Sheets("SAustin").Select
Cells(Rows.Count, "A").End(xlUp).Offset(1, 0).Select
ActiveSheet.Paste
Sheets("Seton").Select
Selection.Delete Shift:=xlUp
Range("A14:A15").Select
Sheets("SAustin").Select
Cells(Rows.Count, "A").End(xlUp).Offset(0, 0).Select
End Sub

Reply to VBA help needed

vbulletin vs phpbb
Posted by dennisyu on March, 21. :: 1 Comment
I have used both products, but it was 2 years ago. I am building websites for small businesses that can barely justify spending a couple hundred bucks. So the free phpbb route is attractive. However, vbulletin appears to be more feature rich, is more crawlable by spiders, and has more SEO friendly features.

Has anyone else looked at both products and can provide recommendations on which one to use, especially from a SEO and cost standpoint?

Thanks,
Dennis
dennis@blitzlocal.com

Reply to vbulletin vs phpbb

vbScript help
Posted by msbird07 on March, 13. :: 0 Comments
can you help me with this script Multiply intA by intB to get intProd, and dblA by dblB to dblSum
add intA to intB to intSum and dblA to dblB to dblSum
use and if else statement to construct to see what is larger inta or intb then substract the smaller number from the larger to get intDiff and using intger divide the larger by the smaller to get intQuot

Reply to vbScript help

will you help me?
Posted by justyunard on March, 12. :: 0 Comments
i have a website, and i want to embed a background music which is played continously even if i am forwarded to another page.. i know it's possible, but how?
can you give me an idea? thnks

Reply to will you help me?

  Go to page 1, 2, 3 ... 153, 154, 155

Disclaimer - Terms of Use :: Privacy Policy :: Contact Us  :: Help