about 3 days ago - No comments
Question by phall257: Can someone help with my php problem? Hi I need help with my php script. This is a basic site that creates a portfolio page of photographs. On the top it has the big picture, and on the bottom there are thumbnails that update the pic on top when you hover with
about 2 weeks ago - 1 comment
Question by Mark G: I need help making my HTML code easier to do? Hi, I have a website called www.xlivewire.com. its gotten pretty popular, and since then i’ve been getting a lot of game and video requests making the website a harder upkeep. I know there is a way to make my job simpler
about 3 weeks ago - 1 comment
Question by x_9th.gate_x: PHP help….. sorting mysql database info on 5 pages…? I have a game tournament site, I need to display the current tournaments available sorted by game name throughout 5 pages (10 tournaments per page). The current script for it is…. $ table_select = mysql_query(‘SELECT * FROM 9Gt_tables ORDER BY game DESC LIMIT
about 3 weeks ago - 2 comments
Question by mikehaysjr++: GAME DESIGN HELP! (i need to know what to do…) [please help me!!!!}? i need to know: >what scripting language is best for designing an RPG (role-playing game), >what programs i should use to make my models in 3d, >what sites can give me help skinning/texturing/bump mapping my models —————————————— Answer by
about 1 month ago - 1 comment
Question by jesman789: I am creating a website in java script \ HTML and I need a advanced background code….please help? I need to know the entire code for making any background image on a website fit to the users resolution. I went on my personal and since i had such higher resolution on mine
about 1 month ago - 1 comment
Question by Rainbow: Help making an upload script for a website? I am trying to make a website that will allow its users to upload websites and view them. Easy to use and simple. Basically I want users to be able to upload their website which is usually the .html file and a few images
about 1 month ago - No comments
Question by Jim B: Need help putting this javascript on a page on a site. please? New Player Mod Main Menu Congratulations! Your account has been granted the new Player Mod status. Before one of our Jagex Mod’s changes your account status you must please wait 24 hours for our system to take c change.
about 1 month ago - 3 comments
Question by Yiaggi: Help! Does anyone know a tutorial or free PHP script to allow a website search? Hi guys, Can anyone point me towards a good tutorial that will allow me to learn how to create a website content search using php? I can do some php but this is a little out of
about 2 months ago - 2 comments
Question by : need help on creating a login script for a website? I need to create a script to login to a website using my username and password the goal from this is to check of the website is working after login or giving a blank page It doesn’t matter what language i will
about 2 months ago - 1 comment
Question by : Javascript WITHOUT HTML? I’m trying to make a JSS code that you can copy+paste into your browser bar. I already have this code: javascript:function reverse() { var inp = “.tset a si siht”; var outp=””;for (i = 0; i
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.