Search Results

There are 4 item(s) tagged with the keyword "Miscellaneous".

  • Displaying: 1 - 4 of 4
1. Task Scheduler was not working Social Engine video upload module - Solved

Hi,

Recently I started reviewing SocialEngine (Short desc: create your own social networking site), and I face some issue with video uploading process.

I am using SocialEngine 4.1.7.

By default, user can only embed Video from YouTube and Vemio. But if you want to upload the Video file, you need to allow it by enabling settings from the Administrative area.

Tags: Miscellaneous
By Vikas
2. How to prevent the web pages from being index by the Search Engine

If you want to hide a page or website from search engines, you can do it in several ways. Since all search engines follow a web robots standard while crawling websites called Robots Exclusion Protocol, you can use the robots.txt file to give instructions to a search engine on what to index and what not to index. First, create a text file called robots.txt on the root of your website. Now let’s say you want to block your entire website from being indexed by the search engines, so you would ...

Tags: Miscellaneous
3. Random Salt Password Encryption

Random Salt Password Encryption Technique
* Password In the database needs to be stored in md5(base64 encoding) format.
* md5() javascript functions are readily available on the internet.
* Any technique can be used for generation of Salt value ...

Tags: Miscellaneous
4. Use Firebug in Any Browser

        By including below script on your site or page will get you a firebug console that will pop up for debugging in any browser you are using or handy with. It will be helpful for debugging in IE for me. Please remove this js from your page or site once you have completed your work.

 
	<script type='text/javascript' src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script> 
	
  ...

Tags: Miscellaneous
  • Displaying: 1 - 4 of 4

Didn't find what you were looking for? Refine your search and try again.