Thanks to antville.org |
Web based Feed Reader
shantanuo
15:24h
My new mantra is working Online All the Time. I have stopped using all the softwares those I need to download and install. The list includes Msoffice and my favorite feed readers like "Feed Reader" and "Awasu". I have found out the web based alternative like SNARF! http://www.tatochip.com/ ... Link (0 comments) ... Comment
Function Exists
shantanuo
03:42h
Unsure whether your PHP web server has the required functions installed to run a particular script? If so, use the function_exists() function to check. For example, if I wanted to see if the fopen function existed with my PHP build, I would use the following code: (?php echo function_exists("fopen"); // Outputs 1 if exists ?) ... Link (0 comments) ... Comment
Private website!
shantanuo
02:34h
You don't need to learn complex password protection using JavaScript or PHP. If you want to access the confidential information and if you are accessing it from a particular location that has a static IP address, then the life can be much easy. I access the net from my home. I have an IP address 202.63.174.20 I found it out by googling "what is my IP address?" This IP doesn't change. If you are using dial up then the next time when you connect to your ISP, it will allocate you a new IP. In that case this tip won't work. The script (change the ( with <) will deny access to all except the one mentioned above to the directory and sub directories below it.If my IP address is shared by more than one computer (and that is possible since unique IP is very costly)then all those computers have access to the directory. This limitation is actually a blessing for small and medium size companies. Since everyone in the company is using the company network that has a single unique IP address, you can make information available to everyone in your company without providing access to the world. Thus you can create an ultra user friendly protected directories or site without writing a single line of code! ... Link (0 comments) ... Comment
One more JavaScript tip
shantanuo
04:10h
Well, here's a cool tip to disable the ability to select text on a page. (BODY onselectstart="return false") Then check out your page. You will see that you can't drag across the text to highlight it. This will help you if you don't want the users to copy the text from your website. ... Link (0 comments) ... Comment
register globals in PHP
shantanuo
04:30h
Create a file with the following code in it. <?php Save it on your server and access it through a browser. Configuration Directive Local Value Master Value Master value is the value set in php.ini. php_flag register_globals on Now next time you can access variable just by printing it to the browser.. print $username; ... Link (0 comments) ... Comment
Better Form submission
shantanuo
10:11h
To add a helpful function to your form, you can include a contact email form that would submit an email to Manager with a subject line that starts with "Product Questions." (?php // Set the from address from the form // Set the to address // Prepend Product Questions to the submitted subject value // Append the user's IP address to the message // Send the email ?) ... Link (0 comments) ... Comment
AutoComplete
shantanuo
13:14h
Internet Explorer 5.0 introduced a feature called AutoComplete. AutoComplete helps users to fill our forms by providing a pick list of previously entered values for similar form names. The Autocomplete feature can be disabled by using the "off" attribute as demonstrated below: ... Link (0 comments) ... Comment
PHP Print Magic
shantanuo
13:19h
PHP Print Magic But if you want to save multiple lines, use the following code. $text = << The "<<<" convention can also be used to assign blocks to print. print (three <<<)A print (three <<<)A should have no white space before or after A otherwise you will get an error. ... Link (0 comments) ... Comment
PHP Magic
shantanuo
09:37h
Q. The two tagas <?php and ?> will process the code and send the output to the browser. But what if you need to process the code within PHP? ?php ... Link (0 comments) ... Comment
What is SQL?
shantanuo
17:40h
I think we can now move on and learn the next BIG thing in the world of Database, called SQL. Structured Query Language is the heart of database. ... Link (0 comments) ... Comment |
Online for 8124 days
Last modified: 10/13/24, 10:18 AM Status
Youre not logged in ... Login
Menu
Search
Calendar
Recent updates
Extract words Extract all incorrect
words in first.txt file and all correct ones in second.txt...
by shantanuo (10/13/24, 10:18 AM)
Remove hyperlink in LO writer
1) Select "Internet Link" from Character styles. 2) Right click...
by shantanuo (10/9/24, 8:09 AM)
Templates in LO writer 1)
File > Templates > Save as Template 2) Give it...
by shantanuo (10/9/24, 8:07 AM)
discretize continuous features You can
"discretize" or "bin" continuous features into categorical features. from sklearn.preprocessing...
by shantanuo (4/24/24, 9:33 AM)
User Defined Property You
can create User Defined Property in libreoffice writer. File – Properties...
by shantanuo (1/9/23, 8:52 AM)
Arranging Chapters in the Navigator
To use a custom paragraph style for a heading, choose...
by shantanuo (1/4/23, 8:26 AM)
Use focus mode using Android
phones Settings > Digital Wellbeing and parental controls. Tap your...
by shantanuo (1/1/23, 3:59 AM)
Embed Fonts in document If
you use a font that the recipient is unlike to...
by shantanuo (12/18/22, 10:07 AM)
Using Navigator in Writer To
open the Navigator, select View > Navigator, or press the...
by shantanuo (12/18/22, 10:06 AM)
More about hyphenation The settings
for Tools > Options > Language Settings > Writing Aids...
by shantanuo (12/18/22, 10:04 AM)
link or unlink template If
you are using Libre office then template changer extension is...
by shantanuo (12/16/22, 5:27 AM)
Finding Styles you can select
Edit > Find and Replace > Other Options > Paragraph...
by shantanuo (12/14/22, 7:17 AM)
regex in clac In LibreOffice
Calc, you can use function REGEX for e.g. Begins with...
by shantanuo (12/14/22, 4:40 AM)
Libre Calc tips Turn Off
Grid Lines If you want to turn off grid lines...
by shantanuo (12/13/22, 8:14 AM)
More about Styles You can
goto View - Styles and change "All Styles" to "Applied...
by shantanuo (12/13/22, 7:49 AM)
Page Break Before Every Chapter
If your chapter titles are using the "Heading 2" Style:...
by shantanuo (12/13/22, 6:36 AM)
View and print in different
color Displaying Color in LO but Printing as White Page...
by shantanuo (12/13/22, 6:26 AM)
Change Normal Template in Libreoffice
Writer 1) Open a new file and set your font;...
by shantanuo (12/12/22, 8:45 AM)
Short english words in Devanagari
The list of short english words written in Devanagari. #...
by shantanuo (10/5/22, 9:05 AM)
Card issuing banks CITI
Standard Chartered HSBC American Express HDFC ICICI AXIS INDUS IND Kotak...
by shantanuo (7/16/22, 4:46 AM)
Activate IAM Access To activate
the Activate IAM Access setting, you must log in to...
by shantanuo (7/12/22, 5:52 AM)
use cheat instead of man
wget https://github.com/cheat/cheat/releases/download/4.2.3/cheat-linux-arm64.gz gunzip cheat-linux-arm64.gz chmod 770 cheat-linux-arm64 ./cheat-linux-arm64 mv cheat-linux-arm64...
by shantanuo (7/4/22, 8:53 AM)
python module itertools list of
useful methods of itertools module. permutations combinations combinations_with_replacement zip_longest count...
by shantanuo (9/8/21, 7:50 AM)
wikipedia tools 1) Collection of
useful utilities https://wikipediatools.appspot.com/ 2) all history of a user https://xtools.wmflabs.org/ec/mr.wikisource.org/Shantanuo...
by shantanuo (8/20/21, 6:36 AM)
Duration/Term of Copyright In the
case of original literary, dramatic, musical and artistic works, the...
by shantanuo (8/20/21, 6:26 AM)
|