Category: Javascript Articles
BACK
Sep 12 2011 5:35 PM SEP 12 2011 5:35 PM

CachingRecent Additions to the Site

JQuery | Javascript | PHP | MySQL

Lately I have had "caching" on the brain and have been working on a decent way of caching.

So far I have found that caching is obviously faster and in XML format makes it really easy to iterate through in Object format.

My methods so far are

  1. Checking a database table for current cached item information.
  2. If it has an expiration date or does not exist the feed needs to be cached.
  3. If needs to be cached - Caching will grab the feed via curl, fopen, or file_get_contents()
  4. Feed will then be stored in a file in a specific directory on the server. 
  5. Database will either be updated or inserted with feed information.

Read More
Sep 8 2011 12:41 PM SEP 8 2011 12:41 PM

Special Characters to HTML EntitiesJavaScript character entities

Javascript

Recently I posted about HTMLEntities and a PHP function that can convert crazy characters and such to their HTML form.

Along with this I posted about encoding types. Let me first say that these two go hand and hand. When dealing with funky characters such as "éœ∑´®†¥ˆ˙ƒ." And then throw in different page encoding's such as UTF-8 and ISO-8859-1. If you take those same characters and POST them or output them from a database to a different encoding type you might soon find them to be entirely different.

Frustratingly enough there is tons of methods to fix this issue, but found only one method to work for my situation. It basically involves changing the characters to their HTML variants before being saved to the database.


Read More
Sep 4 2011 9:00 PM SEP 4 2011 9:00 PM

Auto PaginatePaginate with and without Javascript

JQuery | HTML | Javascript | PHP | MySQL

Recently I did a post about website loading. Which had me thinking... Paginiation! Its a lovely device that allows you to not have to display all the content on the same page. There are so many forms of pagination and pagination theories. One of which is a newer method called. "Auto Pagination." It is seen on many sites such as local pages on google and several others.

It basically detects the "windows" scroll and once a certain position on the page has been achieved it loads more content into the page. Some other neat useages of this window scroll is on mashable.com when reading an article if you scroll far enough down it will display the next article on the list. But this is about pagination...


Read More
Sep 2 2011 8:18 AM SEP 2 2011 8:18 AM

Javascript split/join vs replace.split(" ").join("") vs .replace(/ /g, "")

Javascript

Recently I heard a extremely random agrument about a simple Javascript method.

Basically take a random string.

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Multiply this about 500 more times... And then run these two seperate items...

var str = "Lorem  ipsum dolor sit amet, consectetur adipisicing elit, sed do  eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad  minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip  ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in  voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur  sint  occaecat cupidatat non proident, sunt in culpa qui officia  deserunt  mollit anim id est laborum.";
alert( str.split(" ").join("") );
alert( str.replace(/ /g, "") );

Which one is faster?


Read More
Aug 31 2011 12:04 PM AUG 31 2011 12:04 PM

XML ParsingSpeeding Up Your Site

HTML | Javascript | XML

So you have a website and that site gets millions of hits per day. Either you are running a silly static site that you manually update or you have some intense CMS that caches using all sorts of methods.

XML happens to be one of the biggest tools of the trade.


Read More
Aug 29 2011 10:13 AM AUG 29 2011 10:13 AM

JQuery TipsPerformance | Speed | Tips

JQuery | Javascript

When using JQuery it is easily abused with how many shortcuts and routes you can do the same thing.

I could go through my list of things to help with optimization, but this guy does such a good job...

ArtzStudio


Read More
Aug 22 2011 9:00 AM AUG 22 2011 9:00 AM

Shaunware CMS V1PHP Content Management Systems

Custom Frame Work | JQuery | CSS | HTML | Javascript | PHP | MySQL

Shaunware is ran on its very own content management system (CMS). It uses PHP/PHP5, MySQL, Javascript (Jquery), CSS/CSS3, HTML/HTML5 and more.

Here is a small list of features:

  • Unlimited number of sites to hook into.
  • Targeting content / tagging content to pages/tags.
  • Unlimited varations of content types. Ex: Articles, Banners, and more...
  • Records impressions and clicks on specific content types.
  • Email Campaigns - Send HTML emails to a list of registered members.
  • User/Member Handling - Allows extensive registration details for membership base sites.
  • Read more...

Read More
Aug 14 2011 2:00 PM AUG 14 2011 2:00 PM

Hacking the WebXSS Attacks | SQL Injections | DDOS Attacks

Javascript | PHP | MySQL | Hacking

Hacking seems to be a common occurance now days. While it seems to be a somewhat complicated process in reality it is mostly simple hacks that result in tremeduous damage, costs, and lose of data.

Two Types of Web Hacks

XSS and SQL Injections. There are obviously more such as DDOS attacks, but those are short term.

What are they?

XSS is simply inserting Javascript into a page. An example of this is a simple alert.

<script>alert("Hi!");</script>

SQL Injections are a wider range of possibilities. They allow you to delete an entire database, to outputting important information. Or even logging in as an adminstrator.


Read More
Aug 7 2011 1:00 PM AUG 7 2011 1:00 PM

New Site!

CSS | HTML | Javascript | PHP | JQuery | HTML5 | MySQL | Custom Frame Work | Categories | Tutorials | Games | Imagemagick | XML | Unix

Finally I have recreated my website. It is using a content system I created from the ground up. I will be writing more on this system in the future. A small list of features this system can do:

  • Manage Multiple Sites in one.
  • Member Registration
  • Banners
  • Page Control / SEO
  • And so much more...

Read More
Apr 20 2011 2:00 PM APR 20 2011 2:00 PM

Dance InformaDance News Website

CSS | HTML | Javascript | PHP | MySQL | Custom Frame Work

Dance Informa
aus.danceinforma.com
usa.danceinforma.com

  • Custom Frame Work
  • CMS that controls both sites.
  • Banner System
  • Email Campaigns
  • Content Types to breakup page types.
  • Membership System

Read More
Feb 1 2011 1:00 PM FEB 1 2011 1:00 PM

Scenic RentalsVacation Rental Website

Javascript | PHP | MySQL

Scenic Rentals
www.scenicrentals.com

  • Autocomplete for homepage search.
  • Query to search database for autocomplete results.
  • Created resulting search page query that lists out search results.

Read More
Jan 13 2011 1:00 PM JAN 13 2011 1:00 PM

Sugar Snap PhotographyPhotography Website

Custom Frame Work | JQuery | Wordpress | Imagemagick | Javascript | PHP | MySQL | HTML5

Sugar Snap Photography
www.sugarsnapin.com

  • Custom Gallery System with CMS.
  • Previewing Gallery for customers.
  • Front page uses JQuery Gallery from: http://tympanus.net
  • Tons of JQuery affects and plugins.
  • Blog is powered by Wordpress
  • Utilizes Font Face for fancy font changes.
  • Branding done by Marco Suarez

Read More
Oct 25 2010 2:00 PM OCT 25 2010 2:00 PM

Knightly DesignsAdobe Atmosphere

Games | HTML | Javascript

Knightly Designs
www.knightlydesigns.com

  • Site made to display my old 3D Environments/Worlds.
  • Adobe Atmosphere was discontinued in 2001.
  • Software allowed people to create 3D worlds/games for web.
  • Atmosphere works only in Internet Explorer 6-9

Read More
Aug 1 2009 2:00 PM AUG 1 2009 2:00 PM

The Same GameJQuery 2D Game

CSS | HTML | Javascript | JQuery | Games

The Same Game

  • JQuery Based Game
  • Supports Firefox, Chrome, Safari
  • 4 levels of difficulty ranging from easy to hard.
  • Scoring system.

Read More

Tweets

  • Feb 07, 2012 10:34 AM
    shauncs: Is there a way to uninstall child 2.0 squeal application? It is starting to kill my ears... @maddoxcs

  • Feb 02, 2012 9:23 AM
    shauncs: NASA reached Dark Side of the Moon... No Robots, Space Bridge, or Alien Space craft found... http://t.co/HxagPK1d

  • Jan 28, 2012 2:02 AM
    shauncs: Drake Curtis Strickland - Born 1/27/2012 7:48 PM - 7.6 Pounds - 19 7/8 height. Emergency C-Section. Mom & Baby are doing great!

  • Jan 27, 2012 1:18 PM
    shauncs: I'm in a group video chat with 1 other person - Click to watch or join: http://t.co/XakgdJG9

  • Jan 27, 2012 12:53 PM
    shauncs: I'm in a group video chat with 1 other person - Click to watch or join: http://t.co/PnGrIGKV

Social Media

Categories