| |
| |
| |
|
Page: 1 2
Comments:
<0> hi <0> anyone around? <1> no <0> just wondering, is there anyway to make a background color of a table transparant in dreamweaver , not 100% just like 70% transparacy <1> transparancy doesn't work in all browsers <1> i believe theres a way to make it work with IE <1> just google 'html transparent background' <0> ah ok. well i cant work it out in photoshop 9 at all. i just want to make a gif which is the same size as a table cell, then this gif would be like 70% transparent to shop the background image on the homepage. <0> but i cant get it right at all <0> any links or ideas? been searching google for awhile now and cant really find anything good <1> nope <1> like i said, transparency doesn't work in all browsers, so i don't do it <1> but im more of a backend guy <1> you may want to hang around for one of the other guys, like codewolf <0> ok m8 thank u :) <0> will do :)
<2> http://youtube.com/watch?v=WOiWaTSypt4 <3> hmmm... <4> can someone translate this to me please <4> n -= (e = (e = 0x4000 - ((d &= 0x3fff) > w ? w : w)) > n ? n : e); <4> playing: "diggnation--0058--2006-08-10--large.xvid" .:2kbps|Stereo|:26:. <5> work from the inside out <5> bitwise in the middle <5> true/false regarding d &= ... then set e = 0x4000-(0 or 1) > w ? then it equals w ... else it equals w (wierd..) now e = valu > n then it equals n, else it equals e <5> n-= e <5> :\ <5> somethin like that <5> heh <6> AspenGold: Like I told my ex-wife... "You dont pet the dog, It will stray from the porch" so I got back with my old girlfriend that moved back to the area and then the wife met my girlfriend and I at a restuarant and got papers 4 days later <6> oops... wrong channel <7> what the hell are you doing in mysql? <2> yum <8> sup all <9> sooo.. DW keeps locking the folders I work with in the site, I tried everything, but it keeps doing it. Any idea how to make DW behave? <8> check your site root <8> when you create a site <8> otherwise you wont be able to even add a database connection <8> locking as in file upload access? <8> then use a different client to upload ie cuteftp pro <8> synchronize tool is not that great in Dreamweaver <8> works 90% of the time though <8> hmm adobe smells like theyre ****in up the code design <8> grrr <8> 8.02 is a nightmare <8> not compatible with my server <8> and i have IIS 6 <8> wtf <10> I had a feeling that adobe would **** some things up <10> hello codewolf <9> CodeWolf <8> sup bones <10> too much freaking travel for me <9> CodeWolf, locking as in Windows file locking <8> yeah adobe is pretty much making things stupid <10> how was Japan? <8> oh <8> cant complain <10> did you visit family or what is all business? <8> both <8> it was a holiday week <10> cool <8> fireworks there makes the best ive seen in the usa look like a poprock <10> fireworks ****s for graphics compared to photoshop <8> you know those tiny rocks that pop when you slam em to the ground <8> no <10> ROFL <10> Japan is SOOOO far advanced over the western world when it comes to technology <8> well <8> i have one thing to say <10> I hear that they all use Voice Recognition Software like typing is a thing of the past <8> its accumulative effort <8> thats how they are advanced in <8> i cant imagine the usa doing the same thing without getting paid for more work <8> or perhaps TEAMWORK <10> they say the new Dragon Naturally is really something else. That there is virtually no training needed
<10> but still gets confused with multiple voices simulaneously <10> like in a conference room <8> drizzle check NTFS <9> CodeWolf, check it? <9> CodeWolf, sorry check what about it? <9> here's my problem I have a local test server CodeWolf <9> my PHP scripts need to do file IO like erase or rename or create a folder. <9> DW messed with the folders that are in defined DW sites (when DW is running only). <9> php can erase the folder, and it's truly not there, but it keeps showing there to PHP and Explorer. <9> and any process.. so trying to recreate it gains a "folder already exists" sort of error <9> then I close DW -> the folder disappears. <9> it's become like a point of discussion in the team here on every break <9> we gotta keep closing all our DW so we can test our scripts <9> does a solution exist? <9> :( <9> Mutil8, hi <9> does anyone know a solution to the "DW locks up my folders" <1> never had that problem <9> Mutil8, do you work with server side programs/scripts, like PHP? <5> close dw to unlock - you were previously using them, dw tracks your files and their changes.... <5> you shouldnt be modifying them externally if using them in dw at the same time <9> SHiZNiT, yea this helps, but it's annoying as hell :( <9> SHiZNiT, I wish I could set DW to please stop tracking files and changes <9> SHiZNiT, I never needed it to, anyway <9> I turned off synchronisation, link checking, design notes: EVERYTHING <9> no help. <5> dont use a 'site' <5> decide what you want <9> SHiZNiT, I need site because of: FTP, Testing server (proper URL on F12) :P <5> but then you wanna mess wtih files outside of dw, possibly altering their state and dw not being away of it <5> aware* <9> SHiZNiT, I don't do that, the PHP the site has does it. <9> SHiZNiT, while I test it <9> my scripts are effectively untestable when DW is running. <5> dw wont run your scripts? <5> odd <9> it's particularly annoying since I edit them in DW and wanna test them, then adjust, then test etc. <5> so why dont you f12/test .... <5> where are you trying to test? <5> heh <5> i dont get it <9> the server is on my own machine. <9> test server <9> when I hit F12, it opens through the test server <9> for example http://localhost/mysite.com <9> err html <9> err php, whatever :D <5> and? <5> your scripts use hard pathing and you're complaining about it? <5> i dont understand <9> no dude, ok I explain. <5> well that would be a good idea <9> my scripts have pathing just fine. <5> your 'work folder' isnt actually the same dir on localhost is it? heh <5> site folder.. <9> my script erases a temp folder, by DW has it locked up. So the effect as amusing as it is.. is the folder is not effectively there. But it *appears* to be there to all processes (Explorer, the PHP script etc.), so when the PHP script attempts to recreate the folder it just erased, it gets "folder exists" error and dies. <5> screw the temp folder <5> :) <9> I can open Explorer and see the "phantom" deleted folder being there (but you can't open it or modify it) <9> then I close DW <9> and it automagically disappears <9> well, I can't screw it. My script needs to mess with folders, and i need to stop DW messing with 'em too :( <9> so I take it <9> I can't do it <9> SHiZNiT, and btw my work folder is the same yes <5> well i cant see why dw would be messing with anything unless a) your site folder is actually within your localhost site (this is not correct setup) or b) you have testing as a 'different filename' or such <9> SHiZNiT, DW won't synchronize both and there's no "put to testing folder" command. So you can imagine keeping them in sync even manually is impossible. <5> ya i was just lookin for that option - i swear there was a 'use diff file' or something like that for testing <5> heh <5> but regardless... <9> was there? <5> your 'site folder' should NOT be on either your remote or local host <5> it should be in your site files dir <5> ... which get published/put to test server or remote
Return to
#dreamweaver or Go to some related
logs:
#fedora python yield and recursive functions #firebird unioned data
tethereal warez #gentoo #politics Ainias puthon snake #beginner
|
|