LaxLoafer 71 Posting Whiz in Training

Which of their SDKs are you using? Note that SecuSearch SDK Pro for Windows features 1:N matching.

rproffitt commented: +1 matching. +8
LaxLoafer 71 Posting Whiz in Training

A way to match fingerprints is already provided with the SDK, apparently...

"SecuGen SDKs make it quick and easy to integrate SecuGen fingerprint scanning, template generation (minutiae extraction), and template matching functions (both one-to-one and one-to-many) into almost any type of sotware application.", Source: http://www.secugen.com/products/sdk.htm

Does the documentation not include some example code?

savedlema commented: the SDK sample code do not talk about 1:M identification. +2
LaxLoafer 71 Posting Whiz in Training

You won't catch me saying this often but may I suggest you Google it?

My reasoning is this: any SEO expert with a greater understanding of ranking factors than another is more likely to out rank them in search results. Q.E.D. So the best SEO tools are among those found at the top of Google's search results. Have you tried the first page?

MMHN commented: Right +0
LaxLoafer 71 Posting Whiz in Training

Google's Webmaster Guidelines is usually a good starting point.

LaxLoafer 71 Posting Whiz in Training

So, Google Fetch returned an HTTP 404 error?

You can rule out issues with robots.txt. The file tells bots which resources it should not request. You simply would not receive an HTTP response (or error) because a well-behaved bot will not make requests for blocked resources.

The robots meta tag can also be ruled out. The tag is embedded in an HTML document, and it can only be read if the page is retrieved, which would mean an HTTP 2xx error, document found.

It's probably not a firewall issue because other pages on the site can be accessed, or a permissions issue as that would result in an HTTP 403 Forbidden error.

Sitemaps tell bots where to find resources on a host. If the sitemap contains errors, such as bad URLs, it will cause the web server to return an HTTP 404 Not Found when a bot attempts to download the resource.

I'd take a closer look at the URLs in your sitemap. Watch out for any unusual characters that might cause bots to truncate URLs. For example I have known GoogleBot to read URLs like http://example.com/page[1]/ as http://example.com/page , unless the square brackets were encoded as %5B and %5D.

Another possibility is a misconfigured redirect, but then why would that affect search engines and not all visitors to your site? If you do find a redirect is responsible it's probably safer to remove it. Search engines expect to see exactly the same content as shown …

LaxLoafer 71 Posting Whiz in Training

Search for SMS gateway.

You'll discover there are many services offering SMS messaging, which you can connect to through their APIs. I bet most of these will be documented for PHP.

Alternatively you can connect directly to a network with either dedicated hardware or just a mobile phone.

LaxLoafer 71 Posting Whiz in Training

Unfortunately I don't yet have access to Windows 10, but here are a couple of things you might want to try that worked for earlier versions...

To change the 'registered owner', open the registry editor (regedit) and navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
Look for the 'RegisteredOwner' key.

To change an account name, instead of going through 'User Accounts' in the control panel, try opening a command prompt and typing control userpasswords2. With a bit of luck a more advanced user account dialog will appear.

LaxLoafer 71 Posting Whiz in Training

Rendering in the browser occurs after an image has downloaded. Usually it's the downloading of the image that takes time. If you wish to reduce the amount of image data transferred on your site here are a few things you can try:

  • Resample images to reduce their resolution (recommend 72 DPI).
  • Resample images to reduce their dimensions.
  • Try different file formats. Generally JPEG for photos, GIF for line drawings, PNG for both.
  • Try different levels of compression.
  • Reduced color palettes.
  • Try graphic file optimizers, e.g. JPEG optimizer, tiny png, and others.
  • Use a content delivery network (CDN).

For general performance advice see Yahoo's "Best Practices for Speeding Up Your Web Site". I haven't checked whether the article has been updated for HTTP 2.0 yet, which will make some recommendations perhaps less relevant when it's enabled on your server, but still worth a read.

diafol commented: Great +15
LaxLoafer 71 Posting Whiz in Training

Try changing the event listener on line 7 to something like...

openCtrl.addEventListener( 'click', function(ev) {
   ev.preventDefault();
   if (classie.has(el, 'services--active')) {
         classie.remove(el, 'services--active');
    }
    else {
         classie.add( el, 'services--active' );
    }
  } );

You should find your open services button will now toggle. The event listener for the close services button, lines 12-15, can be removed.

LaxLoafer 71 Posting Whiz in Training

... not to mention unit testing.

LaxLoafer 71 Posting Whiz in Training

Way too much violence on the screens these days. Bring back the A-team. Those guys fired thousands of rounds of ammunition and never hit anyone. Now that was entertainment!

LaxLoafer 71 Posting Whiz in Training

<misinformation>
In keeping with the current trend of using Roman numerals, Microsoft is pleased to announce the next generation of Windows will be named 'Windows X'. And this time there will be only two editions, Standard and Professional (abbreviated to S and P). The circle is now complete. There will be no more confusion. Anyone searching the web for Windows XP will find only the latest version.
</misinformation>

LaxLoafer 71 Posting Whiz in Training

Request denied.

I wish PI was an integer.

LaxLoafer 71 Posting Whiz in Training

Keystoke, in an earlier post you've stated you are a link seller. If you have fallen foul of Google's policy on link schemes you are going to find it extraordinarily difficult to get page rank with them again.

LaxLoafer 71 Posting Whiz in Training

Thinking about it. I'm still doubtful that HTTPS is suitable for everywhere and everything, as Google would like us to believe. For example we have some fairly hefty downloadables on our site - one of our products being roughly 50 MB in size. As caching proxy servers are generally unable to handle HTTPS traffic, clients would need to request this resource directly from our servers, and I'm not sure what impact this might have on site performance. We might try working around it by splitting the downloadables off to a separate domain, that we'd continue to serve using HTTP. One of Google's arguments for using HTTPS is that we should be ensuing what our clients receive is exactly the same as we are serving, but is it really an issue if our software is already signed?

LaxLoafer 71 Posting Whiz in Training

Your profile links to a site about the software in question, so it seems like you are actually the vendor. If that's the case I doubt we will be able fix your product. Have I misunderstood? Please do clarify your connection with the product.

LaxLoafer 71 Posting Whiz in Training

Something went missing from my last post...

Use a USB to IDE/SATA cable, such as this:

This one supports 2.5 and 3.5 inch IDE drives (PATA), SATA devices, and includes a separate power supply. Once connected it's no more difficult than using a USB thumb drive.

LaxLoafer 71 Posting Whiz in Training

Use a USB to IDE/SATA cable, such as this:

This one supports 2.5 and 3.5 inch IDE drives (PATA), SATA devices, and includes a separate power supply. Once connected it's no more difficult than using a USB thumb drive.

For more info try searching the web for USB to IDE/SATA cables....

Alternatively, to make use of the SATA cable you have already...

Start by opening your computer case and invalidating your warranty. Rummage a round for a spare SATA slot, taking care not to dislodge anything too important, and plug-in the SATA cable.

Attach the other end to the hard drive, assuming it has a SATA interface. If the drive is more than ten years old it'll probably have a PATA interface. Unfortunately PATA and SATA are totally incompatible no matter how far you bend pins.

The drive will also need power. Computer manufacturers know just how useful a spare power connector can be for users looking to upgrade their systems instead of purchasing new ones, so you might just get lucky. If not purchase a power cable splitter, or borrow the one from the CD/DVD drive.

On booting the system you may need to change the SATA configuration or BIOS settings to specify a drive letter for the disk. Choose a letter that is higher than any current drives. Refrain from changing the boot order.

Oh, and don't forget to switch your computer off before trying the above. Perhaps …

LaxLoafer 71 Posting Whiz in Training

4b4d31c64bbe8739106d2cee194568a6
Get swell soon.

<M/> commented: Idk why, i see a happy face on your foot +0
LaxLoafer 71 Posting Whiz in Training

Grey hat is acutally the combination of both black hat and white hat.

It's not like mixing paint you know. SEO methods either violate guidelines or they do not. If you disagree, please feel welcome to prove me wrong. Could you show us an example of a combined technique?

LaxLoafer 71 Posting Whiz in Training

Try setting the CSS style to clear: left for the DIV elements on lines 1, 11, and the other one not shown in your snippet, i.e. the DIVs that are the immediate ancestors of the image tags.

LaxLoafer 71 Posting Whiz in Training

It's usually a good idea to check a distro's Hardware Compatibility List before installing Linux to see which devices are supported. Something you may want to do before ordering your laptop.

For Ubuntu the information you need is possibly found in their forums.

As a general rule though, the more popular your hardware is the more likely it is to be supported. Newer laptop models seem to be fairly well supported, especially those from big brand names.

Ubuntu has one of the largest community of users for a distro, so should anything go awry with your install, someone else may already have found a solution. Give it a shot!

LaxLoafer 71 Posting Whiz in Training

The load method is asynchronous, is it not? Although it needs time to retrieve serverstats.php, the call itself should return almost immediately.

So how long does it take to call lines 5, 6 and 7? I suspect it's just a few milliseconds, and then your blank message displays for the remainder of two seconds.

The load method accepts a callback function as an optional parameter, which is executed after the task completes. What happens if you move line 7 to inside the callback?

cjohnweb commented: The suggestion to call line 7 as a callback from the load function on line 6 did the trick. Good intuition on how to make this work! +2
LaxLoafer 71 Posting Whiz in Training

Microsoft Security Bulletin MS11-083 - Critical
A vulnerability in TCP/IP can allow remote execution if an attacker sends a continuous flow of specially crafted UDP packets to a closed port on a target system.

Still feeling secure?

Firewalls cannot protect you from this type of attack. And remote execution can enable the attacker to take full control of your system, disable your anti-virus or anti-malware software, and steal your credentials, etc.

This is possibly why Microsoft suggest only running Windows XP disconnected from the Internet from now on. I also suspect they don't want to be held responsible for enabling the worlds largest bot net, given that 1/3 of computers are still running XP.

Thankfully the vulnerability was patched in later editions of Windows and doesn't affect Windows XP SP3. But the point I want to make really clear is that vulnerabilities like MS11-083 can and do exist, and it is only a matter of time before another exploit is discovered. Only next time Microsoft will not patch it.

Anyone who still believes Windows XP can be made secure definitely has (as another member kindly suggested) their heads buried in the sand. It's time to ditch XP!

LaxLoafer 71 Posting Whiz in Training

They should be available on python.org. Look for the x86 MSI installers.

http://www.python.org/download/releases/2.7.6/
http://www.python.org/download/releases/2.7.3/

LaxLoafer 71 Posting Whiz in Training

Results we get from this are permanent.

How can the benefits of SEO be permanent? Search engines periodically change their algorithms. Can you be sure what works today will still provide a benefit six months from now? Take keyword stuffing for example - if you applied that old SEO technique today it would do more harm than good.

LaxLoafer 71 Posting Whiz in Training

Goaway would be a great name for a tour company. What do you think?

LaxLoafer 71 Posting Whiz in Training

Taking ownership of a file owned by SYSTEM isn't normally a problem. Perhaps something is holding the file open? Have you tried booting into safe mode and attempting to take ownership?

If you succeed I expect you'll then need to assign some permissions, to allow you to delete the file, otherwise you would see an access denied error.

Did Gerbil's suggestion work out?

LaxLoafer 71 Posting Whiz in Training

You might need to take ownership of the file before you can delete it. Log in to a command prompt as administrator and type takeown /? to get more help.

LaxLoafer 71 Posting Whiz in Training

The output of grep and other commands can be saved to a file by using a greater-than '>' symbol to redirect the standard output stream. Try something like...

grep "some pattern" some-file-to-search.txt > the-results.txt

To double space the resulting file, you might want to try 'sed', the steam editor. See if this works...

sed G your-file.txt
LaxLoafer 71 Posting Whiz in Training

Someone I don't know was given an encrypted hard disk and a USB stick containing the keys. The hard disk had a glass platter. He was instructed to hide the USB stick somewhere safe, and 'accidentally' drop the hard disk if challenged. The glass platter would break and any data would be unrecoverable.

Unfortuantely it wasn't his lucky day, and when customs pulled him over he dropped the USB stick instead. I guess he must have been walking funny.

LaxLoafer 71 Posting Whiz in Training

Made it to 101 posts. Yay! Can I get a puppy?

LaxLoafer 71 Posting Whiz in Training

Hi Arthur

How did you acquire the backlinks? Is it possible you've violated Google's webmaster guidelines in some way?

Note that back links aren't the only ranking factor. It's important to have original content on your site. If Google finds the same content elsewhere, it will attempt to identify the original source. The original will be displayed in preference and any copies will be masked from search results. Does your site contain much duplicate content?

You may also want to check that Google and visitors to your site see the same content. Try the 'fetch as google bot' tool in Google Webmaster Tools.

Viewing a site without javascript or styles enabled can sometimes help to understand what crawlers see. Is the content too sparse? Does it resemble a portal or list of links?

LaxLoafer 71 Posting Whiz in Training

If you want to tell search engines about unlinked content on your site, content that isn't normally discoverable by crawling pages, you may find sitemaps help.

LaxLoafer 71 Posting Whiz in Training

Hi Somjit

It's unnecessary to have a website in order to learn HTML and CSS. If you save web pages and style sheets to your local file system you should find any modern web browser is able to open them.

However there are some aspects of the web that are easier to learn if you have access to a web server. Without a server you may struggle with things like forms, cookies and AJAX requests.

Once you've got to grips with the basics of HTML and CSS, have a go at installing a web server locally. That way you can create your own websites locally, for free. As many as you like :-)

Two popular web servers are IIS and Apache, both of which are available for free.

LaxLoafer 71 Posting Whiz in Training

Have a look at Blender. It's a free and open source tool for 3D modelling and rendering, using Python as a scripting language.

There's also Caligari's Truespace. Microsoft acquired Caligari a few years back and made TrueSpace freely available. Unfortunately the software no longer appears to be maintained, but you might still find a legitimate copy via a reputable download site.

Panda3D is a 3D rendering and game engine developed for Python. Another free and open source project.

Some time has elapsed since I dabbled with Python and 3D, about eight years, so my recommendations aren't up-to-date. As Python was gaining in popularity as an embedded scripting language you may find there are better and newer options. Also, if your preferred application doesn't explicitly support Python, check to see if the app exports a COM interface that can be used for scripting.

LaxLoafer 71 Posting Whiz in Training

In lines 1 and 2, try Math.random instead of Math.Random. Also your quotation marks on line 4 are unbalanced.

LaxLoafer 71 Posting Whiz in Training

In some instances, yes.

Clicking on a hypertext link sends a GET request. The following link and form send similar requests...

<a href="/somescript.php?id=123>Go get it!</a>

<form name="form1" method="GET" action="/somescript.php" >
<input name="id" type="text" value="123" />
<input type="submit" />
</form>

Hypertext links don't send POST requests, although there are ways to trigger a POST request with the help of JavaScript and AJAX. You probably wouldn't want to go down that road if you needed to ensure the behavior of the link remains consistent. What might happen if someone visits your site with JavaScript disabled in their client?

LaxLoafer 71 Posting Whiz in Training

To disable the submit button in JavaScript try something like...

document.getElementById("mySubmit").disabled = true;

...where 'mySubmit' is an ID assigned to your input element...

<input id="mySubmit" type="submit" value="Submit" />

Further info here... http://www.w3schools.com/jsref/prop_submit_disabled.asp

LaxLoafer 71 Posting Whiz in Training

They're called Sitelinks...

Google decides which of your URLs are eligible, and when they show.

It's not possible to specify links should appear, AFAIK. However, if you wish to prevent certain links from appearing, Google Webmaster Tools will enable you to this.

LaxLoafer 71 Posting Whiz in Training

... when i tried to change the permissions i get "access is denied"

If you're unable to change permissions as an administrator, you possibly need to take ownership of the folder first.

Folder properties > Security tab > Advanced > Owner tab > Edit...

LaxLoafer 71 Posting Whiz in Training

Tis a long time since I've coded any Python, so you may find the help of others more useful. But to get you started in the right direction, you'll likely need to...

Use sys.argv to obtain the command line parameters, as documented here:
http://docs.python.org/library/sys.html?highlight=sys.argv#sys.argv

Read in the file, see section "7.2 Reading and Writing Files":
http://docs.python.org/tutorial/inputoutput.html#reading-and-writing-files

Loop through each character, see "4.2. for Statements":
http://docs.python.org/tutorial/controlflow.html#for-statements

Use a dictionary object to store the frequency of characters, see "5.8. Mapping Types - dict":
http://docs.python.org/library/stdtypes.html#mapping-types-dict

The rest you should be able to figure out, assuming you're already familiar with "hello world" ;-)

There's some reading to do here of the documentation, but not too much. Programming is often like that. Hope this gets you started.

TrustyTony commented: correct kind of advice +12
LaxLoafer 71 Posting Whiz in Training

Thanks but..
I've tried the following in DOS:
I copied the same name of that file and paste it in the DOS and used it in the ren command like this:
ren K:\AL JAMAL FE AL ISLAMÿÿÿÿ[2011-08-01-15-29-10].ts newFile.ts
I also tried the rename command..
Nevertheless, nothing went okay!
I always got the following message:
The syntax of the command is incorrect.
(I've attached an image of what I've done on MS-DOS)
Thanks in advance.

MeOnly,

The message in your screen grab reads "The syntax of the command is incorrect". You're seeing this error because the ren command is expecting two parameters only. You need to enclose the filenames in quotation marks if the string contain spaces.

However, this won't solve the problem because the filename contains an illegal character, between the "ÿÿÿÿ" and opening square bracket.

Give DOS another chance. Try this from the command line...

Type "DIR /X". This will reveal the filename's short DOS name. Yay!

On my system it looks something like this:
2011-07-09 19:36 1,032 ALJAMA~1.TS AL JAMAL FE AL ISLAMÿÿÿÿ[2011-08-01-15-29-10].ts

Note the short 8.3 format name. From the command line again, see if you can then rename it:

REN ALJAMA~1.TS newFile.ts

jingda commented: Excellent Help +10