topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Saturday April 18, 2026, 1:41 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 74 75 76 77 78 [79] 80 81 82 83 84 ... 251next
1951
Post New Requests Here / Re: time delay power down
« Last post by lanux128 on August 18, 2009, 09:10 PM »
another alternative is to use Goodnight Timer, which was good enough to impress mouser. check his post here.. :)


http://www.immortals...e.com/goodnight.html
1952
DC Gamer Club / Re: Batman Arkham Aslyum (coming in Sept.2009)
« Last post by lanux128 on August 18, 2009, 08:59 PM »
yes, my bad.. the console version comes out earlier as they had to push back the date for PC release. hopefully they don't get side-tracked and release it 8 months later like Assassin's Creed. ;D
1953
UrlSnooper / Re: Windows 7
« Last post by lanux128 on August 18, 2009, 08:52 PM »
glad to be of help and welcome to the forums.. :)
1954
General Software Discussion / Re: Need drivers for 56K internal modem (PCI)
« Last post by lanux128 on August 18, 2009, 01:07 PM »
thanks scancode, i'll download and try the drivers. just in case, the vendor id is 11C1 and the device id is 048C. i checked them earlier at pcidatabase.com but didn't know what to make of it. :)
1955
UrlSnooper / Re: Windows 7
« Last post by lanux128 on August 18, 2009, 01:01 PM »
i've used URLSnooper in Windows 7, you just have to set the compatibility mode for WinPcap installer to Vista or later. right-click on the installer exe and choose 'Properties', from there go to 'Compatibility' tab and choose 'Vista' from the drop-down list.
1956
General Software Discussion / Re: The Bat: Fix all the wrapping issues...now!
« Last post by lanux128 on August 18, 2009, 12:54 PM »
not wishing to rub it in, but wasn't The Bat voted the best email client here in DC? if it is of any consolation, PSPad had some problems with word-wrap some time ago but thankfully it was fixed in the later versions. by comparing an email client and text editor, i meant to imply that when it comes to programming edit controls, even a dedicated text editor can't get it right sometimes.
1957
DC Gamer Club / Re: Batman Arkham Aslyum (coming in Sept.2009)
« Last post by lanux128 on August 18, 2009, 12:47 PM »
i don't have a very high-end card but in the demo the graphics was quite detailed. having said that, one should know that this game is also being released for the consoles, so the final version is anyone's guess. maybe the devs would have to adhere to constraints of the consoles and port that version to PC or they might actually release concurrent version for the different systems. but do try the demo, you'll notice that it has very good production quality. 8)
1958
Living Room / Re: Lawn of the Dead
« Last post by lanux128 on August 18, 2009, 12:36 PM »
this game is awesome! if you have played this one, then you'll know that 'Pogo Party' was insanely difficult unless you found a way to stop you-know-who. ;)

PvsZ_popcapgame1.exe_2009-08-15_001_ver002.jpg

1959
General Software Discussion / Need drivers for 56K internal modem (PCI)
« Last post by lanux128 on August 18, 2009, 12:28 PM »
i have this problem with a WinXP PC that throws up a 'found new hardware' message each it's started. the device happens to be a 'Modem PCI Simple Communications Controller', a google search showed that it's a code for internal PCI modem. so i checked further and found that it's called 'Agere PCI Soft Modem' with the chipset labelled MSP-7850W. the problem is now finding the drivers since Agere has long been sold to Lucent (or is it vice-versa) and somehow the vendors website is now non-existent.

the normally reliable google search only points to certain drivers website where one has to install a certain driver-sleuth programs before being able to download the drivers. so i would like to ask fellow DC'ers if they happen to have the drivers or the links to this drivers, please share with me. thanks.. :)

The modem's identification string.
UnknownDevices-modem-driver_ver001.png

1960
DC Gamer Club / Batman Arkham Aslyum (coming in Sept.2009)
« Last post by lanux128 on August 18, 2009, 12:13 PM »
as you may (or may not) know, there is a new game based on the Batman to be released next month. no one can be sure how the finished article is going to be, but i'm quite glad that this is a stand-alone game, not a movie tie-in. games that are based on movies are normally rushed through production and the story-line is quite blasé.

i've just finished the demo and even though it was quite short at about 20-30mins, there are ample signs that this game has the potential. so for those who always wanted to don the dark knight's cape, this is your chance. :)

ShippingPC-BmGame.exe_2009-08-13_001_ver002.png

http://www.batmanarkhamasylum.com/
1961
s.newave: some characters like ampersand aren't being 'escaped' properly. e.g. a search for 'Black & White: Creature Isle' only returns 'Black'. just a heads-up.
1962
Post New Requests Here / Re: IDEA: £ on a non-uk keyboard
« Last post by lanux128 on August 17, 2009, 03:47 AM »
yes, false alarms are the bane of AHK scripts but you can always write a letter to Sophos regarding this problem.
1963
Post New Requests Here / Re: IDEA: £ on a non-uk keyboard
« Last post by lanux128 on August 17, 2009, 03:36 AM »
you don't have to change, unless you want to.. :) if AltGr key isn't available, this line <^>! is just ignored, as the normal alt (!) can be used to send the ascii code.

P.S. if you work with accented characters a lot, take a look at Skrommel's Accents script. it provides an easy way to define more characters.
1964
Post New Requests Here / Re: IDEA: £ on a non-uk keyboard
« Last post by lanux128 on August 16, 2009, 07:31 PM »
if your friend's laptop doesn't have a AltGr key, they can use the Alt+3 combination instead.
1965
sad to hear that but good luck on the data restoration.
1966
Post New Requests Here / Re: IDEA: £ on a non-uk keyboard
« Last post by lanux128 on August 16, 2009, 10:53 AM »
this should work but as i don't have an AltGr key, i can't test it. (it works with with Alt+3). so try both left & right Alt keys and let me know. :)

SendMode, Input

; <^>! stands for AltGr
<^>!3::
!3::
     Send, {ASC 0163}
Return
1967
General Software Discussion / Re: How to upload SWF
« Last post by lanux128 on August 14, 2009, 08:23 AM »
if the end-quality of the video is not to your liking. then like Carol mentioned in her post, you can download Jing to re-record your screencast then later upload to Screencast. this way you will have more control over the video.

as for the 2nd query, Camtasia creates four files for each screencast. by referring to the screenshot you posted above, i'll break-down the functions of each.

  • Untitled.swf <- this is actual video
  • Untitled.html <- this is the container file in html format
  • Untitled_config.xml <- this file holds info on whether to autoplay the video, to show controller, etc.
  • Untitled_controller.swf <- this is the playback controller file

so again Carol has mentioned this before, all you have to do is upload these four files onto a web-server, then type the full address that ends with the html file instead of swf. e.g. http://www.hulkbuste...videos/Untitled.html. this way you'll have the playback functions as well.

P.S. the guy is [user]mouser[/user] and he has written some pretty good software around here. :)
1968
General Software Discussion / Re: Open dos window from here
« Last post by lanux128 on August 14, 2009, 07:56 AM »
you can also use the program mentioned here, the aptly named console.
1969
General Software Discussion / Re: How to upload SWF
« Last post by lanux128 on August 14, 2009, 04:07 AM »
is it simple copy/paste the embeded code n link to another page.
I can use that demo link u provided

here is the embed code.
"copy-paste code"
<object width="801" height="601"> <param name="movie" value="http://content.scree...c783ae/bootstrap.swf"></param> <param name="quality" value="high"></param> <param name="bgcolor" value="#FFFFFF"></param> <param name="flashVars" value="thumb=http://content.screencast.com/users/Hulkbuster/folders/For%20UHARC/media/2b191eb9-e0b7-47ca-8cc4-0c3279c783ae/FirstFrame.jpg&containerwidth=801&containerheight=601&content=http://content.screencast.com/users/Hulkbuster/folders/For%20UHARC/media/2b191eb9-e0b7-47ca-8cc4-0c3279c783ae/Still%20to%20be%20edited.swf"></param> <param name="allowFullScreen" value="true"></param> <param name="scale" value="showall"></param> <param name="allowScriptAccess" value="always"></param> <param name="base" value="http://content.scree...a-8cc4-0c3279c783ae/"></param>  <embed src="http://content.scree...c783ae/bootstrap.swf" quality="high" bgcolor="#FFFFFF" width="801" height="601" type="application/x-shockwave-flash" allowScriptAccess="always" flashVars="thumb=http://content.screencast.com/users/Hulkbuster/folders/For%20UHARC/media/2b191eb9-e0b7-47ca-8cc4-0c3279c783ae/FirstFrame.jpg&containerwidth=801&containerheight=601&content=http://content.screencast.com/users/Hulkbuster/folders/For%20UHARC/media/2b191eb9-e0b7-47ca-8cc4-0c3279c783ae/Still%20to%20be%20edited.swf" allowFullScreen="true" base="http://content.scree...a-8cc4-0c3279c783ae/" scale="showall"></embed> </object>


you can also view the source of the demo page and copy the code. good luck, either way..
1970
General Software Discussion / Re: How to upload SWF
« Last post by lanux128 on August 14, 2009, 03:16 AM »
i have made a demo for you here by taking the embed code and putting it into a new html file. hope this helps.

1971
General Software Discussion / Re: How to upload SWF
« Last post by lanux128 on August 14, 2009, 03:10 AM »
ok, this is how i understand the query. you want the video to be in another html (webpage) instead of being redirected to the ScreenCast website. well, you can try copying the HTML code and paste in the new html page that you want the video to appear (refer pic).

firefox.exe Screenshot - 14_08_2009 , 4_04_09 PM.png
1972
General Software Discussion / Re: How to upload SWF
« Last post by lanux128 on August 14, 2009, 02:34 AM »
then point your browser at the HTML file.
i could not follow this Statement,,,tried copying the url , but still no good.

i think you should click on the 1st thumbnail and then you will get a url that you can share with your friends (refer pic)

firefox.exe Screenshot - 14_08_2009 , 3_29_59 PM.png
1973
General Software Discussion / Re: Silent updater for firefox
« Last post by lanux128 on August 11, 2009, 06:25 AM »
maybe this add-on would be helpful to you..

Notifies you when updates are available for your extensions and themes. Allows quick access to your extensions and themes and the ability to check both types for any updates. Easily configurable for automatically installing updates when available and checking for updates when Firefox starts.
-website

Update Notifier
1974
Found Deals and Discounts / Re: Online Armor Premium Firewall for Free
« Last post by lanux128 on August 11, 2009, 06:18 AM »
this is a worthy offer by Gizmo. thanks for the heads-up, laughinglizard. :up:
1975
Developer's Corner / Re: AutoHotKey Tidy or equivalent?
« Last post by lanux128 on August 06, 2009, 11:48 PM »
I've been selecting a line with Shift-End, then deleting with the Del key.  Is there an Easter Egg to just delete the line in one go?

the default hotkey to delete current line is Ctrl+Y. yes, i too use PSPad.. 8)
Pages: prev1 ... 74 75 76 77 78 [79] 80 81 82 83 84 ... 251next