chrisbarba.com chrisbarba.com

chrisbarba.com

Random Technical Thoughts | Things I want to remember, sometimes my opinion

Things I want to remember, sometimes my opinion

http://www.chrisbarba.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR CHRISBARBA.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Tuesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.3 out of 5 with 8 reviews
5 star
2
4 star
2
3 star
2
2 star
0
1 star
2

Hey there! Start your review of chrisbarba.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.6 seconds

FAVICON PREVIEW

  • chrisbarba.com

    16x16

  • chrisbarba.com

    32x32

CONTACTS AT CHRISBARBA.COM

Chris Barba

1512 N●●●●●●ow Ave

Brok●●●●rrow , Oklahoma, 74012

United States

1.918●●●●●.5550
ch●●●●●●●●@gmail.com

View this contact

Chris Barba

1512 N●●●●●●ow Ave

Brok●●●●rrow , Oklahoma, 74012

United States

1.918●●●●●.5550
ch●●●●●●●●@gmail.com

View this contact

Chris Barba

1512 N●●●●●●ow Ave

Brok●●●●rrow , Oklahoma, 74012

United States

1.918●●●●●.5550
ch●●●●●●●●@gmail.com

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
2013 July 12
UPDATED
2014 June 12
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

DOMAIN AGE

  • 11

    YEARS

  • 9

    MONTHS

  • 22

    DAYS

NAME SERVERS

1
ns1.wordpress.com
2
ns2.wordpress.com

REGISTRAR

WILD WEST DOMAINS, LLC

WILD WEST DOMAINS, LLC

WHOIS : whois.wildwestdomains.com

REFERRED : http://www.wildwestdomains.com

CONTENT

SCORE

6.2

PAGE TITLE
Random Technical Thoughts | Things I want to remember, sometimes my opinion | chrisbarba.com Reviews
<META>
DESCRIPTION
Things I want to remember, sometimes my opinion
<META>
KEYWORDS
1 random technical thoughts
2 menu
3 skip to content
4 fair use
5 latest news
6 chrisbarba
7 script
8 type
9 8221;text/javascript”
10 function
CONTENT
Page content here
KEYWORDS ON
PAGE
random technical thoughts,menu,skip to content,fair use,latest news,chrisbarba,script,type,8221;text/javascript”,function,exec location href ;,basehref = normalized,advertisements,twitter,facebook,linkedin,google,email,print,exec,sp msforeachtable,select
SERVER
nginx
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Random Technical Thoughts | Things I want to remember, sometimes my opinion | chrisbarba.com Reviews

https://chrisbarba.com

Things I want to remember, sometimes my opinion

INTERNAL PAGES

chrisbarba.com chrisbarba.com
1

.NET | Random Technical Thoughts

https://chrisbarba.com/tag/net

Things I want to remember, sometimes my opinion. Tag Archives: .NET. How to get a reference to the control that caused a post back. July 16, 2013. Here is some old code I found (in VB.NET) the will tell you what control caused the post back. Return a reference to the control that caused the last postback, ' even from the Page Load event! It requires in input a reference to the posted-back page ' (this is necessary if you want to be able to move this function in a separate ' class ' instead of in a page'.

2

C# | Random Technical Thoughts

https://chrisbarba.com/tag/c

Things I want to remember, sometimes my opinion. Using C# to interface with SQLite. November 15, 2013. If you need to interface with SQLite there are a couple of steps. 1) You need to get the .net provider for SQLite from sourceforge.net. 2) Then add a reference to System.Data.SQLite to your project. 3) You need to make sure the reference is marked to be copied locally. Here is a C# class to for doing select, insert, update, and delete. Single Param Constructor for specifying the DB file. The SQL to run.

3

Cascading Style Sheets | Random Technical Thoughts

https://chrisbarba.com/tag/cascading-style-sheets

Things I want to remember, sometimes my opinion. Tag Archives: Cascading Style Sheets. CSS to hide SharePoint Recycle Bin from left navigation. December 18, 2009. If you need to hide the Recycle bin from the left navigation for all users, here is the CSS to that. Pass this on to someone less fortunate:. Hide the View All Site Content link in the left navigation. December 18, 2009. It just hides the container that shows the View All Site Content link. Pass this on to someone less fortunate:. Pass this on ...

4

chrisbarba | Random Technical Thoughts

https://chrisbarba.com/author/chrisbarba

Things I want to remember, sometimes my opinion. Script for all database file sizes. January 13, 2016. Here is script to get the file sizes of your db files:. The results are ordered by the file size descending. So you can see what’s taking up all your hard drive space. Select physical name, size, CONVERT(DECIMAL(10,2),(size * 8.00) / 1024.00) As UsedSpace. From master.sys.master files. Order by size desc. Pass this on to someone less fortunate:. Script to check index fragmentation. February 18, 2014.

5

Check if a database exists on a server | Random Technical Thoughts

https://chrisbarba.com/2013/11/12/check-if-a-database-exists-on-a-server

Things I want to remember, sometimes my opinion. Check if a database exists on a server. November 12, 2013. Here is some code to use to check if a database exists. Just replace the string ‘DATABASE NAME’. Tweetmeme only single=”false”]. Pass this on to someone less fortunate:. This entry was posted in SQL. How to switch Entity Framework database connected to. How to get a list of all identity columns in a database →. Got something to add? Enter your comment here. Address never made public). The Five Dysf...

UPGRADE TO PREMIUM TO VIEW 15 MORE

TOTAL PAGES IN THIS WEBSITE

20

LINKS TO THIS WEBSITE

drowningintechnicaldebt.com drowningintechnicaldebt.com

Using C# to interface with SQLite

http://www.drowningintechnicaldebt.com/ChrisBarba/archive/2013/11/15/using-c-to-interface-with-sqlite.aspx

Posts - 132, comments - 0, trackbacks - 0. How to get a list of all identity columns in a database. Using C# to interface with SQLite. If you need to interface with SQLite there are a couple of steps. 1) You need to get the .net provider for SQLite from sourceforge.net. 2) Then add a reference to System.Data.SQLite to your project. 3) You need to make sure the reference is marked to be copied locally. Here is a C# class to for doing select, insert, update, and delete. Summary / / param name="inputFile".

drowningintechnicaldebt.com drowningintechnicaldebt.com

Chris Barba

http://www.drowningintechnicaldebt.com/ChrisBarba

Posts - 132, comments - 0, trackbacks - 0. Friday, November 15, 2013 #. Using C# to interface with SQLite. If you need to interface with SQLite there are a couple of steps. 1) You need to get the .net provider for SQLite from sourceforge.net. 2) Then add a reference to System.Data.SQLite to your project. 3) You need to make sure the reference is marked to be copied locally. Here is a C# class to for doing select, insert, update, and delete. Single Param Constructor for specifying the DB file. Cnn) { myco...

UPGRADE TO PREMIUM TO VIEW 3 MORE

TOTAL LINKS TO THIS WEBSITE

5

SOCIAL ENGAGEMENT



OTHER SITES

chrisbaranik.com chrisbaranik.com

Chrisbaranik.com

chrisbaraniuk.com chrisbaraniuk.com

CHRIS BARANIUK // freelance science & technology journalist

Customers 'furious' with TNT after cyber-attack. BBC News, 9 Aug 2017. Logistics firm TNT was hit hard by ransomware, causing months of delays. Special specs give superhuman colour vision. New Scientist, 21 Mar 2017. A clever trick with coloured filters helps people distinguish between hues that otherwise look identical to the naked eye. Synthetic wine made without grapes. New Scientist, 16 May 2016. A team of entrepreneurs plans to launch a strange new product - wine made by mixing compounds in a lab.

chrisbaranowicz.com chrisbaranowicz.com

Index of /

chrisbaranyisound.com chrisbaranyisound.com

Chris Baranyi Sound: Home

Planning results in a better product. Effort invested is heard in the final mix. Learn how we can help. With your next recording project.

chrisbarba.com chrisbarba.com

Random Technical Thoughts | Things I want to remember, sometimes my opinion

Things I want to remember, sometimes my opinion. AngularJS 1.x url case sensitivity. February 28, 2017. In case you didn’t know the routes that configured using UI-Router are case-sensitive. Which is definitely not what I would expect. To get around this problem you can add a snippet of code to the Layout.cshtml page (in the body tag). 8211; The following code fixes a AngularJS case sensitivity issue –. 8211; by replacing the base.href with the location.href –. Base = document.querySelector(. Sometimes (...

chrisbarband2boys.wordpress.com chrisbarband2boys.wordpress.com

chrisbarband2boys | Just another WordPress.com site

Just another WordPress.com site. Delicious enough to make me blog again. It has been nearly a year since I’ve posted anything on this blog. Just got lazy I guess and didn’t feel accountable to the hundreds of people who don’t read my crazy ramblings. Well, that has all changed thanks to The Pioneer Woman. Now, I have visited this site through Pinterest (have you discovered Pinterest? If not, discover it NOW. Well, it was turning out to be a cold and windy day, so this was going to be perfect. I did make ...

chrisbarbara.com chrisbarbara.com

chrisbarbara.com

chrisbarbeau.com chrisbarbeau.com

Chrisbarbeau.com

chrisbarbee.com chrisbarbee.com

Chris Barbee | Washington, D.C.

Washington, d.c.

chrisbarber.co chrisbarber.co

Chris Barber

Hugely grateful to work with Matt Mochary - we worked together for around a year, created a small startup accelerator at Stanford, and then ran a $1.5mm fund and invested in four companies:. NeoReach, BlockScore, Tachyus, Sidewire. Some of the things I've built in the past:. Tools of the Trade. Over 5000 stars on Github). With one other person). Things to do in Silicon Valley. Along with two other students). If you want to work at a startup, check out:. Please feel free to email me.