Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

10 Profitable Home Business Technology Ideas You Can Start Today

There are plenty of ways to make money from the comfort of your home.    But, not every business model is worth it.    You want to make sure the business you’re getting in is sustainable and scalable.    In t

How to design XSL-fo style-sheet in XML

Hello guys I need help to design XSL-fo style-sheet but I don't know which is the best way of design to XSL-fo for generate PDF file. Please suggest me best way of design XSL-fo style-sheet. My code format is below : <?xml version="1.0" encod

Link Button in asp.net

Link Button is a hyperlink style button control in asp.net which implements <a></a> anchor that uses Asp.net Post back Mechanism to post the data on server. LINK BUTTON EXAMPLE:- In this example we will have two link buttons an

10 Reasons Why We'll All Need to Be Entrepreneurs in the Near Future

Image courtesy of Pixabay   Entrepreneurship is the foundation for the future. This can be easily tied in with a fundamental knowledge regarding reality that has swayed and influenced the evolution of labor and workplaces for many decades &n

Convert Hexacode to UIColor in objective c

To convert the hexacode to color we can create a category of UIColor and implement the following code - it will return the code corresponding to that hexacode Hexa code can be in following format 1- #RGB 2 -#ARGB 3- #RRGGBB 4- #AARRGGBB How to Cr

images from database to jtable. Java

I have an app that contains a database using java sql, and has a jTable that displays the database info. It works fine, EXCEPT for when I am trying to store and display images to one of the columns. I used the  jTable1.setModel(DbUtils.resultSet

Auto Generated Auto Incremented Alphanumeric Sequential Code in SQL SERVER

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

How to add and remove select options

To remove an element we use remove() method. The remove() method removes all text, data and events of selected elements. To add an item to select option we use append() method. Syntax of remove() method:- $("#selectBox option[value='

How to Run Linq Query in .Net to Get Subjectwise Average Score of a Student of Current Month

How to Run Linq Query in .Net to Get Subjectwise Average Score of a Student of Current Month.     public GetCalculatePerform(int? Student_ID, int? CourseID, int? SemID) { var newlist1 = dbcontext.Stu_Result

Multiple TableViews in a ViewController

Adding a UITableView in a ViewController is a great way to display data and information in a list, and it is easy to implement as well. The problem arises when the developer have to implement more than one table views in a viewController using a

1 60 949
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: