Skip to content

Instantly share code, notes, and snippets.

View andy-park's full-sized avatar
🌱

Andrew Park andy-park

🌱
View GitHub Profile
function storeFormInfo (form) {
if (form.page == null) {
return;
}
let pageId = form.page;
let formInfo = {
"pageId": pageId,
"formName": formName,
};
var ResetGracePeriod = int.Parse(ConfigurationManager.AppSettings["ResetGracePeriod"]);
publications.GetField("EXPIRATION").FieldValue = company.PaidThroughDate.AddDays(ResetGracePeriod);
<appSettings>
<add key="ResetGracePeriod" value="30"/>
</appSettings>
using System.Configuration;
using System.Data;
using System.Data.SqlClient;
namespace test.DataAccess
{
public class MemberDA
{
private static string connectionString = ConfigurationManager.ConnectionStrings["DataSource.Connection"].ConnectionString;
public static string GetLoggedinID()
using System;
namespace test.Control
{
public partial class RegisteredUser : UserControlBase
{
protected readonly string Id = DataAccess.MemberDA.GetLoggedinID();
protected bool isRegistered;
protected void Page_Init(object sender, EventArgs e)
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="RegisteredUser.ascx.cs" Inherits="test.Control.RegisteredUser" %>
<style>
#btn {
text-align: center;
}
</style>
<div id="btn">
<a class="style" href="@/test/Apply_Membership">Apply for Membership</a>
jQuery(".SearchResultSummary .SearchResultLink a").each(function()
{ this.href = this.href.replace("/test/test", "/test"); });
@andy-park
andy-park / caseStudy.txt
Created August 19, 2018 19:34
Interview Questions
Give a brief description of your company and your role there.
What initial challenges / roadblocks did your organization face with the existing product that necessitated a change?
How did you first hear about BSI and our services?
What were you looking for in a solution and how far did BSI come in meeting your expectations?
What kind of success has your organization enjoyed with the BSI solution?
.rmRootGroup.rmToggleHandles.rmHorizontal .rmItem .rmSlide {
height: 678px !important;
overflow: scroll !important;
position: absolute;
top: 28px !important;
}
//Mobile
a.mobileCoverButton {
align-items: center;
justify-content: center;
border-radius: 0;
background-color: $color-secondary-a;
color: #fff;
width: 100%;
height: 94px;
margin-bottom: 15px;