Whats query can be used to get the details of Indexes of any table? I need this to find out primarykey/autoincremented value of any table..
Please help/Guide me...
I have a site im running through an iframe in a uiwebview for a native iphone app, the problem is that I guess since the iframe and the html page are on different servers the session will not keep its state. My thought is to store the session data to the database and then just use the stored session data. Is this possible? If so can anyone send me to a guide on how to set up stored sessions with zend framework, I can't seem to find a good example. thanks
hi,
I need to trigger the jQuery Media parser to replace links with flash content, for my LightBox content (which is dynamically loaded through AJAX).
I need more or less a step by step guide...
thanks
Hi,
what the syntax is in Action Mailer Basics rails guide ?
class UserMailer < ActionMailer::Base
def welcome_email(user)
recipients user.email
from "My Awesome Site Notifications <[email protected]>"
subject "Welcome to My Awesome Site"
sent_on Time.now
body {:user => user, :url => "http://example.com/login"}
end
end
How should i understand the construction, like
from "Some text for this field"
Is it an assignment the value to a variable, called "from" ?
hello everyone i am new bie in iphone development i want to connect to linkedin from my native iphone application i am currently having no idea how to connect to it please guide me how could i do that
I cannot embed this into the msi - meaning - while building the setup, I do not know the content of the text file. After the setup has been built (the msi is ready), I want to distribute a text file along with the msi and make the setup paste that file inside a particular folder - in my case, the machine's ProgramData folder. Please guide.
Hi all,
I'm trying to figure out the current installation of git on a slicehost server. Following this guide, one of the early steps is to add a user, git. However, when I do a cat /etc/passwd, I don't see this user name... How do I find where my git user is?
Thanks!
On the Apple guide, there is a step before building the AppStore version:
Open the Xcode project and Duplicate
the “Release” configuration in the
Configurations pane of the project's
Info panel. Rename this new
configuration “Distribution”.
Why this step is needed? Can I skip this step and use the "Release" configuration to build the final version for AppStore?
Hi I am new to android. When the user try to open a *.ics mail attachment files from the browser, I have to give an alert message. Is it possible to give an alert to the browser from my application? Please Guide me to solve this..
I'm creating an application for iPhone which needs to handle large data.
So, I would like to know which one will be better to use : C++ Vectors or ObjectiveC's NSMutableArray?
Which one will be faster to access elements, delete elements, add elements etc.
Can some one guide me please?
Hi
I am trying to compare the performance of Single and Multithreaded Java programs. Are there any single thread benchmarks which are available which I could then use and convert to their multithreaded version and compare the performance. Could anybody guide me as to what kind of programs(not very small) are suitable for this empirical comparison.
Thanks in advance
I have an Ubuntu server running Tomcat, and I want to connect my Eclipse EE to it so I can work with JSP.
I have no problem connecting to a similar Tomcat service when it's installed on my machine (not a server), but whenever I try to connect to the remote server I don't seem to have the option of choosing a Tomcat service.
Is there some guide you can recommend (I didn't find one), or is there something I did wrong?
I there any method to sleep the thread upto 100.8564 millisecond under window OS. I am using multimedia timer but its resolution is minimum 1 second. Kindly guide me so that I can handle the fractional part of the milisecond.
friends,
i am displaying a image on full screen now i want to zoom it in or out.
any one guide me how can i implement multi touch image zooming?
any help would be appreciated.
I'm using Windows 7 64 bits and I'm trying to install Google Chrome. However, every time I do, I get this error message:
Google Update installation failed with error 0x80004002.
There is a Show me help for this issue link, but it does nothing.
I tried the standalone installer to no avail.
I also tried to delete the HKEY_CURRENT_USER\Software\Google registry key, as suggested by other answers, with no more positive effects.
I got this error after installing Meld on a new Karmic installation:
~$ meld
No module named pygtk
Meld requires pygtk 2.8.0 or higher.
I installed the latest version of python-gtk with aptitude but I'm not sure what version is actually installed. My python version is 2.6.
This is weird because I have another machine that runs Karmic and Meld without a problem.
Any ideas?
attempt to install network policy server failed with error code 0x80070643 fatal error during installation.
The sbs server ran an update on friday and since then NPS has not worked, I have checked permissions on system32\IAS and the builtin OU but still cannot run NPS. My last attempt to removed and reinstall has now left the machine unable to install NPS at all!
Has anyone seen this or have a direction to suggest? Other google's have shown people haven't resolved it!
Hi guys,
I've got a Windows 2003 x86 server with a small WSS3.0 installation. Now we've bought a new server with Windows Server 2008 x64 and installed SharePoint Foundation 2010 on it. I wish to transfer the few lists and their view from the old WSS3 to SP2010.
How should I do this? All the migration websites I've read talk about preparing, but no-one really say how to migrate from one x86 2007 server to a x64 2010 server.
Cheers
Nik
I need to run vista recovery but its boot loader is destoryed. The only way to run reovery seems to be burning a temporary DVD from base.wim and boot.wim taken from vista recovery partition.
How can I do this without having any vista installation or DVD? I can dowload anything but ony from legitimate sources (e.g. not torrents etc).
Thank you in advance.
Hi there,
I have the Sony DR-BT50 wireless headphones.
I've been able to successfully pair them to my iPhone and play music through them, but no such luck with my PC.
I can add it to the bluetooth devices, but when the "Driver Software Installation" screen comes up, I get a red X and "No driver found".
Any ideas how to fix this?
(I have a bluetooth keyboard & mouse paired successfully, so it's not a problem with my laptop's bluetooth.)
Hello everybody,
I recently inherited an application which uses Apache on a Debian 5 installation. I am a begginer in Apache and would have a wory since I understand that the Debian setup of Apache is not quite the classical one.
I found this page which describes some differences but wondered if there are some other "gotcha"s that I should be aware of. Is that page exhaustive in explaining the differences or are there others?
Thank you!
i followed this article:
http://www.enavigo.com/2012/01/04/enabling-oracle-oci8-php-extension-on-os-x-snow-leopard/
and im getting this error: Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.
Anytime i try to connect to an oracle database using OCI8.
I'm not sure that oci8 is install properly.
Can someone provide steps for installation of OCI8 using Mamp Pro?
Self-hosted box,
RHEL 6
PHP 5.3.3
PDO installed
freetds installed
pdo_dblib - so far no luck installing
My goal is to use PDO with sybase. Attempting to install pdo_dblib from the appropriate version php source code. I have tried a variety of methods and searched quite a bit for help on this topic, but have yet to be successful.
Method 1
Install freetds
$ ./configure
$ make
$ su root
Password:
$ make install
This is successful
Install pdo_dblib
inside the /ext/pdo_dblib folder:
$ phpize
$ ./configure
$ make
$ make test
Error output:
PHP Warning: PHP Startup: Unable to load dynamic library '/home/sybase/Install_items/php_533_src/php-5.3.3/ext/pdo_dblib/modules/pdo_dblib.so' - /home/sybase/Install_items/php_533_src/php-5.3.3/ext/pdo_dblib/modules/pdo_dblib.so: undefined symbol: php_pdo_register_driver in Unknown on line 0
Warning: PHP Startup: Unable to load dynamic library '/home/sybase/Install_items/php_533_src/php-5.3.3/ext/pdo_dblib/modules/pdo_dblib.so' - /home/sybase/Install_items/php_533_src/php-5.3.3/ext/pdo_dblib/modules/pdo_dblib.so: undefined symbol: php_pdo_register_driver in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/home/sybase/Install_items/php_533_src/php-5.3.3/ext/pdo_dblib/modules/pdo_dblib.so' - /home/sybase/Install_items/php_533_src/php-5.3.3/ext/pdo_dblib/modules/pdo_dblib.so: undefined symbol: php_pdo_register_driver in Unknown on line 0
Warning: PHP Startup: Unable to load dynamic library '/home/sybase/Install_items/php_533_src/php-5.3.3/ext/pdo_dblib/modules/pdo_dblib.so' - /home/sybase/Install_items/php_533_src/php-5.3.3/ext/pdo_dblib/modules/pdo_dblib.so: undefined symbol: php_pdo_register_driver in Unknown on line 0
That doesn't look good...I researched this and found an interesting hack for this here. But changing pdo.ini to pdo_0.ini was not the solution, as I still got the same errors on make test.
$ su
$ make install
Output:
Installing shared extensions: /usr/lib64/php/modules/
That seems strange...and no, it doesn't actually install (not showing up on phpinfo after apache restart).
Method 2
Install freetds
following the instructions exactly, i add the prefix
$ ./configure --prefix=/usr/local/freetds
$ make
$ su root
Password:
$ make install
This is successful
Install pdo_dblib
inside the /ext/pdo_dblib folder:
$ phpize
$ ./configure --with-sybase=/usr/local/freetds
This produces the following error at the bottom of the output
...
checking for PDO_DBLIB support via FreeTDS... yes, shared
configure: error: Cannot find FreeTDS in known installation directories
Method 3
freetds ./configure variation (including or not include the --prefix...) did not change the result of this so I'll skip it.
Install pdo_dblib pecl extension
following the method specified here.
pecl download pdo_dblib
tar -xzvf PDO_DBLIB-1.0.tgz
Removed the line,
<dep type=”ext” rel=”ge” version=”1.0?>pdo</dep>
Saved the package.xml file, and moved it in to the PDO_DBLIB directory.
mv package.xml ./PDO_DBLIB-1.0
Navigated to the PDO_DBLIB directory, then installed the package from the
directory.
cd ./PDO_DBLIB-1.0
pecl install package.xml
But, this command gives me the following error output, same as Method 2.
checking for PDO_DBLIB support via FreeTDS... yes, shared
configure: error: Cannot find FreeTDS in known installation directories
ERROR: `/home/sybase/Install_items/pecl_pdo_dblib/PDO_DBLIB-1.0/configure' failed
On Noctua site they state:
Caution: The NH-U12DX 1366 can only be
used on mainboards that have a
backplate with screw threads for CPU
cooler installation (such as the Intel
reference backplate for Xeon 5500).
The cooler is thus incompatible with
Xeon 3500 and Core i7 mainboards that
don’t have such a backplate.
How do I know if Asus p6t has it?