Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
90% Quality Score
Upvotes Received
11
Posts with Upvotes
9
Upvoting Members
9
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post

49 Posted Topics

Member Avatar for Syberia

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 …

Member Avatar for rproffitt
0
281
Member Avatar for happygeek

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 …

Member Avatar for XP78USER
6
10K
Member Avatar for uri3000

> 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 …

Member Avatar for jmind123
0
541
Member Avatar for mcortino

> 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 …

Member Avatar for RobertHDD
0
641
Member Avatar for abelLazm

3.5 bn people on this planet live on less than two dollars a day. I wish my wife was one of them.

Member Avatar for James_40
8
9K
Member Avatar for awesomelemonade

Because a silent pee is more challenging with a hacking cough. If you ate pasta with antipasta would you still feel hungry?

Member Avatar for Slavi
1
2K
Member Avatar for lptrendin

Some forms of off page SEO can produce a negative effect on ranking. What have you been doing exactly?

Member Avatar for sisindia
0
306
Member Avatar for koneill

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 …

Member Avatar for koneill
0
374
Member Avatar for lapunluyang

> 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 …

Member Avatar for AffineMesh
0
487
Member Avatar for LynnCarter62

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.

Member Avatar for AffineMesh
0
259
Member Avatar for blueangel87

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.

Member Avatar for Hamza Saleem
0
99
Member Avatar for krunal1986

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).

Member Avatar for AffineMesh
0
204
Member Avatar for example868

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 …

Member Avatar for Reverend Jim
0
396
Member Avatar for abualgasim.mahmoud

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. …

Member Avatar for Nada_1
2
141
Member Avatar for <M/>

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; …

Member Avatar for happygeek
1
214
Member Avatar for maple_apple

**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 …

Member Avatar for AffineMesh
0
121
Member Avatar for omthavertch

> 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 …

Member Avatar for omthavertch
0
196
Member Avatar for nouth

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?

Member Avatar for AffineMesh
0
374
Member Avatar for Reverend Jim

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 :-)

Member Avatar for Hiroshe
2
277
Member Avatar for cilla

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 …

Member Avatar for AffineMesh
0
612
Member Avatar for Twodots
Member Avatar for Mya:)
0
67
Member Avatar for Siberian

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 …

Member Avatar for Siberian
0
163
Member Avatar for RatulCN

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?

Member Avatar for khakilang
0
177
Member Avatar for chaitu11

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 …

Member Avatar for diafol
0
1K
Member Avatar for Samuel Baker

> 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 :-)

Member Avatar for Samuel Baker
0
239
Member Avatar for alpha849321

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 …

Member Avatar for LaxLoafer
0
410
Member Avatar for Rahman_1

You might expect the path can be found through the File.name property but it appears to have been excluded for security reasons.

Member Avatar for Rahman_1
0
224
Member Avatar for serkan sendur

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 …

Member Avatar for Reverend Jim
0
332
Member Avatar for sevichu

Have you tried [Malwarebytes](http://www.malwarebytes.org/)? If the installation is blocked you may also need to try Malwarebytes Chameleon.

Member Avatar for robert02
0
702
Member Avatar for Jasmae

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.

Member Avatar for robert02
0
178
Member Avatar for AffineMesh

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 …

Member Avatar for AffineMesh
0
225
Member Avatar for thecoolman5

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`

Member Avatar for thecoolman5
0
283
Member Avatar for SaRa Ahmad

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 …

Member Avatar for LozeeS
1
3K
Member Avatar for ganges

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 …

Member Avatar for Mouche
0
812
Member Avatar for Dani

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 …

Member Avatar for Dani
0
243
Member Avatar for Warrens80

**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.

Member Avatar for stultuske
-1
130
Member Avatar for Mr.M

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 …

Member Avatar for pritaeas
0
4K
Member Avatar for lewashby

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?

Member Avatar for praom2104
0
256
Member Avatar for binoy.mathew

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() …

Member Avatar for edmondhhd
0
312
Member Avatar for ManthanB

> 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.

Member Avatar for Bad Guide
0
496
Member Avatar for abby.arnett.12

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 …

Member Avatar for stbuchok
0
292
Member Avatar for MasterHacker110

You can use [JScript](http://en.wikipedia.org/wiki/JScript) with [Windows Script Host](http://en.wikipedia.org/wiki/Windows_Script_Host).

Member Avatar for AffineMesh
0
106
Member Avatar for rhall

[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 …

Member Avatar for supadeni
0
2K
Member Avatar for deceivingrakesh

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 …

Member Avatar for AffineMesh
0
131
Member Avatar for bilal_fazlani

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 …

Member Avatar for bilal_fazlani
0
2K
Member Avatar for GeoffC

See [url=http://www.daniweb.com/forums/misc.php?do=bbcode]Daniweb's BB code list[/url].

Member Avatar for AffineMesh
0
190
Member Avatar for hirenpatel53

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 …

Member Avatar for hirenpatel53
0
116
Member Avatar for tbanisida

[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 …

Member Avatar for k.d.m
0
374
Member Avatar for aniljadhav15

[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 …

Member Avatar for AffineMesh
0
149

The End.