Hi!
How I can capture browser restore/maximize event in jQuery or javascript? We can use window.onresize but that only tells that the browser is resized NOT. thanks!
Hi,
I am using FTP (plain version) to download files from a server. The name of the file is always the same. All I can do to check to know if it is today's file is look at the timestamp manually.
How can I write FTP script to check if the time stamp is having today's date?
If you have come across this situation and have solved it, please let me know.
Thank you in advance for your time.
Hi everyone,
I know on how to display a list by using loop.
For example,
choice(a):-write('This is the top 15 countries list:'),nl,
loop(X).
loop(X):-country(X),write(X),nl,fail.
Unfortunately,I don't know on how to display list by using list.anyone can guide me?
Hi,
can anybody help me how to nice integrate doctrine 2.0 into ZF 1.10? I found some application resources, but there was no complete solution. Many thanks
Hi
im a little confused by this diagram http://www.b-eye-network.com/images/content/i030ht0104.gif (Last diagram in the article)
1 - In the "ACCOUNTING ENTRY" table it shows "DebitEntry" and "CreditEntry"
i) is this two column or
ii) is this two rows of data? or
iii) is it two separate tables on its own, Acounting_entry_credit and Accounting_entry_debit?
Same question with the "ACCOUNT" table, it shows asset account, livabilities account, equaity account? are they 3 columns or are they 3 rows?
Source: http://www.tdan.com/view-articles/5227/
Hi,
Ours is a webbased software as a service application. Our data centers are located on the west coast, and we would like to provide better user experience to our East coast clients.
How can I setup an edge server on the east coast, and serve static data like images and javascript from there, but still refer to west coast server for application logic.
-Don
Hi...
I have gone through all the msdn stuff for getting started with the SDK for Microsoft CRM 4.
I am trying to find any other basic examples / blog posts about implementing the SDK for MS CRM4. Does anyone know of some blogs that cover this?
Hi,
i got a news page (a view) at my application and it has news' image and text. Text is in a UITextView and i want my text to start next to image and when the image ends continue from the down of the image, like the text is surrounding the image. i tried autoResizingMask but as i ve understood it is for the relations between subview and superview so it didnt work. Is there any way to do it ?
Thanx in advance
Hi-
I have a website created in VS 2008 using asp.net v3.5.
My requirement is to add both Routing and Infragistics controls the website. But noticed, I can have only one of these working - not both. My infragistics control works if I remove the following from web.config
But by removing it- routing would not work.
Is there a way I can have both infragistics and routing working in a single website?
Thanks so much.
Hi
I've recently installed VS2010 and I'm trying to upgrade a project that I created using VS2008 and WSSF (Web Service Software Factory). I've installed the 2010 version of WSSF and it's prerequisites. After upgrading, when I try to load the solution I get "blah.ssfproduct cannot be opened because its project type (.ssfproduct) is not supported by this version of the application". Absolutely no idea what to do :(
Cheers
Mark
Hi folks,
is there a difference between using FAPWS3 and MOD_WSGI when dealing with Django?
FAPWS3 seems alot faster when serving requests toward Python scripts. I would like to know if I'm missing out anything. :)
Any ideas?
Hi
I am following this tutorial http://developer.android.com/intl/de/guide/tutorials/views/hello-tabwidget.html and have completed it. Now I would actually like to add you know some controls to these tabs like textboxes(text edit).
How do I do this? I go to my mail.xml using eclipse as my ide and go to layout view and I now get a NullPointerException so I can't even drag stuff onto the layout anymore.
Thanks
Hi All,
I have an attribute that I have written that has a dependency on the Data Access Layer so I made a constructor that took the DAL class as a parameter (marked with [DefaultConstructor] and another, blank, constructor that is parameterless. When I call a method that depends on the attribute how do I make StructureMap inject the correct type?
Thanks
Gareth
Hi !
Suppose multiple Modal Windows shown above each other.
All of those have ShowInTaskbar = false, which means that in the TaskBar you only see the MainForm and all Modal Windows are hidden.
Now you press ALT+ TAB and the most upper modal Windows disappears. But you cannot get it back in front.
How should be this done correctly in your opinion?
hi ...
i would like a simple help...
i have a url like this:
example.com/profile.php?id= & name=
my .htaccess file like this.
RewriteRule ^profile/(.)/(.) profile.php?id=$1&name=$2
so i have a end url like this:
example.com/profile/id/name
i can make
example.com/id
but how can i get a url like this:
example.com/name
??
thax
Hi I just installed git cygwin on my windows pc at work, but somehow git pull doesn't seems to be working.
the out put is :
git: 'pull' is not a git-command. See 'git --help'.
Did you mean this?
pull
Cant seem to figure this one out, this works fine using the msysgit version.
HI ALL,
I want to show the notifyicon's ballon in custom shape (i.e) **Rectangle** with
color controls i like.how to do this i am using VS2005 how to acheive this.
Hi, I'm trying to plot two functions. One is a Debye function in Matlab multiplied by some other stuff and the other is a regular function. How do I do this? Does Matlab have a toolbox for this?
Hi there,
I was intending to have a play with git, and was wondering if anyone had used the git plugin for eclipse
I see it's at version 0.3.1, and was wondering if anyone knew how stable it was / any gotchas?
Thanks...
Hi Geeks,
I put a TCP server and client code in PIC controller. Now just wanted to know, can the same device run both client and server at sametime? And if possible can we use the same socket on a TCP stack for server and for client?
Hi Everybody,
inside of my Zend_Db_Table_Rowset Object i found this:
["_primary:protected"]
... does anybody if theres a way to access this? ... maybe something like
$rowsetObject->getPrimary()
Thanks for your help,
Alex
hi all,
i am working on a project. my project needs videos tv( Playing videos flash player).
my reference site is http://www.zooweekly.com.au/zootube/index.htm.
I need that type of flash player.
is it passible to do it. can you guide me plz...
Hi everyone!
I am implementing, a distributed cache proxy server.I have an idea of the HTTP and related stuff, so i am rather concentrating on the sub part "Distributed data storage".
From some search on web i found that this could be done using Distributed Hash Tables(DHT).
I was wondering if there exists some kind of library for this preferably in C/C++.
Any better suggestions for the same will also be appreciated.