If you have a vector and you need to fill it with some predefined data, we have to call push_back() with those data that many times. Its so tiring like the following.
Technical Solution
We can upload video to Facebook personnel account or Facebook business page using PHP sdk . Here I am using PHP SDK version 3.2 for uploading process. For downloading PHP SDK go to the link https://developers.facebook.com/docs/php/gettingstarted/3.2.3 and then click download button.
I had a requirement in one of my Drupal projects to post a picture on Facebook automatically. We have many modules in Drupal to be used for the same task but the most simplest way is to use PHP sdk. To auto post a picture on Facebook we need
Every new product or project in the workplace is created in response to a specific business requirement. However, sometimes, certain sticky situations may develop where, even after spending significant time, effort, and resources, there arises a discrepancy between what has been designed and what is precisely needed.
A landing page refers to an online marketing tactic that is aimed at getting people to “land” on a particular Web page to engage in a specific action. An effective landing page could contribute to the success of your marketing strategy.
Dropbox Uploader is a shell script that can be used to upload, download, delete, list files from Dropbox. It's written in BASH scripting language and only needs cURL.
A database is a collection of information that is organized so that it can easily be accessed, managed, and updated. In one view, databases can be classified according to types of content: bibliographic, full-text, numeric, and images. We know the each web application have its own databases.
Now a days for almost all the website have atleast one select list options. If we want to add a backgroung image or need to theme the select box, the default select list drop down is a big issue we can't able to remove it directly.
Since a long time, I have been using the grep utility to search in code, and I am pretty comfortable with the tool. However, recently I came across git grep. The main advantage of this tool, when compared with the normal grep, is the speed of search. Read on to know how to use git grep to speed up development and coding.
Backup should be an essential part of your computing experience if spend great amounts of time on computer and/or use computer for important persons or business dealings. We know there are so many stories of people who have lost all of their files due to computer viruses to ignore or system crashes. When backup files, you are storing your files separately.
Content marketing is one of the most affordable and effective ways to drive traffic to website and build awareness and reputation for your business. Content marketing basically involves preparation and distribution of content in order to attract, retain, and engage your target audience. Some of the most popular types of content include publishing status updates and photos on Facebook and Twitter, posting Q&As, blog posts, how-to articles, and posting videos on YouTube.
Suppose you are working with OpenOffice Calc which requires lot of filters. And you want to replace a cell value with a digit to some text or value in another column. If this is the situation, then you can use a combination of IF() and ISNUMBER() to accomplish this task.
Command line provides a platform to that takes input from keyboard to interact with the operating system. In Linux Operating System's, the Command line is often referred to bash.
MySQL in Command Line
Most of websites today anywhere some time requires speech bubbles. Speech bubble are mainly used for themes purposes were we need to to display some thing different from other part of contents(Include certain text such as tips of any information). With out any images we can create the speech bubble with CSS alone for your websites. The speech bubble creation is not a big task we can create it simply with a few line of css codes
Zyxware Technologies has partnered with Vocational Higher Secondary School Irimpanam, Ernakulam to conduct the 'Code for Fun' workshop for children.The first in the series of workshops will be held on May 10, 2015 at VHSS Irimpanam from 10.00 a.m.-4.00 p.m.
In the near past, I had a requirement to add inline CSS to the content that comes after submitting the form. Let me explain the context a bit, I have a form, only on its successful submission, a block need to be displayed. If the submission failed, all I need is to return the form and error message back.
A constant is a name for a simple value, which will not change at the time of execution. The main advantages are ranges from setting configuration values to saving integer values to be checked as strings (like status codes). PHP provides functions for constant values, which make the usage more easier. These functions are important in Drupal too, since we may need those when working in Drupal projects.
If you run into a problem with your microphone not working in Skype in Ubuntu 15.04 on a Lenovo B40-70 laptop then this solution would work perfectly fine for you. Even if your laptop or ubuntu versions don't match and you have same symptom then this fix could very likely work for you
Cleaning cache, cookies, history etc. in each browser is a very difficult task, for this we use different types of command for each browser which is time consuming process. For this there is a solution BleachBit, an open source software it first publicly released on 24 December 2008 for GNU/Linux systems.
Suppose we have a base class with one virtual function and releasing it to the clients. The user of this class can write a derived class. There he can override the base class virtual function. But accidentally he wrote a wrong parameter type like the following code sample. What will happen?