Skip to content
Webner Logo
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection

Webner Blogs – eLearning, Salesforce, Web Development & More

Category: Web Development

March 5, 2015 Web Development

Oracle Privileges to Import/Export data into any tablespace

March 5, 2015 Web Development
Post Views: 5,566
| By Webner

Generally we can have a single user with DBA rights to import/export (using imp/exp utilities) data into any tablespace instead of assigning these privileges to every user account. Suppose you have an oracle user appdba. Grant DBA role to appdba

Read More
March 2, 2015 Web Development

Send email using gmail in Perl

March 2, 2015 Web Development
Post Views: 6,743
| By Webner

Here’s sample code to send email via Gmail SMTP server, which uses TLS (transport layer security): #!/usr/bin/perl -w use Net::SMTP::TLS; my $mailer = new Net::SMTP::TLS( ‘smtp.gmail.com’, Hello => ‘smtp.gmail.com’, Port => 587, User => ‘gmail userid’, Password=> ‘gmail password’); $mailer->mail(‘from@domain.com’);

Read More
February 28, 2015 Web Development

Android Jumble Challenge

February 28, 2015 Web Development
Post Views: 3,750
| By Webner

Jumble Challenge has seen a really good start with more than 115 downloads in initial few days of launch. If you like to unjumble words this is the game for you. With 3 different levels Jumble Challenge is ideal for

Read More
February 27, 2015 Web Development

mongod cannot execute binary file

February 27, 2015 Web Development
Post Views: 4,726
| By Webner

mongod: cannot execute binary file Most probable reason – you are using 64-bit mongodb, switch to 32-bit for quick solution….or find the compatible 64 bit package

Read More
February 25, 2015 Web Development

WordPress paste/type – how to avoid double space

February 25, 2015 Web Development
Post Views: 3,853
| By Webner

Use + Key instead of just .

Read More
February 24, 2015 Java Frameworks / Web Development

SCEA 5 – My 2 cents

February 24, 2015 Java Frameworks / Web Development
Post Views: 4,296
| By Webner

I recently became SUN certified Enterprise Architect after clearing all 3 parts of SCEA. It is hard to get answers to all questions one may have regarding SCEA but SCEA forum on javaranch.com is great!! I have shared my experience

Read More
February 22, 2015 Java Frameworks / Web Development

Javascript – extract Year from Date

February 22, 2015 Java Frameworks / Web Development
Post Views: 3,880
| By Webner

If you want to extract the year from Date in Javascript, try getFullYear() method instead of getYear(), see the output below on Firefox and Chrome: Here’s the code: <html> <head> <script langauge=”javascript”> var date1 = new Date(); var browser =

Read More
February 19, 2015 Web Development

Online Certifications

February 19, 2015 Web Development
Post Views: 3,529
| By Webner

StudySection.com is the only site which gives you a chance to get certified online in just 30 minutes. Tests on all subjects are absolutely free with unlimited re-attempts. THE CERTIFICATION CENTER for online certifications. Get certified today! http://www.studysection.com

Read More
February 13, 2015 Web Development

SVN Merge

February 13, 2015 Web Development
Post Views: 4,321
| By Webner

I use subeclipse plugin (in eclipse) to communicate with SVN. This discussion is applicable to SVN Merge in general but I have used subclipse references. Go through it even if you do not use eclipse/subclipse. It should be useful to

Read More

Posts pagination

«Previous Posts 1 … 103 104 105 106 Next Posts»

Google ad

Copyright 2022 - 2023 | Webner Blog by Webner Solutions Pvt Ltd. | All Rights Reserved.
MENU
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection