For a CDROM i'm working on, i'm looking for a method to display images with a lightbox effect. What is the best way to do it with AS3? Is there an AS3 lightbox script available?
I know php scripts don't actually compile until they are run. However say I want to create a small simple program and compile it to a binary without requiring the php binary. How could I do this?
I'v seen a few IDE's out there that would do this, but either they are all for windows or the linux versions don't actually build properly.
What I would like is something like py2exe that does it in the script itself.
I have a simple script that does some search and replace.
This is basically it:
File.open("us_cities.yml", "r+") do |file|
while line = file.gets
"do find a replace"
end
"Here I want to write to a new file"
end
As you can see I want to write a new file with the output. How can I do this?
I have a graph with 1000+ nodes that is fairly sparse. I would like to create a visualization of this graph, and let users drag around it, the same way that users can drag the image of Google or Bing maps around.
Is there any service/toolkit/technology that exists to allow me to do this easily? Javascript? Silverlight? Flash/Flex?
Hi -
In my shell script, I am trying to search using terms found in a $sourcefile against the same $targetfile over and over.
My $sourcefile is formatted as such:
pattern1
pattern2
etc...
The inefficient loop I have to search with is:
for line in $(< $sourcefile);do
fgrep $line $targetfile | fgrep "RID" >> $outputfile
done
I understand it would be possible to improve this by either loading the whole $targetfile into memory, or perhaps by using AWK?
Thanks
how to delete the div using java script?
for details,
I have question div one by one, each question have up and down arrows, it have multiple div, and also have a save button, once i checked some question and press save button, the checked question are display blocked, others are none, In that time i click up and down arrows, it will moved included hided div also, so please help the same,
Thnks
Hi,
Is there any application that will read a MySQL database table and generate a SQL script of INSERT statements (so that I can copy tables from one db to another db)? OR how can I transfer content from db1.table1 to db2.table2 where table1 and table2 is same.
Thank you.
I am running php5, however as soon as I call session_start() the script
hangs and nothing happens. Is anyone else experiencing this problem, or
am I doing something incorrectly?
I am using session_start() on index.php and for some reason sometimes
it'll fail. No warnings, no errors, no notices, not even after
prepending error_reporting(E_ALL) and ini_set('display_errors', TRUE)
before session_start() do I see anything, it just plain dies.
hello members i have 1 site : http://www.magentocommerceexperts.com/ it is not showing cache in google toolabr also i am not getiing result properly also other pages has been cached and it showing and the site genrated in wordpress so will u show me whats a problem. all seo stuff done completd and i am facing problem since 2 months
Hi All,
Please give me a python script through which i can get all the ipaddresses of the systems that are present in my local network.
Thanks in advance
I see a lot of this on my google app engine error log:
05-18 06:44AM 00.897 /NTp9 405 17ms 0cpu_ms 0kb Twitterbot/0.1,gzip(gfe),gzip(gfe)
128.242.241.133 - - [18/May/2010:06:44:00 -0700] "HEAD /NTp9 HTTP/1.1" 405 124 - "Twitterbot/0.1,gzip(gfe),gzip(gfe)"
Should I do something for it??
I found a really interesting peculiarity of Lynx while trying to write an application using bitcoin. The problem is that although the bitcoin site does not always open with modern browsers like Google Chrome or Firefox, it always opens using the Lynx browser.
The same peculiarity appears with some other web-sites. I was wondering what the reason could be for this but was not able to come up with any.
Any ideas, or this is just coincidence?
I have updated my calendar in Outlook 2007 but I'm unable to find the steps to make it sync to my new Nokia E72. Is there a need for special software, or it does not sync with Outlook 2007?
Is it easier to Sync it directly with Google calendar?
Many thanks
Mike
I have a ThinkPad X61, and I'd like to configure sensitivity of the Synaptics pointing stick scrolling feature on a per-application basis. I did this about 4 years ago on my ThinkPad T41, using a configuration file - but I can no longer find any info on this configuration file, and there are no configuration files under C:\Program Files\Synaptics.
The pointing stick is usually known as TrackPoint or UltraNav in IBM material.
Specifically, I'm trying to reduce scrolling sensitivity in Google Chrome on a Windows 7 64-bit X61 ThinkPad.
I'm using Google public DNS. Does it have any effects on torrent connections? In other words, does using public DNS decrease torrent downloading speed?
As I understand it, Google Drive and Dropbox, the two cloud storage providers I happen to know, can only sync a predefined folder that is created upon installation.
I'd be happy to have an automated synchronisation of my folders in the cloud, but I'm not ready to change my habits, and start saving all my documents in the folder imposed by the provider.
Is it possible with one of these, or any other you might know, to sync the full Windows user folder instead?
When I open Google Maps on a client PC that is behind a Large Scale NAT (LSN, Carrier grade NAT) the number of concurrent connections is limited to 15.
Do you have any solutions how to enable more connections when behind an LSN(CGN)?
I love the Chrome browser but I use XML quite a lot in my development work and when I view it in Chrome I just get the rendered text.
I know that the source view is slightly better but I'd really like to see the layout and functionality that IE adds to XML namely:
Highlighting
Open/close nodes
Any ideas how I can get this on Chrome?
Thanks,
Josh
UPDATE:
The XMLTree Extension is available on Google Chrome Extension Beta Site.
Thanks again for your help.