Tuesday, 12 January 2016

Switch list/grid view using jQuery


list_grid_switch_jquery.jpg

Hi all, Below is an example of switching between list and grid view using jQuery.
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <script> $( document ).ready(function() { $('.show-list').click(function(){ $('.wrapper').addClass('list-mode'); }); $('.hide-list').click(function(){ $('.wrapper').removeClass('list-mode'); }); }) </script>

If you want to use such switching between list and grid view as shown in above example then, follow/use the below scritp and html code.
Script:-
  1. $( document ).ready(function() {
  2.   $('.show-list').click(function(){
  3.   $('.wrapper').addClass('list-mode');
  4. });
To view the full blog about Switch list/grid view using jQuery please visit Findnerd.

For such more technology related Blogs like HTML, Javascript, Phonegap,iOS, Android, Mysql you can also visit Findnerd.

Sunday, 10 January 2016

Digital Marketing: Growth Factors that Entrepreneurs Should Consider


3716.jpg

there are many times when Internet marketer and entrepreneurs does mistakes and those mistakes should not be neglected the reason is because the success of internet or digital marketing is directly influenced by flaws and corrects actions. The one should correctly understand the marketing scenarios and many different factors which plays the vital role in success of digital marketing. Hence any marketer or entrepreneurs is susceptible to flaws, which could have adverse impact on the growth of the organisation and these are noted below .

Many times while doing digital marketing the marketer forgets their targeted audience or we can say targeted market, whereas it is one of the most important point that every entrepreneur should consider.

Detailed information about your audience can only make your marketing efforts more pinpointed and accurate.
  • Proper Planning
  • Do not keep any unrealistic Expectations and Budgets
  • Social Media Platforms
  • Importance of Content
Here is not the end. To view the full blog about Digital Marketing: Growth Factors that Entrepreneurs Should Consider visit FindNerd.

You can also visit findnerd for tech blogs and its other fabulous features like Desktop Recording Tool, Project Management tool etc.

Thursday, 7 January 2016

How to insert multiple rows into mysql by a single query using codeigniter


mysql.png
Most of time we need to insert multiple rows at a time into the database but some developer use multiple INSERT statements to insert multiple rows while it is a bad approach to solve this problem. Codeigniter provides a insert batch function.

Example:-
$data = array(
array(
'title' => 'My title' ,
'name' => 'My Name' ,
'date' => 'My date'
),
array(
'title' => 'Another title' ,
'name' => 'Another Name' ,
'date' => 'Another date'
…….
……..
Read full blog at our highly specific C, Java, PHP, Javascript, iPhone, Mysql Questions, about the topic described above "How to insert multiple rows into mysql by a single query using codeigniter". You can also learn much more about different programming technologies and can enhance your tech skills.

7 Useful Tips to Draft Facebook Updates for Local Business


3341.jpg

Promoting a business on Facebook helps a lot to make the presence of your business among the targeted audience, however the way of marketing differs with respect to the type of business. If you are running a local business then the facebook marketing need to have a different approach, below you can see 7 important tips which are highly beneficial for promoting your local business over Facebook platform.

Here are the list of tips to Draft Facebook Updates for Local Business:
  • Scheduling
  • Add Tags
  • Add a Location In Your Status Updates
  • Target By Language

Also explore Findnerd for such more Digital Marketing Techniques to Drive more traffic at your site.

Tuesday, 5 January 2016

Impleneting a Navigation Drawer in Android


android.jpg
Navigation drawer :It can used as an app's main navigation option on the left edge of the screen. it it hidden all the time and revealed on the click of the app icon or swipe gesture from the left of the screen. Navigation drawer is used when your app structure need more than three top level views, cross navigation from lower levels.and deep navigation branches.
In this tutorial you will learn how to implement the navigation drawer in the app. You can see lot of popular applications like Facebook, Youtube, Google + already introduced navigation drawer menu in their applications. Here are some quick tips to add navigation drawer to your application.
First Create a java file data for navigation drawer item: sample code: NavDrawerItem.java
  1. package info.androidhive.slidingmenu.model;

  2. public class NavDrawerItem {

  3.   private String title;
  4.   private int icon;
  5.   private String count = "0";

Here is not the end.. to read the full blog about Impleneting a Navigation Drawer in Android visit FIndnerd.

You can also post Blogs at Findnerd and also ask tech queries on topics like Javascript, Java C, iOS, Android programming Question and Answers etc.

How to show stars instead of theme ratings in Woocommerce


woocommerce.png
If you want to show stars instead of theme ratings in Woocommerce, you can do this by changing the Woocommerce star ratings.
The Stars rating is the default rating system in WooCommerce, so to match the rating system with themes we have to disable this default rating first then replace this with the WooCommerce default. you can get it from “plugins/WooCommerce/assets/images” directly and place it in your themes “images” folder star.
.star-rating{float:right;width:85px;height:20px;background:url(images/star.png) repeat-x left 0}
.star-rating span{background:url(images/star.png) repeat-x left -35px;height:0;padding-top:20px;overflow:hidden;float:left}
.hreview-aggregate .star-rating{margin:15px 0 0 0}

Here is not the end.To view the full Blog about to show stars instead of theme ratings in Woocommerce visit Findnerd.

Also Visit findnerd for various Technology Blogs such as iOS, Java, Android Development Blogs etc. and for its various tools such as Session Tracker tool, Desktop Recording Tool, Project Management Tool etc.

Monday, 4 January 2016

How to execute command 'lessc' in odoo-9


index.png

If "Could not execute command 'lessc'" Error ocour while installing odoo-9 and the login page will not show clearly.
Then use this six command in terminal and run it one by one
1- sudo apt-get install nodejs
2- sudo apt-get install npm
3- sudo npm install -g less

Here is not the end.. To view the full blog about How to execute command 'lessc' in odoo-9 visit Findnerd.

You can also ask questions over Findnerd such as Android, C, Javascript, Java,iOS developer forum etc and also  have a look for its various replenishing features like Desktop Recording Tool, Project Management Tool etc.