
Tips (106)
how to show tips when windows application starts
Written by Super UserIt's a great idea to show application related tips
when users run your application.you may show tips
about how to use your application efficiently,details
of your application terms,etc.
You have to change the Text Filters setting to "No Filters" for all users in global configuration and must make the text editors to none after that add the paypal code button script. It works fine...
Problem Solved.
with Cheers,
Ultimatecine.com
how to prevent running multiple application instances same time
Written by Super Userif you want to prevent running multiple instance
of the same c# application then check the
following lines.It's sometime necessary to prevent
running multiple instances of the same application.
how to add scripts and styles in wordpress admin page
Written by Super Userin your custom page in admin dashboard.If you don't follow these rules you
might see errors and it's not a good idea to declare script and styles without
this kind of some pre-defined actions.
If you don't want to save cookies and histories for certain activities
and for security purposes while browsing then Press CTRL + Shift + N,
which will launch new private browsing for Chrome, CTRL + Shift + P will
do it for Firefox and IE.
I have given many interviews on c#,asp.net jobs and
went through the questions.here i am posting,It may
help you -
short codes, but if you want to inject/modify content in post in more
advanced manner then there is a alternative is using filter
use command parameters to pass values to SQL statements
Written by Super Usercommand objects use parameters for passing values
to sql statements for type cheking,validation,guarding
against SQL injection attacks,etc.so its a good practice
to use command parameters to sql statements.
It's required that you configure your joomla SMTP settings so that joomla is able to send
email when user registered or different mailing functions works for other components and modules
like k2, CB....
In this post i show how to configure joomla 2.5/3 smtp settings properly.