
Tips (106)
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.
in some way these codes will help you very much if you need
to know file extension.
method below returns true if extension are any of the following -
Solution "Database Error: Unable to connect to the database:Could not connect to database"
Written by sreeramMany websites using facebook like button in every pages to make their site more social and got around.
how to create tables using scripts with databaseOwner and objectQualifier
Written by Super UserIt's a professional logic to use the databaseOwner
and objectQualifier values when creating tables
else you will not be able to identify the tables
in databases with ease and gain other benefits of it.
   Warning! Failed to move file.
showing gradient colored background in application form
Written by Super UserIt's nice to show cool gradient color as a
background color of the form in c#.net desktop
application.you can set different colors.
keeping and using application settings in web.config file
Written by Super Userin asp.net application or website </appSettings>
section in web.config is used to store application
setting to be used.you can keep settings in this
section as -
how to register scripts and styles in wordpress
Written by Super UserIn wordpress there are some definite ways to add scripts and styles
in your custom plugin.If you don't follow these rules you might
encounter numerous problems specially related with jquery.
if you placed datalist command buttons as -
<asp:DataList ID="DataList1" DataKeyField="CommentId" runat="server"
OnItemCommand="DataList1_ItemCommand">
<ItemTemplate>
<asp:LinkButton ID="Edit" Text="Select" CommandName="Edit" runat="server" />
<asp:LinkButton ID="delete" Text="Approve" CommandName="Delete" runat="server" />
.......