
Search In
Hello readers, today I guide you "How to pass extra parameter in Wordpress pagination?".
Recently I am working on a project and I want to pass extra parameter in Wordpress paged pagination. Normally we are are using simple paginati
There is a requirement to start the background service from the another application where the current services are only installed and not in running state. So I started the service from the another application by using the below code in MainActivity
Many apps these days show an alert on app's launch saying a new update is present at the store.
To implement this feature first we need to find version of the app available on app store and version of the current running app and then compare bot
Few days back, I was working on a project where I have to create nested comments on a articles and on showing the article I was needed to show all the nested comments in its hierarchy.So I used closure_tree gem to achieve that. So lets see how I impl
In the below example code I have clearly described how to insert,Select and delete all table row from the database. Here, first I have extended SQLiteOpenHelper class After this I have used onCreate method to create a database table. In next step, in
When we create an application its very easy to display user image or profile pic. when no image is available then we used to include an anonymous image in place of no image is available. But Gone were days and now we have something rich and
Hello, Readers!
I worked on a PSD recently and it required me to embed a map into it which was done successfully. I embedded a Google Map using iFrames.
But in doing so, I came across a problem. The problem was: When we/user scroll the page and at
Dear user,
In the last blog, I wrote about how to access links using exact match and partial match in a web page through selenium web driver.
Now in this blog, I will guide you about how to access all links present with-in the page are working usin
Create a table tbEmployeeMaster by following query :-
CREATE TABLE tbEmployeeMaster
(
EmpId INT NOT NULL IDENTITY(1,1) PRIMARY KEY,
EmpName VARCHAR(100),
EmpCode VARCHAR(15)
)
Create a user
Step 1- choose a model for baking Ambient Occlusion.
Step 2 - make sure you have a proper UV Layout for your model.
Step 3 - Set the project and save the file .
Step 4 - Make sure the Mentalray plugin is loaded in Maya.
To open the P
