about 2 days ago - 5 comments
Question by evilflame.rulz: Can anyone give me a script HTML code to display server files on site? i use 000webhost and i want it to display whatever is in a certain folder in the server. i use this so that files uploaded from home can be accessed from laptop without needing to login to net2ftp.
about 1 week ago - No comments
Question by mike t: I have a massive html code from stl bio builder when I cope and pastw it in my bios it doesn’t work would you knw
about 4 weeks ago - No comments
Question by ☀sunshine❀daydream☮: hypothyroidism? please help. .? ok so i have been STRUGGLING to loose my pregnancy weight, my son is 6 months old and i breast fed him fully for 4 months then slowly went down for some complications on his end.. poor guy wasnt gaining weight. so, i will be honest and state
about 1 month ago - 4 comments
Question by anomyn92: Someone hacked a website that I made, and I am wondering how to block that. (more details below)? I created a website as a part of a week-long game we played in one of my classes. Someone in my class told me later that week that they had hacked my website, but
about 1 month ago - 2 comments
Question by 9 Toes: I downloaded a video game, and it’s not working, help? I downloaded Mario Paint from http://www.unfungames.com/mariopaint/ and whenever I try to open it, it keeps telling me “Script Error. Continue?” I click “Yes” and it just comes right back (no matter how many times I click it), When I click “No”
about 1 month ago - 3 comments
Question by desperate teen: IT geeks please help me, I want to make a java script store locator for my website project? I got a database, and this database will be stored in the server and all i need is java script store locator code which will use the information in the database and match
about 1 month ago - 4 comments
Question by June B: Lately everytime I go to yahoo mail, hotmail, or myspace, I get the mssg..IE can’t display the webpage. Help! For the last few days Ive been getting the mssg IE can’t display the webpage when I go into yahoo & hotmail, & myspace. The mssg is usually not on the whole
about 1 month ago - 3 comments
Question by mysti_gal11: Can you help me find a website to read motion picture script? I need to find the motion picture script for the movie’Sister Kenny’, motion picture was released in 1946. —————————————— Answer by Stephen KTry Drew’s script-O-Rama for starters —————————————— Give your own answer to this question below!
about 2 months ago - 3 comments
Question by Taryn: Can anyone help me with an html script that a non-techno savvy person can use on her website? I’m not moving enough product to justify the expense of a shopping cart add-on to my candle website, but to make it easier for my customers I would like to have a script with
about 2 months ago - 6 comments
Question by Thalassaki: How much does it cost to have someone make a website and custom script for it ? Hi, how much does it cost for a simple site that has a custome script for selling a product? Plus custom logo, ect…..HOW much average? and were do I start looking for someone ? Thanks!!
about 2 years ago
Several ways to do that, depending on the format of the text document… has to be plain text, not formatted.
Open notepad, and type:
dim fso, fl, flContents, flLine
dim xl, xlWB, xlSheet, xlRange
dim x, y
set xl = new Excel.Application
set xlWb = xl.Workbooks.open ( “excel.xls” )
set slSheet = xlWB.sheets ( “The Sheet” )
set xlRange = xlSheet.Range ( “A2″ )
Set fso = CreateObject( “Scripting.FileSystemObject” )
Set fl = fso.OpenTextFile ( “yourfile.txt”, 1 )
flContents = split( fl.ReadAll, vbCrLf )
‘ Splits up file in separate lines
fl.Close
Set fl = Nothing
for x = lbound(flContents) to uBound(flContents)
flLine = split( flContents(x), vbTab )
’ splits each line in tab separated parts
for y = lbound(flLine) to ubound(flLine)
xlRange.offset(x, y) = flLine(y)
next
xlWB.Save
xlWB.Close False ‘ False is to prevent second save action
set xlWB = Nothing
set fso = Nothing
Save file as a .VBS file, and doubleclick to run.
That should sorta help you on your way, I hope.
about 2 years ago
You can also use biterscripting ( http://www.biterscripting.com ). That seems to have very nice automated parsers and editors. Example, to find out how many instance of “hello” appear in file X.txt, only one following command will do.
sen “^hello^” { cat “x.txt” }
about 1 year ago
This site is perfect! I use it all the time! Hope it works!
about 1 year ago
#e8ecc9″
got it from photoshop snapped a pic of the web page and opened it inside photoshop then did colour picker tried it in fronpage!
this is the color your looking for
“#e8ecc9″
ps
If that is your site email me maybe we can do a link exchange I have a creditcard site cardlines.net
vicmc116@gmail.com
Hope I Helped
Victor C.