|
|
stackoverflow.com
- 2012-03-15 02:45:11
- Similar
- Report/Block
I'm trying to include a html to pdf converter in my C# program for windows mobile. I found Pdfizer. I added a refence to Pdfizer.dll and included it with using Pdfizer; Also I added a reference to itextsharp that is required for Pdfizer. Pdfizer is correctly added and I can use many of its functions and classes but I can't use HtmlToPdfCo...
|
|
|
stackoverflow.com
- 2012-03-09 18:23:27
- Similar
- Report/Block
The code below has a link to cause a post back (asynchronous or not) followed by div with a top-padding of 5000 :) - and the new HtmlEditorExtender control found in the Ajax Control Toolkit (4.1.51116). The Problem: Clicking the link at the top of the page, causes the HtmlEditorExtender to steal the focus, scrolling all the way down to th...
|
|
|
stackoverflow.com
- 2012-04-20 11:28:40
- Similar
- Report/Block
I want slide effect left to right when I change the Activity and for that I am using following code but not getting any result. please current me. Thanks in java both file super.onCreate(savedInstanceState); overridePendingTransition(R.anim.fadein, R.anim.fadeout); setContentView(R.layout.main); two files in res/anim directory fadein.xml...
|
|
|
|
stackoverflow.com
- 2012-03-13 14:34:44
- Similar
- Report/Block
I have written a python function to rate websites according to some parameters (a series of words). The function uses Python Mechanize and it works fine most of the time. However, for some websites it just hangs there until I ctrl+c on the terminal. I'm guessing this is some sort of javascript related problem, is there a way to build a ti...
|
|
|
stackoverflow.com
- 2012-04-12 16:28:20
- Similar
- Report/Block
I have some questions about ActionMailer : 1) How does Actionmailer connect to a smtp server ? 2) Are the connections concurrent or parallel if the number of emails high > 1000 ? 3) How will sending out emails like facebook does ( 1000's in numbers ) as immediate emails affect the ruby on rails application and how would actionmailer ha...
|
|
|
stackoverflow.com
- 2012-03-14 02:13:33
- Similar
- Report/Block
I've been trying to dynamically add Tabs to a TabHost and add a ListView to each of those tabs. The problem is that I get the following error "Could not create tab content because could not find view with id XX" . The thing is that I am giving an ID to each new ListView and adding the view to the TabHost. TabHost mTabHost = getTabHost();...
|
|
|
stackoverflow.com
- 2012-03-23 04:02:20
- Similar
- Report/Block
I adapted the jQuery slider code from http://webdeveloperplus.com/jquery/featu red-content-slider-using-jquery-ui/ into my website which is based on Twitter's Bootstrap v2.0. The problem is that the slider from webdeveloperplus.com is using an older version of jQuery and jQueryUI (1.3.2 and 1.5.3 respectively). The slider works fine if I...
|
|
|
|
stackoverflow.com
- 2012-04-14 02:16:55
- Similar
- Report/Block
I have a windows form which i created for my splash screen, i added a timer to this form, enabled it and added the lines below in my code : private void timer1_Tick(object sender, EventArgs e) { this.Opacity -= 0.01; if (this.Opacity <= 0) { this.Close(); } } The splash screen fade out, but the problem is that i want it to be...
|
|
|
stackoverflow.com
- 2012-04-03 23:43:48
- Similar
- Report/Block
I've got a DIV #alerts_wrapper on my page that is being refreshed every 5 seconds like this: refresh_alerts = setInterval(function () { $('#leftside div#alerts_wrapper').load('staffhome.php #alerts_container' ); }, 5000); I've got a max-height on the div set to 200px, and scrolling to auto. How can I stop the div from refreshing if th...
|
|
|
stackoverflow.com
- 2012-02-23 10:33:14
- Similar
- Report/Block
I have a strange System.DirectoryServices Issue which pops up intermittantly. The exception below gets thrown periodically in the below code private PrincipalSearchResult<Principal> GetAuthorizationGroups(UserPrincipal userPrincipal, int tries) { try { //Exception is thrown on this line below...
|
|
|
stackoverflow.com
- 2012-03-22 18:02:59
- Similar
- Report/Block
I have array of datetimes(about 5000 elements) and want to execute a job on each of these datetimes. Datetimes in array are custom ones, not periodical, so I cannot use CronTrigger and others. Is there a simple way to create a trigger which will fire on given times? Yes, I know that I can to start a new simple trigger(with one fire time,...
|
|
|
stackoverflow.com
- 2012-05-01 04:15:41
- Similar
- Report/Block
Anyone have a solution for 301 permanent redirects for deleted products in Magento? I have a store with 5000 products. 4000 have been sold and will never be back in stock. I want to delete those products b/c I no longer need them and want to clean up/decrease my database, but I need to 301 permanently redirect them to appropriate pages to...
|
|
|
|
stackoverflow.com
- 2012-02-22 14:24:58
- Similar
- Report/Block
How to use rake with https://github.com/infused/dbf/ . I tried to write in database.yml such text: development: adapter: dbf database: db/file.dbf pool: 5 timeout: 5000 But it say, that didn't find adapter activerecord-dbf-adapter I need only read dbf-files. PS. I can't use JDBC adapter. UPDATE I want to use dbf database such as...
|
|
|
stackoverflow.com
- 2012-03-18 17:37:13
- Similar
- Report/Block
I have a jquery ajax call that send a request to the node.js app that works fine, the problem is that i can not retrieve any response with the jquery call back. The Jquery $(document).ready(function(){ var listing = $('#listing'); $.ajax ({ url: "http://my.ip.is.here:3000/", cache: false, //timeout: 500...
|
|
|
stackoverflow.com
- 2012-03-27 03:02:41
- Similar
- Report/Block
I have an issue with getting a result set back from SQL server 2008 using TinyTDS. My SQL server resides on my local machine and I am on a windows 7 machine. my connection settings in the database.yml file is like this.. development: adapter: sqlserver host: localhost database: database_name username: username password: pa...
|
|
|
stackoverflow.com
- 2012-03-13 23:53:33
- Similar
- Report/Block
This is all the code I have and I do not get neither the logs in xcode nor the deviceReady event (which I don't get on any other platform either. On Ubuntu+Android+Eclipse I do get the console logs, but no deviceReady. nor in chrome ) The js/cordova-1.5.0.js exists and being loaded as indicates an alert statement i've put in there. Any cl...
|
|
|
stackoverflow.com
- 2011-11-18 08:21:39
- Similar
- Report/Block
I search but cant find out any infromation how to freeze last state of animation like rotation or else. I think than animation it's change some pictures with show's last state. I have next xml animation file <?xml version="1.0" encoding="utf-8"?> <set xmlns:android="http://schemas.android.co m/apk/res/android" android:shareInt...
|
|
|
stackoverflow.com
- 2012-03-09 20:00:18
- Similar
- Report/Block
Hi there Im a beginner to rails and what Im doing seems a common usecase to me yet, its funny it seems so hard to do in Rails and not many posts on the internet about the topic: 1) I created a new rails app. Since I had a legacy database that I wanted to include in my new rails app, I replaced the "development.sqlite3" with the legacy dat...
|
|
|
|
stackoverflow.com
- 2012-03-15 22:53:19
- Similar
- Report/Block
I think I have a problem with the getline function giving me an error to do with charcters. Array Header: public: void read(ifstream& fin); Array cpp: static string myArray[5000]; void read(ifstream& fin) string line; int arrayIndex = 0; if (fin.is_open()) //Checking if the file can be opened { while (!...
|
|
|
stackoverflow.com
- 2012-04-05 12:49:57
- Similar
- Report/Block
How can i use WHERE Clause to filter in the OVER clause? from the following data LoanID | Principal | Tenor | AmortizingPrincipal ---------------------------------------- 1 20000 1 5000 1 20000 2 5000 1 20000 3 5000 1 20000 4 5000 I need a fourth virtual co...
|
|
|
stackoverflow.com
- 2012-02-28 06:26:18
- Similar
- Report/Block
How to post 5000 files to Solr server? While posting by using command "java -jar post.jar dir/*.xml", command tool tells Argument list is too long.
|
|
|
|
stackoverflow.com
- 2012-03-16 00:44:49
- Similar
- Report/Block
I am using the PHPExcel framework to try to write out a very large excel document from a mysql query. Everything works fine until I hit the 5000 row mark (or there about's) where the page gets flagged with the error: Fatal error: Allowed memory size of xxx bytes exhausted (tried to allocate yyy bytes) in zzz on line aaa I know this is doc...
|
|
|
stackoverflow.com
- 2012-04-02 05:32:51
- Similar
- Report/Block
I've created a table like this : create table tbl( address varchar(5000)); If i want to insert data in to the field address , if the length of data inserted exceeds the length of the field address . Then first truncate the the data and insert it in to address please give me the correct query for the above problem....
|
|
|
stackoverflow.com
- 2012-03-14 22:12:36
- Similar
- Report/Block
I'm developing a WCF application in VS2010. When I use the in-IDE debugger to run the host application and the client, everything works as intended. However, when I run the two executables manually (going to the /bin/Debug/ folders), I get the following exception from the client: System.Net.Sockets.SocketException: No connection could be...
|
|
|
|
stackoverflow.com
- 2012-04-14 23:08:19
- Similar
- Report/Block
I ran this code in http://www.javascriptlint.com and it says that there's a missing semicolon on line 16. I added it but it's breaking everything. Can anyone help me to spot the error? $container.infinitescroll({ navSelector: '#page-nav', nextSelector: '#page-nav a', itemSelector: '.post', loading: { finishedMsg: "No more entries to...
|
|
|
stackoverflow.com
- 2012-03-28 23:31:09
- Similar
- Report/Block
I'm using Yahoo! Messenger API, it has 5000 query limit per day. So I should add a function to my app for switching to another server if my server reached the limit. And, if the limit has expired, switch to default server. THE MAIN QUESTION: When the limit has expired? What time at which timezone? Thanks.
|
|
|
stackoverflow.com
- 2012-03-30 20:59:09
- Similar
- Report/Block
I'm working on an upload app that splits files before upload. It splits the files to prevent being closed by iOS for using too much memory as some of the files can be rather large. It would be great if I could, instead of setting the max "chunk" size, set the max memory usage and determine the size using that. Something like this #define...
|
|
|
|
stackoverflow.com
- 2011-04-24 23:22:53
- Similar
- Report/Block
I'm trying to simulate a testbench. I'm not getting the waveforms also i'm getting the following warning message at the prompt. Is it because of the=is warning that my code does not simulate? ** Warning: (vsim-WLF-5000) WLF file currently in use: vsim.wlf # File in use by: Hostname: ProcessID: 0 # Attempting to use alternate WLF file "./w...
|
|
|
stackoverflow.com
- 2012-02-21 20:00:39
- Similar
- Report/Block
I've been searching the net for some answer to this. but all I get is the simple answers. I have a few columns in my database that should have a constraint on their maximum value but not if another column is set to false eg. I have the following values in the table ROW ValueA TRUE/FALSE ValueB 0 3750 TRUE...
|
|
|
stackoverflow.com
- 2012-03-21 05:34:37
- Similar
- Report/Block
I have an applicaton where I am processing 5000 files to 6000 files during a loop. In a try and catch block I am reading the excel file and processing each individual cell. Of course all the Files are in the same format, but In some files the data in the cell in may vary it may contain data or not when ever there is an exception while pro...
|
|
|
|
stackoverflow.com
- 2012-04-12 09:49:11
- Similar
- Report/Block
I have this problem. So I have a bunch of data that must be visualized on a canvas (say more than 5000 items). So I draw them as a bunch of vertical rectangles over a horizontal line, some thing like this: ---|--|||||---|---|||---||----|||||||--- ----- Now, because the canvas is small, I only draw a different amount of rectangles at differ...
|
|
|
stackoverflow.com
- 2012-03-21 13:27:55
- Similar
- Report/Block
i have table of 5000+ rows and 8+ columns like, Station Lat Long Date Rainfall Temp Humidity Windspeed Abcd - - 09/09/1996 - - - - Abcd - - 10/09/1996 - - - - Abcd - - 11/09/1996 - - - - Abcd - - 12/09/1996 - - - - Efgh - - 09/09/1996 - - - - Efgh -...
|
|
|
stackoverflow.com
- 2012-03-24 01:23:08
- Similar
- Report/Block
I'd like to create a xml file from mysql data queries. this part works well but it's very slowly around 15s to create a file with around 5000 lines. On apache server, compression is activate. See my code: $recordset = mysql_query($query, $link); $dom = new DOMDocument('1.0', 'UTF-8'); $rootNode= $dom->appendChild($dom->createEle. ..
|
|
|
|
stackoverflow.com
- 2012-03-20 05:46:20
- Similar
- Report/Block
I'm trying to add Fade-In Fade-out effects to the homepage of this but it doesn't seem to take effect, it rather stops working. The function code is as shown below script> $(function(){ $('#slides').slides({ fadeOut: true, preload: true, preloadImage: 'img/loading.gif...
|
|
|
stackoverflow.com
- 2012-03-26 19:00:13
- Similar
- Report/Block
I have used selenium, watin,automation anywhere and many other automation tools. However when Iam trying to start like 10000 browsers in my machine ( 32 gb ram, 16 core cpu), none of them are able to do the job. With Selenium Iam able to start maxiumum firefox instances so far, but thats still too low, half of them instances dont run the...
|
|
|
stackoverflow.com
- 2012-04-14 08:36:56
- Similar
- Report/Block
I have a simple fadeIn fadeOut animation, it's basically a blinking arrow. However, it doesn't loop. It just goes once, and it's done. I found an answer here -> How to repeat (loop) Jquery fadein - fadeout - fadein , yet when I try to follow it, mine doesn't work. The script for the animation is <script type="text/javascript"> $(doc...
|
|
|
|
stackoverflow.com
- 2012-04-23 12:02:09
- Similar
- Report/Block
i need to write a java program but i need some advice before starting on my own. The program i will be writing is to do the following: Simulate a shop takes advanced order for donuts The shop would not take further orders, once 5000 donuts have been ordered Ok i am kind of stuck thinking if i should be writing the java-class to act as a M...
|
|
|
stackoverflow.com
- 2012-04-04 02:07:23
- Similar
- Report/Block
So I am developing locally using Rails 3.2 and mysql. My local machine is a Mac and my database.yml for development is: development: adapter: mysql2 database: dbname encoding: utf8 host: localhost port: 3306 timeout: 5000 socket: /tmp/mysql.sock And for test it's test: adapter: mysql2 database: dbname...
|
|
|
stackoverflow.com
- 2012-03-30 04:57:46
- Similar
- Report/Block
I have a product listing page and want to load up a detail view for each product via AJAX and display it within the page. I have a more complex set of conditions I want to set up animations with, but I'll keep it simple here. Basically, upon click, I want to run the AJAX request and simultaneously animate (in some cases, a series of anima...
|
|
|
|
stackoverflow.com
- 2012-03-13 09:51:18
- Similar
- Report/Block
For example: 12000 = 12 000 5000 = 5000 1000000 = 1 000 000 20000000 = 20 000 000 Without javascript :)...
|