Search Result for: News Category

Articles

XMP – Great to embed code for documentation

Use the XMP tag to embed code for your
Read More

Use the following code in Javascript to scroll #Anchol links to #Anchor points

//scrolling jQuery('a[href*=#]:not([href=#])').click(function() { if (location.pathname.replace(/^\//,'') === this.pathname.replace(/^\//,'') || location.hostname ===
Read More

Remove blue focus lines around links or selections

Add the following code to you CSS to remove the blue outlined when focusing on an
Read More

Not able to send SMS messages in iMessages ?

Suddenly I was not able to send SMS messages via iMessages. Tried every possible troubleshooting option, with only 1 working. That was turning of iMessages itself under messages.
Read More

Testing for IE on MAC

Go to the following link and install the relevant VM. It’s free for testing on Mac devices:
Read More

Add members to your Hootsuite profile

After logging into Hootsuite Click on your username in the sidebar Now click the Members tab And then “Invite Member” to add a new member to your team. Fill in the
Read More

Installing Hootlet from Hootsuite on Chrome

Go to chrome’s menu bar and select More tools > Extensions On the extensions page go to the link “Get more extensions” Look for the “Hootlet” app
Read More

Display the module position

Use the following code to display the module position <jdoc:include type="modules" name="left" style="xhtml" /> Specify the position “left” “right”
Read More

Use code to verify featured pages

<? if(JRequest::getVar('view') == "featured") { ?>   Code to be displayed only on featued page which is also home page <? }
Read More