Google Introduces Updated Desktop Search Design

Google has just launched a new desktop search design that makes it easier to identify sites listed in both search results and ads. Like mobile search, the updated desktop layout will now display favicons and site names to help users find websites that they are interested in.  Adding a favicon to your website is important… Continue reading Google Introduces Updated Desktop Search Design

How to setup URL Forwarding

Any domain, free or paid, can be forwarded to any URL you’d like, by using Freenom’s URL Forwarding Service.  To set up URL forwarding for your domain: Go to My Domains: https://my.freenom.com/clientarea.php?action=domains Click on Manage Domain Click on Management Tools Click on URL Forwarding Enter the destination address in the URL Forwarding box. Press Set URL DONE! There are two different… Continue reading How to setup URL Forwarding

How to add footer links in wordpress

Create a widget in your custom theme. To add widgets in the dashboard, register sidebar function in the page functions.php. function arphabet_widgets_init(){register_sidebar( array(‘name’ => ‘Footer Sidebar 1’,‘id’ => ‘footer-sidebar-1’,‘description’ => ‘Appears in the footer area’,‘before_widget’ => ”, ‘after_widget’ => ”,‘before_title’ => ‘ ‘, ‘after_title’ => ”,) );…….…..…}add_action(‘widgets_init’,’arphabet_widgets_init’); This will give a widget in the dashboard.… Continue reading How to add footer links in wordpress

N/query module overview.

Understanding N/query module NetSuite, a leading cloud-based ERP platform, offers a robust set of tools and modules to help businesses streamline their operations. The N/query module is especially important for querying and manipulating data within NetSuite. In this article, we will look at the N/query module, and its key features, and provide a live example… Continue reading N/query module overview.

To update the Current Net Book Value of the newly imported Fixed Assets

The Cumulative Depreciation and Net Book Value fields were not populated after importing new Asset Records. Upon checking the Asset Values List, Asset Value Records were not created for the Asset imported.  Solution The missing values usually happen when the Run Server SuiteScript and Trigger Workflows are not marked under the Advanced Options during the CSV import… Continue reading To update the Current Net Book Value of the newly imported Fixed Assets