| 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.
|
|
| 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!
|
| 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!
|
| 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
|
| 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
|
| 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
|
| 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
|
|
|
|