- Upvotes Received
- 11
- Posts with Upvotes
- 9
- Upvoting Members
- 9
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
49 Posted Topics
Re: Intel Atom CPUs aren't known for their blistering performance. They're intended for use in mobile devices, laptops and netbooks, etc. Applications where energy efficiency is more important than raw processing power. Upgrading the system will be like flogging a dead horse. But if you decide to upgrade anything, I'd suggest … | |
Re: On Microsoft's site: [Windows XP Mode...](http://windows.microsoft.com/en-us/windows7/products/features/windows-xp-mode) > **Important** > As of April 8, 2014, technical support for Windows XP and Windows XP Mode are no longer available, including updates that help protect your PC. This means that if you continue to use Windows XP or use Windows XP Mode on … | |
Re: > abcPDF are a bit pricey aren't they? everything is above 1000$... That sounds odd. Where are you getting your prices from? >htmldocs need to run in a seperate process right? i would preffer to have a simple .NET dll does anybody know anything like that? There can be some … | |
Re: > Is it possible to recover a "bad drive"? The answer largely depends on the type of damage. If the problem is due to a faulty circuit board, recovering data may simply be a matter of finding a matching replacement. Damaged heads on the other hand can lead to physical … | |
Re: 3.5 bn people on this planet live on less than two dollars a day. I wish my wife was one of them. | |
Re: Because a silent pee is more challenging with a hacking cough. If you ate pasta with antipasta would you still feel hungry? | |
Re: Some forms of off page SEO can produce a negative effect on ranking. What have you been doing exactly? | |
Re: It's best to avoid coding for specific browsers. All those tests can be avoided. Try something like: var x = 0; var image = document.getElementById("imageTwo"); function moveright() { image.style.left = (x += 5) + "px"; } Note that image.style.left is a string, not a numeric value. You can't simply use … | |
Re: > With PPC advertising the lead conversion rate is poor because it's not targeted. If I used PPC to advertise nuts on a forum frequented by squirrels, wouldn't that be targetted? The few networks I'm aware of provide ways to target audiences. > People who are occupied with PPC websites … | |
Re: 7) Avoid logging on as an administrator. Use a [standard user account](http://windows.microsoft.com/en-us/windows/why-standard-user-account "Why use a standard user account instead of an administrator account?") for your everyday needs. | |
Re: I'm sure you must have searched the web for [VB.NET tutorials](https://duckduckgo.com/?q=vb+.net+tutorials+for+beginners). Why not attempt one? If you get stuck feel welcome to post back a question or the code you're having trouble with. | |
Re: You could try using CDate to convert the string. It seems to accept the format you want. Then just use the Month function to obtain a numeric value, e.g. theDate = CDate("Jul 2014") theMonth = Month(theDate) See: [Type Conversion Functions (Visual Basic)](http://msdn.microsoft.com/en-us/library/s2dy91zy.aspx). | |
Re: With every new release of Windows, after dabbling around with the new features for a while, I invariably end up configuring the look and feel to a way that makes sense to me. The final result usually resembles Windows NT. Bring back the Start button! Windows 8 and 8.1? I'm … | |
Re: A strong password is good. Don't use the same password for all your accounts. Update your password periodically. However the strength of your password makes little difference if it is stolen. Make sure you're connected to facebook though HTTPS, an encrypted connection. The location bar should display a padlock symbol. … | |
Re: Here's something I just put together. It makes all outbound links on a page open in a new window, providing that nothing was already assigned to the onclick event. Is this the sort of thing you were thinking of? function makeExternalLinksOpenWindow() { for (var i = 0; i < document.links.length; … | |
Re: **The Apache OpenOffice API Project** http://www.openoffice.org/api/ **COM Interop Tutorials** http://msdn.microsoft.com/en-us/library/aa645712%28v=vs.71%29.aspx If your needs are simple you might find you can get away with writing Calc documents directly, rather than automating OpenOffice. Calc documents are zipped files and the contents are mostly XML based. It's an open format and reasonably well … | |
Re: > The search result will show you all the pages indexed on your site. The steps stated above is applicable also to Bing. Not quite so. Google search results show a sample of pages from their index, not all, and the count of indexed pages is only an approximation. For … | |
Re: A recursive IFrame can cause a system to run out of resources if left unchecked. I wouldn't be surprised if you've discovered a hard limit in the browser, intended to prevent this kind of thing from happening. Have you tested to see whether the limit is browser specific? | |
Re: Certainty that no backdoor exists is largely because security experts were able to review the source code. It's difficult see how closed source products can provide the same level of assurance. +1 for opensource :-) | |
Re: In terms of SEO "/y/somepage.aspx?foo=bar&b=" is not a good URL for a page. I would suggest you look into URL rewriting. It'll enable you to specify URLs for the same resource, but ones that are more descriptive and rich in keywords. Search engines and human visitors will love you for … | |
Re: In your first code snippet, on line 5, you're calling `ty(pcheck)`, but 'pcheck' hasn't been defined. Did you mean to call `ty(pcash)`? In the second code snippet, function 'hu' will return "todaytomorrow". You should find it'll work if you change line 8 to `document.write(hu());` Line 7 can be removed as … | |
Re: Windows Update should tell you which component failed to install. See if you can locate a standalone installer for it on Microsoft's site and try a manual installation. Which version of Windows are you trying to update? What's the exact error message you're seeing? | |
Re: Feel welcome to correct me, but I'm going to say no, it's not possible to create a desktop application using PHP. It's essentially a server-side scripting language, intended for use with web servers. Why would you want to develop apps in PHP for the desktop when there are so many … ![]() | |
Re: > I have triad to install pastel Accounting version 6... Allowing [triad](http://en.wikipedia.org/wiki/Triad_%28underground_society%29) to install accounting software is just asking for trouble :-) | |
Re: The command line help for cacls doesn't list 'y' as an option for permission settings. When an invalid parameter has been specified the help page is usually displayed. Although cacls is still distributed with Windows it is deprecated and you should be using icacls instead. It's not immediately clear why … | |
Re: You might expect the path can be found through the File.name property but it appears to have been excluded for security reasons. | |
Re: Microsoft Office always seems to have a slight edge over OpenOffice in terms of functionality and performance. But despite a few rough edges, OpenOffice works just fine for my needs. An annoyance with early versions of OpenOffice centered around compatibility with Microsoft Office documents. Thankfully no longer the issue it … | |
Re: Have you tried [Malwarebytes](http://www.malwarebytes.org/)? If the installation is blocked you may also need to try Malwarebytes Chameleon. | |
Re: Hi Jasmae If you're looking for tools to circumvent copy protection I'm afraid you've come to the wrong place. Besides, running software obtained from untrusted sources is a really bad idea. Sooner or later you'll get hit by malware. | |
I have two pages indexed by Google. I'll call them New Page and Old Page for the purpose of this question. Google prefers to show Old Page on in search results, possibly because it contains a couple more occurences of the keyword 'Page'. I'd like to use a sitemap to … | |
Re: The contents of a file can be displayed using the 'type' command. You can then redirect output to the clipboard with a pipe, e.g. `c:\type example.txt | clip` | |
Re: Yes, PDF files can be converted to images! But it's not a native capability of VB6. You'll need to obtain a third-party component to perform the conversion. The alternative is to write your own software to decode and render PDF documents, not a trivial task. If you're prepared to spend … | |
Re: The number of cells in a battery isn't a good indicator of capacity. This is because not all cells have the same capacity. The capacity of a laptop battery is usually measured in milli-amperes per hour (mAh). Knowing this value will help you to compare batteries. For example, if a … ![]() | |
Re: When I viewed the recommendations page I found many of the posts were marked as solved. Although solved posts might prove useful if I was looking for a solution to a problem, the recommendations page isn't where I'd normally look. Unless of course the new algorithm can predict which questions … | |
![]() | Re: **O** Can you guess what it is? It's a smiley of course, but with all its hair pulled out. Notice how the eyes have also been gouged out, and it ain't smiling. Think I'll call it despair. |
Re: To serve ASPX pages you'll need a web server that supports ASP.NET, such as Microsoft's IIS. WAMP on the otherhand is built around the Apache web server and enables you to develop sites using PHP. As far as I know, it doesn't support ASP.NET. When a server is not configured … | |
Re: What if, on line 12, you redirect the output to your file... `sed -e "s/\(empty-frequency\)/${FREQUENCY}/g" > /home/garrett/Desktop/NEW-CONFIG.txt` And then on line 17, append to the same file, using '>>' instead of '>'. Does this solve your problem? | |
Re: Have a look at ABCpdf - it's documented for VB.NET and suitable for use under ASP.NET. The short example below generates a PDF document on the fly and shows how to get at the byte data... [CODE]Dim theDoc As Doc = New Doc() theDoc.FontSize = 96 theDoc.AddText("Hello World") Dim theData() … | |
Re: > If you have it in text where's the problem? Converting to text will lose information such as formatting, images, bookmarks, etc. Information that you'll want to preserve when converting a PDF to DOC. | |
Re: Hi Abby As a starting point, here's a simple JavaScript example on W3Schools that you might find useful... http://www.w3schools.com/js/default.asp The 'Try it yourself' feature on this page will enable you to play around with the code. You'll need to adapt the code to fit your assignment. Do try experimenting with … ![]() | |
Re: You can use [JScript](http://en.wikipedia.org/wiki/JScript) with [Windows Script Host](http://en.wikipedia.org/wiki/Windows_Script_Host). | |
Re: [QUOTE=rhall;2891]I know I have to take a screen capture of the page that was generated in Flash. But how then can I get that to a PDF format? I want a button on the Flash page that the user can click for all this to happen in the background. Thanks … | |
Re: ABCpdf - it's a PDF component designed for use with ASP.NET. Creates and manipulates PDF documents directly, without going through a printer driver. So, you won't get any unexpected messages popping up and blocking your ASP.NET application. The following example is written in C# and shows one way you can … | |
Re: If you need to display a PDF document without the use of any plug-ins, try rendering each page to an image format like JPEG or PNG. Converting PDF documents to Flash SWF is another solution that seems to work well for the web. [URL="http://www.scribd.com/"]Scribd[/URL] provide a document sharing service that … | |
Re: See [url=http://www.daniweb.com/forums/misc.php?do=bbcode]Daniweb's BB code list[/url]. | |
Re: ABCpdf Professional will do this for you. It's a component for generating and manipulating PDF documents server-side from within ASP.NET and features a built-in image renderer. You may notice Visual Studio display a dialog when you add ABCpdf as a reference. It'll warn you the component uses a higher version … | |
Re: [QUOTE=tbanisida;1574283]how to create pdf file from c#[/QUOTE] Creating PDFs from scratch can involve a lot of effort. You'll almost certainly find the easiest solution is to use a third-party PDF component, of which there are many available on the market today. For the .NET Framework, [URL="http://www.websupergoo.com/abcpdf-1.htm"]ABCpdf[/URL], [URL="http://www.itextsharp.com/"]iTextsharp[/URL] and [URL="http://pdfsharp.net/"]PDFSharp [/URL]should … | |
Re: [QUOTE=aniljadhav15;965071]... error:Unable to render HTML. Page load timed out. Unable to load page...[/QUOTE] It's most likely you local page is loading quicker than from the host server. Have a look at the [URL="http://www.websupergoo.com/helppdf7net/source/5-abcpdf6/xhtmloptions/default.htm"][B]HtmlOptions.Timeout[/B][/URL] value to ensure the remote pages have sufficient time to load. ABCpdf is set to 15 seconds … |
The End.