Super User

Super User

Saturday, 03 August 2013 22:56

how to create easy to read short Url's

It's easy to create a tiny url from a long website url for
security and short typing time.You can short many url's of
popular websites like amazon.com,ebay.com,etc.For example
http://www.domainname.com/items/categories/index.htm would
become: http://tinyurl.com/ynjuh

Saturday, 03 August 2013 22:52

how to protect yourself while online

Nowadays internet is being part of our life.So you need to
be cautious when you browsing internet.Following are some
guidelines to be safe -

Saturday, 03 August 2013 22:50

how to add products in virtuemart in joomla

Virtuemart 2 for joomla is a very good extension to sell products
through website.To add product manually by code, they have doc on
how to use the Api to achieve this, but it may be hard to implement
there Api to add product.So i show here how to do that without using
Api but the simpla way using sql queries -

It's quite common to get data from joomla database table.
By the following way i show how to get data as a objects
list and loop through the list to display data in web page -

It's very common purpose when it comes to insert advertising scripts
or other html codes in a joomla article.you can easily create a plugin
which can insert your code after title or content or before content
of the article.Following way i demonstrate how to achieve
this great task -

It's a very common requirment that you may want to
insert ad codes or some other texts in a joomla article
or elsewhere.I am going to show how it can be done so
that if you want some text like "{replace it}" will be
replaced by your code -

Saturday, 03 August 2013 22:41

how to get joomla module parameters

It's a very common to get joomla module's setting parameters in
code to process the module.It's easy but sometimes things
become complicated if you don't find the right way to do
that.

how to insert data in specific joomla table? this way -
Saturday, 03 August 2013 22:37

how to generate facebook access token

Facebook access token is needed whenever you access
facebook stream of page or profile, Graph api call to post
to facebook.there are many ways by which you can generate
access token.By the following way you can create short lived
access token for a user as well as extend it to long lived
token -

You can show wall posts of any public facebook page/group/profile
using Graph api in your website if you know javascript & jquery.


Latest discussions

  • No posts to display.